File tree Expand file tree Collapse file tree
src/OpenCOVER/plugins/general/Vrml97 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# OpenCOVER plugins general Vrml97
22using (VRML )
3- ADD_DEFINITIONS (-DVRML97_IMPORT_PLUGIN -DNEW_OSG )
3+ ADD_DEFINITIONS (-DVRML97_IMPORT_PLUGIN )
44
5- IF (NOT (${OPENSCENEGRAPH_VERSION} VERSION_LESS "2.9" ))
6- SET (SDL_BUILDING_LIBRARY ON )
7- COVISE_FIND_PACKAGE (SDL )
8- IF (SDL_FOUND)
9- INCLUDE_DIRECTORIES (${SDL_INCLUDE_DIR} )
10- SET (EXTRA_LIBS ${EXTRA_LIBS} ${SDL_LIBRARY} )
11- ENDIF ()
5+ SET (SDL_BUILDING_LIBRARY ON )
6+ COVISE_FIND_PACKAGE (SDL )
7+ IF (SDL_FOUND)
8+ INCLUDE_DIRECTORIES (${SDL_INCLUDE_DIR} )
9+ SET (EXTRA_LIBS ${EXTRA_LIBS} ${SDL_LIBRARY} )
1210ENDIF ()
1311
14- # INCLUDE_DIRECTORIES( )
15-
1612SET (LIB_HEADERS
1713 coSensiveSensor.h
1814 ViewerObject.h
Original file line number Diff line number Diff line change @@ -5542,7 +5542,6 @@ bool ViewerOsg::update(double timeNow)
55425542 else
55435543 {
55445544 updated = true ;
5545- #ifdef NEW_OSG
55465545 if (imageS->getStatus () != osg::ImageStream::PAUSED )
55475546 {
55485547 if (movDat->movieProp ->stop > 0 )
@@ -5560,7 +5559,6 @@ bool ViewerOsg::update(double timeNow)
55605559 movDat->movieProp ->speed = -movDat->movieProp ->speed ;
55615560 }
55625561 }
5563- #endif
55645562 }
55655563 }
55665564
You can’t perform that action at this time.
0 commit comments