-
glTranslate problem
Hi!
Why doesn't glTranslate/glRotate take any effect on objects in a childwindow?
What have I forgot?
/Micke
-
Senior Member
OpenGL Guru
Re: glTranslate problem
Hello
All windows have it's own gl-context (or whatever it's called). glTranslate and glRotate (as well as most, maybe all, other gl-functions) only affects the active gl-context (the active window that is).
Bob
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