- Timestamp:
- 01/25/07 13:02:51 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgparametric/osgparametric.cpp
r5983 r6051 83 83 { 84 84 const osg::FrameStamp* fs = nv->getFrameStamp(); 85 float value = sinf(fs->get ReferenceTime());85 float value = sinf(fs->getSimulationTime()); 86 86 uniform->set(osg::Vec4(value,-value,-value,value)); 87 87 }
