- Timestamp:
- 12/18/08 14:56:30 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osganimationmakepath/osganimationmakepath.cpp
r9370 r9395 255 255 osg::MatrixTransform* setupAnimtkNode(osg::Geode* staticGeode) 256 256 { 257 osg::Vec3 v[ 4];257 osg::Vec3 v[5]; 258 258 259 259 v[0] = osg::Vec3( 0, 0, 0);
