test file for explicit-joint-orders(w.i.p)

This commit is contained in:
Syoyo Fujita
2025-02-04 21:51:06 +09:00
parent ba6b79d163
commit 83c8434d10

View 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
)
}