Explorar el Código

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

hybridherbst hace 2 años
padre
commit
78acb52d07
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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号