Changeset 10389
- Timestamp:
- 06/22/09 18:08:12 (4 years ago)
- Location:
- OpenSceneGraph/trunk/applications/present3D
- Files:
-
- 2 modified
-
CMakeLists.txt (modified) (1 diff)
-
present3D.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/applications/present3D/CMakeLists.txt
r10378 r10389 59 59 ${TARGET_ADDED_LIBRARIES} 60 60 osgdb_ive 61 osgdb_osg 62 61 63 osgdb_freetype 62 osgdb_openflight63 osgdb_osg64 64 osgdb_rgb 65 65 osgdb_jpeg 66 66 osgdb_png 67 67 68 osgdb_ffmpeg 69 70 osgdb_openflight 71 osgdb_obj 72 73 osgdb_curl 68 74 ) 69 75 ENDIF() -
OpenSceneGraph/trunk/applications/present3D/present3D.cpp
r10378 r10389 59 59 // include the plugins we need 60 60 USE_OSGPLUGIN(ive) 61 USE_OSGPLUGIN(osg) 62 61 63 USE_OSGPLUGIN(freetype) 62 USE_OSGPLUGIN(osg)63 64 USE_OSGPLUGIN(rgb) 64 USE_OSGPLUGIN(OpenFlight)65 65 USE_OSGPLUGIN(png) 66 66 USE_OSGPLUGIN(jpeg) 67 67 68 USE_OSGPLUGIN(ffmpeg) 69 70 USE_OSGPLUGIN(OpenFlight) 71 USE_OSGPLUGIN(obj) 72 73 USE_OSGPLUGIN(curl) 68 74 69 75 USE_OSGPLUGIN(p3d)
