Browse Source

USDZExporter: add defaultPrim to make usdchecker happy (#26495)

hybridherbst 2 years ago
parent
commit
78acb52d07
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/jsm/exporters/USDZExporter.js

+ 1 - 0
examples/jsm/exporters/USDZExporter.js

@@ -165,6 +165,7 @@ function buildHeader() {
 	customLayerData = {
 		string creator = "Three.js USDZExporter"
 	}
+	defaultPrim = "Root"
 	metersPerUnit = 1
 	upAxis = "Y"
 )