Search found 1 match
- Fri Nov 08, 2019 2:43 pm
- Forum: Windows Discussion Forum
- Topic: unstable rotation range from device
- Replies: 1
- Views: 1703
unstable rotation range from device
Hi, There is an issue with the spacemouse rotation values that I receive from the device. Testing the scale values from below: SPWfloat32 f; SiSyncGetScaleOverall(devHdl, &f); float rx, ry, rz; SiSyncGetScaleRx(devHdl, &rx); SiSyncGetScaleRy(devHdl, &ry); SiSyncGetScaleRz(devHdl, &rz...