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 4 of 4

Thread: Multi-viewport...

  1. #1
    Intern Contributor
    Join Date
    May 2001
    Location
    France
    Posts
    57

    Multi-viewport...

    Hello, I need to show different views of the same scene at the same time, and... I would like to know what's the best way to do this :
    - Using scissor on my window to cut it in different viewports
    or - Using several windows (which also means several contexts cause I am under W2K).
    Does the changement of context take a long CPU time?
    I would prefer to use several windows, in this case you can place the viewports the way you want, but what scares me is the time the changement of context takes (it would be great if it was just a changement of handle)...

    Thanks a lot.

  2. #2
    Intern Contributor
    Join Date
    May 2001
    Location
    France
    Posts
    57

    Re: Multi-viewport...

    Anybody for my question?

  3. #3
    Junior Member Newbie
    Join Date
    Dec 1969
    Location
    Munich,Germany
    Posts
    15

    Re: Multi-viewport...

    use different viewports and glScissor....
    yes

  4. #4
    Intern Contributor
    Join Date
    May 2001
    Location
    France
    Posts
    57

    Re: Multi-viewport...

    Yep, that's what my chief told me... Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •