Skip to content

Commit

Permalink
USDZExporter: Removed unnecessary lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Feb 16, 2021
1 parent 1435180 commit d92ea73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/jsm/exporters/USDZExporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
`;
Expand Down

0 comments on commit d92ea73

Please sign in to comment.