Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/ive/Texture1D.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/Texture1D.cpp
r10762 r13041 7 7 * CREATED BY: Copied from Texture 2D.cpp and edited for Texture 1D 8 8 * by Don Burns 9 * 9 * 10 10 * HISTORY: Created 27.1.2004 11 11 * … … 51 51 in_THROW_EXCEPTION("Texture1D::read(): Could not cast this osg::Texture1D 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();
