We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d545f0b commit 32f4936Copy full SHA for 32f4936
build/SharpGLTF.codeGen.Extensions.Khronos/KHR_LightsPunctual.cs
@@ -36,9 +36,7 @@ private static SchemaType.Context ProcessModel()
36
37
private static SchemaType.Context ProcessNode()
38
{
39
- var ctx = SchemaProcessing.LoadSchemaContext(NodeSchemaUri);
40
- ctx.IgnoredByCodeEmitter("glTF Property");
41
- ctx.IgnoredByCodeEmitter("glTF Child of Root Property");
+ var ctx = SchemaProcessing.LoadExtensionSchemaContext(NodeSchemaUri);
42
return ctx;
43
}
44
0 commit comments