https://github.com/izayoijiichan/vrm.parameter.viewer
This is a viewer that displays the parameters in the VRM file.
https://github.com/izayoijiichan/vrm.parameter.viewer
Last synced: 4 months ago
JSON representation
This is a viewer that displays the parameters in the VRM file.
- Host: GitHub
- URL: https://github.com/izayoijiichan/vrm.parameter.viewer
- Owner: izayoijiichan
- License: other
- Created: 2019-03-22T23:12:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T13:15:21.000Z (over 5 years ago)
- Last Synced: 2024-12-27T20:46:11.297Z (6 months ago)
- Homepage:
- Size: 64.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# VRM Parameter Viewer
This is a viewer that displays the parameters in the VRM file.

## Description
Reads the specified VRM file and displays glTF and VRM extended information.## Requirement
- Windows 10
- .NET Core 3.0
- Newtonsoft.Json.dll 12.0## Installation
Download exe and place it anywhere.## Usage
1. Launch exe.
2. Specify VRM file.
- Press the 'Open File' button and select the file in the dialog.
- Drag and drop the VRM file onto the form.
- Specify the path to the VRM file with command line arguments at startup.## Specification Version
- UniVRM: v0.53.0 (5 Jun, 2019)
- UniVRM JSON Schema: [0.0](https://github.com/vrm-c/UniVRM/tree/master/specification/0.0/schema)
- glTF JSON Schema: [2.0](https://github.com/KhronosGroup/glTF/tree/master/specification/2.0/schema)## Implementation
- VRM
- meta
- humanoid
- firstPerson
- blendShapeMaster
- secondaryAnimation
- materialProperties (uncompleted)
- Standard (unimplemented)
- VRM/MToon
- VRM/UniUnlit
- glTF
- accessors
- animations (unimplemented)
- asset
- buffers
- bufferViews
- cameras (unimplemented)
- images
- materials
- meshes
- nodes
- samplers
- scene
- scenes
- skins
- textures## Link
- [VRM](https://github.com/vrm-c/UniVRM)
- [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)