Changeset 10282
- Timestamp:
- 05/28/09 15:26:06 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgstaticviewer/osgstaticviewer.cpp
r9334 r10282 38 38 39 39 // include the plugins we need 40 USE_OSGPLUGIN(ive) ;41 USE_OSGPLUGIN(freetype) ;42 USE_OSGPLUGIN(osg) ;43 USE_OSGPLUGIN(rgb) ;44 USE_OSGPLUGIN(OpenFlight) ;40 USE_OSGPLUGIN(ive) 41 USE_OSGPLUGIN(freetype) 42 USE_OSGPLUGIN(osg) 43 USE_OSGPLUGIN(rgb) 44 USE_OSGPLUGIN(OpenFlight) 45 45 46 46 // include the platform specific GraphicsWindow implementation. 47 USE_GRAPHICSWINDOW() ;47 USE_GRAPHICSWINDOW() 48 48 49 49 int main(int argc, char** argv)
