Rastar Posted August 14, 2013 Share 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 Link to comment Share on other sites More sharing options...
Aily Posted August 15, 2013 Share 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" Link to comment Share on other sites More sharing options...
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.