Changeset 10361 for OpenSceneGraph/trunk/include/osgAnimation/Action
- Timestamp:
- 06/18/09 10:29:20 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osgAnimation/Action (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgAnimation/Action
r10344 r10361 129 129 130 130 // blend in from 0 to weight in duration 131 class BlendIn : public Action131 class OSGANIMATION_EXPORT BlendIn : public Action 132 132 { 133 133 double _weight; … … 145 145 146 146 // blend in from 0 to weight in duration 147 class BlendOut : public Action147 class OSGANIMATION_EXPORT BlendOut : public Action 148 148 { 149 149 double _weight; … … 160 160 161 161 162 class ActionAnimation : public Action162 class OSGANIMATION_EXPORT ActionAnimation : public Action 163 163 { 164 164 public: … … 176 176 177 177 // encapsulate animation with blend in blend out for classic usage 178 class StripAnimation : public Action178 class OSGANIMATION_EXPORT StripAnimation : public Action 179 179 { 180 180 public:
