Skip to content

Latest commit

 

History

History
69 lines (61 loc) · 1.92 KB

README.md

File metadata and controls

69 lines (61 loc) · 1.92 KB

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