Skip to content

This is a viewer that displays the parameters in the VGO file.

License

Notifications You must be signed in to change notification settings

izayoijiichan/vgo.parameter.viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

VGO Parameter Viewer

This is a viewer that displays the parameters in the VGO file.

image1 image2 image3 image4

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
  • VGO JSON Schema: 0.4
  • VRMC_materials_mtoon: 1.0

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

About

This is a viewer that displays the parameters in the VGO file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published