Valhalla Legends Archive

Programming => General Programming => C/C++ Programming => Topic started by: Krush[LM] on March 31, 2005, 07:43 PM

Title: C++ Graphics (Camera stuff)
Post by: Krush[LM] on March 31, 2005, 07:43 PM
I have this assignment for my graphics class and I'm having some issues with my NDC matrix, and Projection matrix.

it's a right handed coordinate system

positive x (right)
positive y (into the screen)
positive z (up)

I can give you the whole project so you can see what was actually done, it's just alot of code to actually post all of it.
Title: Re: C++ Graphics (Camera stuff)
Post by: MyndFyre on March 31, 2005, 07:46 PM
You don't need to give us the whole project......  Maybe just, say...  the purpose of the project.... and possibly the part that you're having trouble with?