Changeset 340 for trunk/avango-osg/include/avango/osg/Image.h
- Timestamp:
- 01/27/10 14:32:38 (2 years ago)
- File:
-
- 1 edited
-
trunk/avango-osg/include/avango/osg/Image.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/avango-osg/include/avango/osg/Image.h
r283 r340 78 78 79 79 /** 80 * Internal (i.e. GPU) pixel format if used as a texture 81 */ 82 SFInt InternalTextureFormat; 83 84 /** 80 85 * Get the wrapped ::osg::Image. 81 86 */ … … 88 93 virtual void getHeightCB(const SFUInt::GetValueEvent& event); 89 94 virtual void setHeightCB(const SFUInt::SetValueEvent& event); 95 virtual void getInternalTextureFormatCB(const SFInt::GetValueEvent& event); 96 virtual void setInternalTextureFormatCB(const SFInt::SetValueEvent& event); 90 97 91 98 private:
Note: See TracChangeset
for help on using the changeset viewer.
