VRMC_materials_mtoon
VRMC_materials_mtoon
https://github.com/vrm-c/vrm-specification/tree/master/specification/VRMC_materials_mtoon-1.0
- 将扩展分离 =>
VRMC_materials_mtoon
成为了一个独立的扩展
GLTF 的 MATERIAL 扩展
{ "materials": [ { "name": "MyUnlitMaterial", "pbrMetallicRoughness": { "baseColorFactor": [ 0.5, 0.8, 0.0, 1.0 ] // texture }, // emission "extensions": { "VRMC_materials_mtoon": { // 👈 "specVersion": "1.0", // ... } } } ] }
TODO
No Comments