- Timestamp:
- 10/22/04 21:26:45 (9 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgphotoalbum/osgphotoalbum.cpp
r2688 r3516 81 81 virtual bool computeLocalToWorldMatrix(osg::Matrix& matrix,osg::NodeVisitor*) const 82 82 { 83 if (_referenceFrame==RELATIVE _TO_PARENTS)83 if (_referenceFrame==RELATIVE) 84 84 { 85 85 matrix.preMult(getMatrix()); … … 97 97 const osg::Matrix& inverse = getInverseMatrix(); 98 98 99 if (_referenceFrame==RELATIVE _TO_PARENTS)99 if (_referenceFrame==RELATIVE) 100 100 { 101 101 matrix.postMult(inverse);
