From: <de...@us...> - 2003-12-06 15:51:58
|
Update of /cvsroot/csp/THIRDPARTYLIBS/CSPChunkLod/include/osgChunkLod In directory sc8-pr-cvs1:/tmp/cvs-serv25811/include/osgChunkLod Modified Files: MultiTextureDetails RayStrip Log Message: Updated sln for msvc 7.1 Index: MultiTextureDetails =================================================================== RCS file: /cvsroot/csp/THIRDPARTYLIBS/CSPChunkLod/include/osgChunkLod/MultiTextureDetails,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MultiTextureDetails 19 Jun 2003 17:41:10 -0000 1.1 --- MultiTextureDetails 6 Dec 2003 15:51:55 -0000 1.2 *************** *** 30,33 **** --- 30,48 ---- #include <string> + #ifndef GL_MAX_TEXTURE_UNITS_ARB + #define GL_MAX_TEXTURE_UNITS_ARB 0x84E2 + #endif + + #ifndef GL_COMBINE_RGB_EXT + #define GL_COMBINE_RGB_EXT 0x8571 + #endif + + /* + #ifndef GL_VERSION_1_3 + #include <GL/glext.h> + #endif + */ + + namespace osgChunkLod { Index: RayStrip =================================================================== RCS file: /cvsroot/csp/THIRDPARTYLIBS/CSPChunkLod/include/osgChunkLod/RayStrip,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RayStrip 19 Jun 2003 17:41:10 -0000 1.1 --- RayStrip 6 Dec 2003 15:51:55 -0000 1.2 *************** *** 37,41 **** struct ChunkLodVertex; ! struct ChunkLodElevationTest; /** --- 37,41 ---- struct ChunkLodVertex; ! class ChunkLodElevationTest; /** |