Browse Source

USDZExporter: Removed unnecessary lines.

Mr.doob 4 years ago
parent
commit
d92ea73c3c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/jsm/exporters/USDZExporter.js

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

@@ -167,10 +167,8 @@ function buildMesh( geometry, material ) {
         )
         point3f[] points = [${ buildVector3Array( attributes.position, count )}]
         float2[] primvars:st = [${ buildVector2Array( attributes.uv, count )}] (
-            elementSize = 1
             interpolation = "vertex"
         )
-        int[] primvars:st:indices
         uniform token subdivisionScheme = "none"
     }
 `;