- Timestamp:
- 03/10/09 00:11:23 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/osgAnimation/Animation.cpp
r9775 r9878 120 120 Properties::NON_VIRTUAL, 121 121 __void__setPlaymode__PlayMode, 122 "", 123 ""); 124 I_Method0(osgAnimation::Animation::PlayMode, getPlayMode, 125 Properties::NON_VIRTUAL, 126 __PlayMode__getPlayMode, 122 127 "", 123 128 ""); … … 144 149 0, 145 150 __void__setDuration__double); 151 I_SimpleProperty(osgAnimation::Animation::PlayMode, PlayMode, 152 __PlayMode__getPlayMode, 153 0); 146 154 I_SimpleProperty(osgAnimation::Animation::PlayMode, Playmode, 147 155 0,
