https://github.com/izayoijiichan/vgo.parameter.viewer
This is a viewer that displays the parameters in the VGO file.
https://github.com/izayoijiichan/vgo.parameter.viewer
Last synced: 4 months ago
JSON representation
This is a viewer that displays the parameters in the VGO file.
- Host: GitHub
- URL: https://github.com/izayoijiichan/vgo.parameter.viewer
- Owner: izayoijiichan
- License: other
- Created: 2020-01-01T03:55:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T16:51:44.000Z (over 5 years ago)
- Last Synced: 2024-12-27T20:46:11.297Z (6 months ago)
- Size: 207 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# VGO Parameter Viewer
This is a viewer that displays the parameters in the VGO file.


## Description
Reads the specified VGO file and displays glTF and VGO extended information.## Requirement
- Windows 10
- .NET Framework 4.5
- Newtonsoft.Json.dll 12.0## Installation
Download exe and place it anywhere.## Usage
1. Launch exe.
2. Specify VGO file.
- Press the 'Open File' button and select the file in the dialog.
- Drag and drop the VGO file onto the form.
- Specify the path to the VGO file with command line arguments at startup.## Specification Version
- glTF JSON Schema: [2.0](https://github.com/KhronosGroup/glTF/tree/master/specification/2.0/schema)
- VGO JSON Schema: [0.4](https://github.com/izayoijiichan/VGO/tree/master/Documentation~/VGO/specification/0.4/schema)
- VRMC_materials_mtoon: [1.0](https://github.com/vrm-c/vrm-specification/tree/master/specification/VRMC_materials_mtoon-1.0_draft)## Implementation
- glTF
- accessors
- animations (unimplemented)
- asset
- buffers
- bufferViews
- cameras (unimplemented)
- images
- materials
- extensions
- KHR_materials_unlit
- VGO_materials
- VRMC_materials_mtoon
- meshes
- nodes
- extensions
- VGO_nodes
- gameObject
- colliders
- collider
- physicMaterial
- rigidbody
- light
- right
- samplers
- scene
- scenes
- skins
- textures
- extensions
- VGO
- meta
- right
- extras## Link
- [VGO](https://github.com/izayoijiichan/VGO)