- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osg/Image.cpp
r10970 r13041 28 28 // Image& image = static_cast<Image&>(obj); 29 29 30 // no current image reading code 30 // no current image reading code 31 31 // as it is all handled by osg::Registry::readImage() via plugins. 32 32 … … 39 39 // const Image& image = static_cast<const Image&>(obj); 40 40 41 // no current image writing code here 41 // no current image writing code here 42 42 // as it is all handled by osg::Registry::writeImage() via plugins. 43 43
