Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Search:

Type: Posts; User: urhere

Search: Search took 0.00 seconds.

  1. Implementing silhouette extraction with tessellation

    I am in the middle of updating my older fixed-pipeline Opengl NPR application for terrain rendering under GLSL. The previous version used the old NURBS facility (very slow, but effective); the new...
  2. Never mind--I didn't zoom in close enough to see...

    Never mind--I didn't zoom in close enough to see the tessellations. If anyone cares, the geometry shader is indeed getting the tessellated primitives. Whoops.
    Jim
  3. Meaning of geometry shader input primitive when using tessellation shaders

    I have been experimenting with tessellation and geometry shaders while updating an older, non-shader OpenGL program for non-photorealistic landscape rendering. I now have a working test program that...
  4. Replies
    0
    Views
    735

    Evaluating points on a NURBS surface

    I'm using NURBS surfaces to create smoothed renderings of landscapes. The typical size of the problem ranges up to about 500 X 500 control points. The rendering is working well but I now need to draw...
  5. Re: Dynamic control point array in gluNurbsSurface()

    Dumb mistake on my part. I assumed that because the sample programs using gluNurbsSurface() were using 3D GLfloat arrays, that was how it had to be. Nope--just declare a linear pointer, fill it with...
  6. Dynamic control point array in gluNurbsSurface()

    I have created a C++ OpenGL application (Windows XP, Visual Studio 2005) that renders terrain with NURBS surfaces. Everything works fine when I use a true array of control points with fixed...
  7. Replies
    1
    Views
    1,865

    Re: help needed to install GLU 1.3 on Windows XP

    Ok--Im an idiot. The only place I didn't try locating glu32.dll was the most obvious place: the project's debug directory. In any case, if this happens to you, put your copy of glu32.dll in the...
  8. Replies
    1
    Views
    1,865

    help needed to install GLU 1.3 on Windows XP

    First, I beg forgiveness if this has been discussed before, or worse, if it's in a FAQ. I did find an earlier thread here:
    old thread
    I am currrently using Visual Studio 2005 on Windows XP,...
Results 1 to 8 of 8