Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: glTranslate problem

  1. #1
    Guest

    glTranslate problem

    Hi!
    Why doesn't glTranslate/glRotate take any effect on objects in a childwindow?
    What have I forgot?
    /Micke

  2. #2
    Senior Member OpenGL Guru
    Join Date
    Feb 2000
    Location
    Sweden
    Posts
    3,115

    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
  •