Changeset 8475
- Timestamp:
- 06/20/08 17:28:38 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/Inventor/ConvertToInventor.cpp
r8292 r8475 1944 1944 SoMatrixTransform *ivTransform = new SoMatrixTransform; 1945 1945 SbMatrix ivMatrix; 1946 const double *src = node.getMatrix().ptr();1946 const osg::Matrix::value_type *src = node.getMatrix().ptr(); 1947 1947 float *dest = ivMatrix[0]; 1948 1948 for (int i=0; i<16; i++,dest++,src++)
