mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-06-13 03:11:01 -05:00
Comment out unused variables and add notes
This commit is contained in:
parent
43af6389ef
commit
dec76bb520
|
|
@ -83,9 +83,11 @@ namespace VRM.Samples
|
|||
|
||||
var vrm = VRMExporter.Export(context.Root);
|
||||
|
||||
var exportJson = JsonParser.Parse(vrm.ToJson());
|
||||
// TODO: Check contents in JSON
|
||||
/*var exportJson = */JsonParser.Parse(vrm.ToJson());
|
||||
|
||||
var newExportedJson = JsonParser.Parse(JsonSchema.FromType<glTF>().Serialize(vrm));
|
||||
// TODO: Check contents in JSON
|
||||
/*var newExportedJson = */JsonParser.Parse(JsonSchema.FromType<glTF>().Serialize(vrm));
|
||||
|
||||
/*
|
||||
foreach (var kv in importJson.Diff(exportJson))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user