Changeset 20564
- Timestamp:
- 07/18/07 16:40:47 (1 year ago)
- Files:
-
- juggler/trunk/modules/vrjuggler/vrj/Draw/OSG/App.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vrjuggler/vrj/Draw/OSG/App.h
r20495 r20564 353 353 const double head_time(mHead->getTimeStamp().secd()); 354 354 mFrameStamp->setReferenceTime(head_time); 355 #if OSG_VERSION_MAJOR >= 1 && OSG_VERSION_MINOR > 2 355 #if OSG_VERSION_MAJOR == 1 && OSG_VERSION_MINOR > 2 || OSG_MAJOR_VERSION > 2 356 // This is available in OSG 1.9 and newer. 356 357 mFrameStamp->setSimulationTime(head_time); 357 358 #endif
