- Timestamp:
- 02/21/07 14:48:01 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgvertexprogram/osgvertexprogram.cpp
r5962 r6248 182 182 if (cv) 183 183 { 184 const osg::Matrix& MV = cv->getModelViewMatrix();184 const osg::Matrix& MV = *(cv->getModelViewMatrix()); 185 185 const osg::Matrix R = osg::Matrix::rotate( osg::DegreesToRadians(112.0f), 0.0f,0.0f,1.0f)* 186 186 osg::Matrix::rotate( osg::DegreesToRadians(90.0f), 1.0f,0.0f,0.0f);
