Hi, Robert:
osgVolume Example can't compile under VC8 windows. The error comes from the
undefined GL_MAX_3D_TEXTURE_SIZE symbol. Windows does not update the glext.h
as Linux does. So we may add a define:
          #define GL_MAX_3D_TEXTURE_SIZE 0x8073
to fix this problem. This define is found from here:
http://www.khronos.org/opengles/headers/2_0/GL.h

Regards,
Hesicong
2008-8-31
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to