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

Thread: Veiwing

  1. #1
    Guest

    Veiwing

    Does anyone know how to perform Oblique projection?

  2. #2
    Intern Contributor
    Join Date
    Feb 2002
    Location
    Italia
    Posts
    63

    Re: Veiwing

    Oblique Projection?????
    Whazz Oblique Projection?????

    ;-( ;-( ;-(

  3. #3
    Junior Member Newbie
    Join Date
    Sep 2003
    Location
    Aust
    Posts
    2

    Re: Veiwing

    Originally posted by Andrea Rossini:
    Oblique Projection?????
    Whazz Oblique Projection?????

    ;-( ;-( ;-(
    It's a projection obtained by multiplying shear matrix and othographic projection. the problem is i don't know how to implement it. do ya?
    ken

  4. #4
    Guest

    Re: Veiwing

    If anyone does know how to code for oblique projection I'd love to hear how!

  5. #5
    Intern Contributor
    Join Date
    Jun 2003
    Location
    Blacksburg, VA 24060, USA
    Posts
    61

    Re: Veiwing

    This might help to get oblique projection

    an oblique projection is basically, the orthographic projection, sheared.

    Orthographic:
    |----|
    | | ->
    |----|


    Oblique:
    /----/
    / / ->
    /----/

    So a good thing to try will be,
    set up the viewing matrix for an orthographic projection, and apply shear to that matrix along the z-direction of the camera!!

    Tricky part is, calculating how much shear to apply from the angle of oblique projection

    - Chetan

Posting Permissions

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