Adjuvo / SenseGlove-Unity

The latest stable Unity SDK for the SenseGlove.
MIT License
35 stars 10 forks source link

[v0.19] [DK1] Fingers not moving #9

Closed MaxLammers closed 3 years ago

MaxLammers commented 5 years ago

When connecting a Sense Glove DK1 to v0.19 of the Unity SDK, only the thumb is moving on the Hand Model.

Caused by the introduction of a new "UpdateLevel" (how much of the hand model is updated) caused the hand Forward Kinematics to be skipped. (Except for the thumb, where Inverse- and forward kinematics were performed simultaneously).

Solution: