Export 3ds max cameras to Direct3D 9

Started by
-1 comments, last by lucky6969b 11 years, 4 months ago
Initially, I wanted to calculate the View and Projection Matrices out the inverse transpose matrices of the camera given by the GraphicsWindow interface provided by max. Since there is no handy ways to extract all cameras within a "active" viewport using GraphicsWindow with maxsdk and therefore very inconvenient to extract them one by one, I have decided to work it out myself by standard way, that is thru ip->GetObjectTM. What do I need? An eye position, target position and rotation, what else do I need?
And what is the formula?

1) calculate 3ds max (right handed ) view and projection matrix
2) convert these matrices to D3D
Thanks
Jack

This topic is closed to new replies.

Advertisement