Skip to content

Commit

Permalink
Another simpleShading tutorial fix
Browse files Browse the repository at this point in the history
(Internal change: 2353635)
  • Loading branch information
pixar-oss committed Jan 21, 2025
1 parent f7127e3 commit 108f8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/usd/tutorials/simpleShading/simpleShading.usda
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def Xform "TexModel" (
int[] faceVertexIndices = [0, 1, 2, 3]
rel material:binding = </TexModel/boardMat>
point3f[] points = [(-430, -145, 0), (430, -145, 0), (430, 145, 0), (-430, 145, 0)]
texCoord2f[] primvars:st = [(0, 0), (2, 0), (2, 2), (0, 2)] (
texCoord2f[] primvars:st = [(0, 0), (1, 0), (1, 1), (0, 1)] (
interpolation = "varying"
)
}
Expand Down

0 comments on commit 108f8fd

Please sign in to comment.