joystick

Started by
2 comments, last by GameDev.net 24 years, 7 months ago
There is a joystick example in the new beta I mentioned to you in email.

It shows the basics of reading values from the joystick. What you do with them is up to you.

Chris

Author of Power Render (http:/www.powerrender.com)
Advertisement
I saw that example and the only problem I have is using it with our HMD, mostly because I am getting values between 1 and 65536. What I am currently doing is manually modifying the rotation values in the camera pointers after converting my polled values to degrees. Is there a better way of doing this?
how do I program roll pitch and yaw with a joystick. I need to translate values for yaw from degrees to camera angles.
If it works, use it

Modifying the values in the camera directly is the only way.

Author of Power Render (http:/www.powerrender.com)

This topic is closed to new replies.

Advertisement