Skip to content

Commit ff0e2e1

Browse files
committed
USDZExporter: Clean up
1 parent aa5bb10 commit ff0e2e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/jsm/exporters/USDZExporter.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ function buildHeader() {
7676

7777
return `#usda 1.0
7878
(
79-
doc = "Three.js"
79+
customLayerData = {
80+
string creator = "Three.js USDZExporter"
81+
}
8082
metersPerUnit = 1
8183
upAxis = "Y"
8284
)
@@ -346,7 +348,6 @@ function buildTexture( texture ) {
346348
{
347349
uniform token info:id = "UsdUVTexture"
348350
asset inputs:file = @textures/Texture_${ texture.id }.jpg@
349-
token inputs:isSRGB = "auto"
350351
token inputs:wrapS = "repeat"
351352
token inputs:wrapT = "repeat"
352353
float outputs:r

0 commit comments

Comments
 (0)