Fix varname typo.

This commit is contained in:
Syoyo Fujita
2024-04-29 02:57:27 +09:00
parent cb6b4f3ddb
commit 4861193a7d
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ def Xform "root" (
texCoord2f[] primvars:UVMap = [(0, 0), (0.5, 0), (0.5, 1), (0, 1), (1, 0), (1, 1)] (
interpolation = "faceVarying"
)
int[] primvats:UVMap:indices.timeSamples = {
int[] primvars:UVMap:indices.timeSamples = {
0: [0, 1, 2, 3, 1, 4, 5, 2],
10: [4, 2, 1, 0, 2, 5, 4, 1]
}

2
models/texture-plane-indexed-primvar-uv.usda Executable file → Normal file
View File

@@ -38,7 +38,7 @@ def Xform "root" (
texCoord2f[] primvars:UVMap = [(0, 0), (0.5, 0), (0.5, 1), (0, 1), (1, 0), (1, 1)] (
interpolation = "faceVarying"
)
int[] primvats:UVMap:indices = [0, 1, 2, 3, 1, 4, 5, 2]
int[] primvars:UVMap:indices = [0, 1, 2, 3, 1, 4, 5, 2]
uniform token subdivisionScheme = "none"
}
}