🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

First screenshot of new project, mouse look

posted in IfThen Software
Published June 08, 2011
Advertisement
You can now look around the cockpit using the mouse.

In order to get the mouse's relative movement, I used raw input. After I have the relative movement vector, I multiply it by the mouse sensitivity and multiply that by the rotation speed. This gives the final angular velocity vector which I use to integrate the orientation.

Here is a screenshot of what the game looks like so far. I plan on removing the "blast shield" tomorrow and put in a star filled background. Before I can make it so you can fly around, I need to make it so that you can tell you are moving!
fps_ss1sm.png

Reposted from http://invisiblegdev.blogspot.com/
Previous Entry Direct3D9 FFP Lighting
Next Entry Skybox
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement