Forum Discussion
seac02developer
11 years agoHonored Guest
Body Movement + rotation issue
Hi, i've implementend body movement with GLUT for my avatar with w,s,a,d keys. When i turn my head or move the body of my avatar separately it works very well, but doing the two actions combined it's...
vrdaveb
11 years agoOculus Staff
One thing I would try is smoothing the movement out over several frames. Instead of directly incrementing the player's position when the key is pressed, you could add set his velocity in a given direction. The game could then sample the velocity each render frame and increment the position by the velocity times the change in time since the last frame.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 3 years ago
- 1 year ago
- 11 months ago