Search found 5 matches
- Mon Jan 14, 2008 5:06 pm
- Forum: Developer's Forum for Windows
- Topic: Strange Translation Values
- Replies: 14
- Views: 26506
- Mon Jan 14, 2008 4:54 pm
- Forum: Developer's Forum for Windows
- Topic: Strange Translation Values
- Replies: 14
- Views: 26506
- Mon Jan 14, 2008 4:23 pm
- Forum: Developer's Forum for Windows
- Topic: Strange Translation Values
- Replies: 14
- Views: 26506
- Mon Jan 14, 2008 3:39 pm
- Forum: Developer's Forum for Windows
- Topic: Strange Translation Values
- Replies: 14
- Views: 26506
- Mon Jan 14, 2008 3:26 pm
- Forum: Developer's Forum for Windows
- Topic: Strange Translation Values
- Replies: 14
- Views: 26506
Strange Translation Values
I'm using C++/CLI to poll the sensor. In general it appears to be working right: float translationX = tdx->Sensor->Translation->X; fLength += translationX; But, sometimes the sign value for pushing in the x direction flips for a short period of time and my object starts moving in the wrong direction...