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 424b196 commit 0c313a2Copy full SHA for 0c313a2
Core/Helpers/GltfUtil.cs
@@ -77,6 +77,7 @@ public static ModelRoot ToGltfModel<T>(
77
translation.Z += StepOffsetZ;
78
}
79
80
+ model.DefaultScene = scene;
81
return model;
82
83
@@ -95,6 +96,7 @@ public static ModelRoot ToGltfModel<T>(
95
96
node.Extras = entry.Extras ?? new JsonObject();
97
node.Extras[PrimitiveTypeKey] = ConfiguredJsonSerializer.SerializeToNode(entry.Geometry.PrimitiveType);
98
99
100
101
102
0 commit comments