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

Search: Search took 0.00 seconds.

  1. is there any good idea for 3D rendering?[Talk]

    Using opengl, i'm rendering a huge number of points which have the attributes of X,Y,Z and express a mathematical surface. These attributes are calculated by a special mathematical function like...
  2. Replies
    3
    Views
    465

    Re: OpenGL Occlusion Query[Help!]

    the platform is Visual Studio 6.0;
    i have read the document 'glew.h' and find the relevant information that maybe help when you think about this problem:
    #define glBeginQuery...
  3. Replies
    3
    Views
    465

    Re: OpenGL Occlusion Query[Help!]

    i have installed the latest GLEW correctly, whose version is glew-1.7.0-win32. However, it still doesn't work that comes new errors:
    "error LNK2001: unresolved external symbol...
  4. Replies
    3
    Views
    465

    OpenGL Occlusion Query[Help!]

    i have been trying to conduct a occlusion query with

    function 'glBeginQuery(GL_SAMPLES_PASSED,queryid);'. however,

    there is a error that says 'glBeginQuery : undeclared

    identifier ' and...
Results 1 to 4 of 4