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: Viewport in a Viewport

  1. #1
    Guest

    Viewport in a Viewport

    I'm just curious, is it possible to have a viewport inside of another viewport? What happens? Does the innerview port clip the outterview port?

    Is there an easy way to manage many viewports? like a viewport list or something?

  2. #2
    Senior Member OpenGL Pro
    Join Date
    May 2001
    Location
    Kristianstad,Skåne,Sweden
    Posts
    1,651

    Re: Viewport in a Viewport

    Hi !

    OpenGL can only have one viewport, but you can do anything you want with it off course, so it's easy to implement "sub viewports" if you want to.

    Mikael

Posting Permissions

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