Changeset 20566
- Timestamp:
- 07/18/07 16:42:24 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.0/modules/vrjuggler/vrj/Draw/OSG/OsgApp.h
r20145 r20566 266 266 const double head_time(mHead->getTimeStamp().secd()); 267 267 mFrameStamp->setReferenceTime(head_time); 268 #if OSG_VERSION_MAJOR >= 1 && OSG_VERSION_MINOR > 2 268 #if OSG_VERSION_MAJOR == 1 && OSG_VERSION_MINOR > 2 || OSG_MAJOR_VERSION > 2 269 // This is available in OSG 1.9 and newer. 269 270 mFrameStamp->setSimulationTime(head_time); 270 271 #endif
