- Timestamp:
- 10/24/04 22:04:00 (9 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgfxbrowser/osgfxbrowser.cpp
r3516 r3528 233 233 234 234 osg::ref_ptr<osg::MatrixTransform> xform = new osg::MatrixTransform(osg::Matrix::identity()); 235 xform->setReferenceFrame(osg::Transform::ABSOLUTE );235 xform->setReferenceFrame(osg::Transform::ABSOLUTE_RF); 236 236 proj->addChild(xform.get()); 237 237
