Changeset 20569
- Timestamp:
- 07/18/07 16:44:33 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.0/modules/vrjuggler/vrj/Draw/OSG/OsgApp.h
r20566 r20569 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 || OSG_MAJOR_VERSION > 2268 #if OSG_VERSION_MAJOR == 1 && OSG_VERSION_MINOR > 2 || OSG_MAJOR_VERSION >= 2 269 269 // This is available in OSG 1.9 and newer. 270 270 mFrameStamp->setSimulationTime(head_time);
