mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Fix varname typo.
This commit is contained in:
2
models/texture-plane-indexed-primvar-uv-timesampled.usda
Executable file → Normal file
2
models/texture-plane-indexed-primvar-uv-timesampled.usda
Executable file → Normal 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
2
models/texture-plane-indexed-primvar-uv.usda
Executable file → Normal 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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user