Changeset 9913 for OpenSceneGraph/trunk/include/osg/Image
- Timestamp:
- 03/11/09 18:57:33 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osg/Image (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osg/Image
r9910 r9913 187 187 inline unsigned int getPacking() const { return _packing; } 188 188 189 /** Set the pixel aspect ratio, defined as the pixel width divided by the pixel height.*/ 189 190 inline void setPixelAspectRatio(float pixelAspectRatio) { _pixelAspectRatio = pixelAspectRatio; } 191 192 /** Get the pixel aspect ratio.*/ 190 193 inline float getPixelAspectRatio() const { return _pixelAspectRatio; } 191 194
