Comment out unused variables and add notes

This commit is contained in:
yutopp 2019-01-29 14:51:19 +09:00
parent 43af6389ef
commit dec76bb520

View File

@ -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))