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: Depht

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2001
    Location
    Belgium
    Posts
    1

    Depht

    Hi,

    I have a big cube(192 pixels) with a lot of details and it's necessary that I
    see the complete cube on the screen.
    So, I first make a translation of -120.0, then I draw the cube on the screen.
    But I don't see the whole cube, just the pixels close to the viewing point are
    displayed on the screen. When I make an initial translation of -170 I see
    nothing at all of the cube.
    What do I have to do to see the the complete cube ?

    thanks,
    Sylviana

  2. #2
    Junior Member Regular Contributor
    Join Date
    Jan 2001
    Location
    Shanghai, China
    Posts
    155

    Re: Depht

    Maybe the cube is clipped by far plane, try set the projection matrix with a bigger zfar.
    End of transmission...

Posting Permissions

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