Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/ive/Texture3D.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/Texture3D.cpp
r10762 r13041 51 51 in_THROW_EXCEPTION("Texture3D::read(): Could not cast this osg::Texture3D to an osg::Texture."); 52 52 // Read image. 53 53 54 54 // Should we read image data from stream 55 55 osg::Image *image = in->readImage();
