- Timestamp:
- 08/31/09 11:40:56 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgAnimation/UpdateCallback.cpp
r10527 r10561 131 131 AnimationUpdateCallback<osg::StateAttribute::Callback>(name) 132 132 { 133 _diffuse = new osgAnimation::Vec4Target(osg::Vec4(1, 1,1,1));133 _diffuse = new osgAnimation::Vec4Target(osg::Vec4(1,0,1,1)); 134 134 } 135 135
