[C++][DirectX9] Camera demo released.

Started by
0 comments, last by Havok1989 17 years, 8 months ago
Hi all, I've been working on a demo/tutorial aimed at showing how to implement a first person style and flight simulator style camera in Direct3D9. It's a vector based camera and uses the math routines from the D3DX helper library. Two main C++ classes are provided: the Camera class, and the Mouse class. The Camera class contains all of the vector math, and the Mouse class contains the logic to process raw mouse data (using the Windows XP raw input model APIs). I'm hoping that beginners will find this demo useful. The demo and source can be downloaded from here.
http://www.dhpoware.com
Advertisement
Nice.

I can suggest 1 thing tho.
If u wanna use this camera for a game u need to add some more things into it like when it ducks if u know what i mean :) or jumps u get my drift ?
Anyway nice :)

This topic is closed to new replies.

Advertisement