Changeset 4713 for OpenSceneGraph/trunk/examples/osglogo/osglogo.cpp
- Timestamp:
- 11/09/05 16:11:22 (8 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osglogo/osglogo.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osglogo/osglogo.cpp
r2419 r4713 10 10 11 11 #include <osgUtil/Tesselator> 12 #include <osgUtil/TransformCallback>13 12 #include <osgUtil/CullVisitor> 14 13 … … 191 190 { 192 191 osg::MatrixTransform* xform = new osg::MatrixTransform; 193 xform->setUpdateCallback(new osg Util::TransformCallback(bb.center(),osg::Vec3(0.0f,0.0f,1.0f),osg::inDegrees(10.0f)));192 xform->setUpdateCallback(new osg::AnimationPathCallback(bb.center(),osg::Vec3(0.0f,0.0f,1.0f),osg::inDegrees(10.0f))); 194 193 195 194 osg::Node* bluemarble = osgDB::readNodeFile(filename.c_str());
