magicien / GLTFSceneKit

glTF loader for SceneKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JOINTS_1 and WEIGHTS_1 support

ddnn55 opened this issue · comments

I have a model where attributes on line

for (attribute, accessorIndex) in attributes.sorted(by: { $0.0 < $1.0 }) {
contains keys JOINTS_0 and JOINTS_1 and WEIGHTS_0 and WEIGHTS_1, but it seems GLTFSceneKit only supports JOINTS_0 and WEIGHTS_0.

Is this a shortcoming of SceneKit itself? Or of GLTFSceneKit?

Merged #23. Thanks!