-
Reading the matrices on the stack
Sorry, but I am an absolute beginner...
Is there any function that I can use to
fetch the matrix that is on top of the
stack ?
Something that is the opposite of glLoadMatrix*()...
Thanks
S.
-
Advanced Member
Frequent Contributor
Re: Reading the matrices on the stack
Use the glGetDoublev or glGetFloatv functions passing the name of the stack and a pointer to the allocated memory to receive the matrix data.
-
Re: Reading the matrices on the stack
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules