Hello Group
I'm not really new to programming (some C++, fortran and basic (a long time ago) but I am new to game and 3dimensional programming.
My final goal is the creation of a real physics mecha space combat shooter. If anyone out there has played the Space Missions of Heavy Gear 2, the miniatures game Jovian Chronicles or seen an episode of Mobile Suit Gundam you know where I am heading.
To that end, I was wondering if someone(s) would answer this question. After finishing the first few camera tutorials, the logic of camera and object movement as it relates to my project would imply that I need to code such that if I hit a direction key one time the object would keep going in the direction of movement until another direction key is hit. Now if the key that is hit is not 180 degrees out from the first key the movement will not be halted, but the angle of movement will be changed.
Now if I have a camera mounted on the front of this object (or the typical 1st person viewpoint). Would the motion displayed take on the feel of zero-g movemnt???
Okay, so does this make sense given my original gaming goal. I realize that there is a whole lot of code between these simpole camera/object movements and that program I want to build, but I need to see a clear starting point.
Oh well, any comments/suggestions/critiques would be appreciated.
Thanks
DarrylKev