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

Thread: 2D Editor-like view

  1. #1
    Junior Member Newbie
    Join Date
    Aug 2003
    Posts
    1

    2D Editor-like view

    Hi!
    how can i do a flat 2D-View of a 3D Scene?

  2. #2
    Intern Newbie
    Join Date
    Oct 2003
    Posts
    30

    Re: 2D Editor-like view

    A 2D view of a 3D scene is actually your screen

    If you want no perpective, you could use glOrtho. Hope that's what you asked for.

  3. #3
    Intern Contributor
    Join Date
    Oct 2003
    Posts
    50

    Re: 2D Editor-like view

    I believe setting aspect to 0 in your reshape function will make it view every point from straight forward.
    DirectX: A giant pile of undocumented CRAP

Posting Permissions

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