Changeset 11288
- Timestamp:
- 03/25/10 15:12:28 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osganimationeasemotion/osganimationeasemotion.cpp
r11115 r11288 58 58 } 59 59 60 struct EaseMotionSampler: public osg::NodeCallback { 60 class EaseMotionSampler: public osg::NodeCallback 61 { 62 public: 61 63 float _previous; 62 64 osg::Vec3 _pos;
