Changeset 9888 for OpenSceneGraph/trunk/include/osg/Image
- Timestamp:
- 03/10/09 17:52:18 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osg/Image (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osg/Image
r9643 r9888 308 308 309 309 /** Return true if this image is translucent - i.e. it has alpha values that are less 1.0 (when normalized). */ 310 bool isImageTranslucent() const;310 virtual bool isImageTranslucent() const; 311 311 312 312 /** Set the optional PixelBufferObject used to map the image memory efficiently to graphics memory. */
