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

Thread: problem in applying frustum culling + LOD

  1. #1
    Intern Newbie
    Join Date
    Jan 2004
    Posts
    38

    problem in applying frustum culling + LOD

    Do anyone have any idea on the problem ? I have been doing a long long time..

    Problem Picture

  2. #2
    Junior Member Newbie
    Join Date
    Jan 2004
    Location
    Scotland
    Posts
    18

    Re: problem in applying frustum culling + LOD

    I assume you're using triangle-strips to draw the terrain? What is the result when you turn LOD / Frustum culling off? You haven't posted what method of LOD you are using...
    There are 10 kinds of people in this world. Those who understand binary and those who don't

  3. #3
    Member Regular Contributor
    Join Date
    Nov 2000
    Location
    Sydney, NSW, Australia
    Posts
    428

    Re: problem in applying frustum culling + LOD

    Very hard to tell from that picture exactly what is going on, but it looks like a bug in your lod algorithm, where you are generating the triangles. It doesnt look like anything to do with frustum culling.
    :: Sleep is a poor substitute for caffeine ::

  4. #4
    Intern Newbie
    Join Date
    Jan 2004
    Posts
    38

    Re: problem in applying frustum culling + LOD

    I am using triangle-fan and what i do is using this idea:
    http://www.vis.uni-stuttgart.de/~roe...rs/TERRAIN.PDF

    I have been doing it for 2 months..but still..I can't solve it.........

    Would anyone kindly can help me? I am really very helpless.........

Posting Permissions

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