mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
test file for explicit-joint-orders(w.i.p)
This commit is contained in:
13
models/explicit-joint-orders-001.usda
Normal file
13
models/explicit-joint-orders-001.usda
Normal file
@@ -0,0 +1,13 @@
|
||||
#usda 1.0
|
||||
|
||||
def Mesh "Arm" {
|
||||
uniform token[] skel:joints = ["Shoulder/Elbow", "Shoulder"]
|
||||
int[] primvars:skel:jointIndices = [1,1,1,1, 1,1,1,1, 0,0,0,0] (
|
||||
interpolation = "vertex"
|
||||
elementSize = 1
|
||||
)
|
||||
float[] primvars:skel:jointWeights = [1,1,1,1, 1,1,1,1, 1,1,1,1] (
|
||||
interpolation = "vertex"
|
||||
elementSize = 1
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user