Changeset 509 for trunk/avango-osg/include/avango/osg/Texture.h
- Timestamp:
- 08/06/10 15:28:02 (22 months ago)
- File:
-
- 1 edited
-
trunk/avango-osg/include/avango/osg/Texture.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/avango-osg/include/avango/osg/Texture.h
r491 r509 71 71 SFInt MinFilter; 72 72 SFInt MagFilter; 73 SFInt InternalFormatMode; 73 74 SFFloat MaxAnisotropy; 74 75 SFBool ResizeNonPowerOfTwoHint; … … 92 93 virtual void getMagFilterCB(const av::SFInt::GetValueEvent& event); 93 94 virtual void setMagFilterCB(const av::SFInt::SetValueEvent& event); 95 virtual void getInternalFormatModeCB(const av::SFInt::GetValueEvent& event); 96 virtual void setInternalFormatModeCB(const av::SFInt::SetValueEvent& event); 94 97 virtual void getMaxAnisotropyCB(const av::SFFloat::GetValueEvent& event); 95 98 virtual void setMaxAnisotropyCB(const av::SFFloat::SetValueEvent& event);
Note: See TracChangeset
for help on using the changeset viewer.
