- Timestamp:
- 02/03/09 21:17:24 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgviewerGLUT/osgviewerGLUT.cpp
r6941 r9640 20 20 // Simple example using GLUT to create an OpenGL window and OSG for rendering. 21 21 // Derived from osgGLUTsimple.cpp and osgkeyboardmouse.cpp 22 23 #if defined(_MSC_VER) && defined(OSG_DISABLE_MSVC_WARNINGS) 24 // disable warning "glutCreateMenu_ATEXIT_HACK' : unreferenced local function has been removed" 25 #pragma warning( disable : 4505 ) 26 #endif 22 27 23 28 #include <iostream>
