Changeset 8523 in orxonox.OLD for trunk/src/lib/graphics
- Timestamp:
- Jun 16, 2006, 11:16:38 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/effects/volfog_effect.cc
r8495 r8523 25 25 26 26 #define GLX_GLXEXT_PROTOTYPES 27 #include <GL/glx.h>27 //#include <GL/glx.h> 28 28 // #include <GL/glut.h> 29 29 … … 90 90 91 91 92 glFogCoordfEXT = (PFNGLFOGCOORDFEXTPROC)glXGetProcAddressARB((const GLubyte*)"glFogCoordfEXT");92 /* glFogCoordfEXT = (PFNGLFOGCOORDFEXTPROC)glXGetProcAddressARB((const GLubyte*)"glFogCoordfEXT"); 93 93 glFogCoordfvEXT = (PFNGLFOGCOORDFVEXTPROC)glXGetProcAddressARB((const GLubyte*)"glFogCoordfvEXT"); 94 94 glFogCoorddEXT = (PFNGLFOGCOORDDEXTPROC)glXGetProcAddressARB((const GLubyte*)"glFogCoorddEXT"); 95 95 glFogCoorddvEXT = (PFNGLFOGCOORDDVEXTPROC)glXGetProcAddressARB((const GLubyte*)"glFogCoorddvEXT"); 96 96 glFogCoordPointerEXT = (PFNGLFOGCOORDPOINTEREXTPROC)glXGetProcAddressARB((const GLubyte*)"glFogCoordPointerEXT"); 97 97 */ 98 98 // set the fog attributes 99 99 glFogf (GL_FOG_START, fogStart);
Note: See TracChangeset
for help on using the changeset viewer.