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: Where are my polygons?

  1. #1
    Intern Newbie
    Join Date
    Dec 2000
    Posts
    40

    Where are my polygons?

    Hi,
    I did a terrain plane using squares polygons (glBegin(GL_QUADS)). But naturally some polygons are only partially visible (intercept the frustum). The problems is these polygons are entirely invisible - if only a fraction is invisible, all the polygon are clipped. Why? What i am doing wrong?

    Thanks
    MMM

  2. #2
    Junior Member Newbie
    Join Date
    Dec 2000
    Posts
    13

    Re: Where are my polygons?

    Maybe the polys were drawn behind your view point or the polys are facing away from you or the color of the polys are black and your background is black as well.

Posting Permissions

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