mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-10 21:09:08 -05:00
"class glTF_VRM: gltf" to "partial class glTF_extensions"
This commit is contained in:
@@ -59,9 +59,9 @@ public class VRMTest
|
||||
exporter.Export();
|
||||
|
||||
// import
|
||||
context.ParseJson<glTF_VRM>(gltf.ToJson(), new SimpleStorage());
|
||||
context.ParseJson(gltf.ToJson(), new SimpleStorage());
|
||||
Debug.LogFormat("{0}", context.Json);
|
||||
gltfImporter.Import<glTF>(context);
|
||||
gltfImporter.Import(context);
|
||||
|
||||
AssertAreEqual(go.transform, context.Root.transform);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user