Procházet zdrojové kódy

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

hybridherbst před 2 roky
rodič
revize
78acb52d07
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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"
 )

粤ICP备19079148号