Rastar Posted August 14, 2013 Posted August 14, 2013 I need those two matrices from the Camera object. I found these undocumented members: projectioncameramatrix projectionmatrix So: I guess the latter one is the ProjectionMatrix I'm looking for? Then, is projectioncameramatrix the ModelView*Projection combined matrix? If so, where is the pure ModelView? Quote
Aily Posted August 15, 2013 Posted August 15, 2013 Correct me if i'm wrong, but i think ModelView * Projection * ProjectionInverce = ModelView If so - you can try to build inverce matrix of projection, if you have it pure. Quote "Better" is big enemy of "good"
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.