Ignore:
Timestamp:
08/06/10 15:28:02 (22 months ago)
Author:
gwesche
Message:

Added InternalFormatMode? field to textures. Useful e.g. for texture compression

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/avango-osg/include/avango/osg/Texture.h

    r491 r509  
    7171      SFInt MinFilter; 
    7272      SFInt MagFilter; 
     73      SFInt InternalFormatMode; 
    7374      SFFloat MaxAnisotropy; 
    7475      SFBool ResizeNonPowerOfTwoHint; 
     
    9293      virtual void getMagFilterCB(const av::SFInt::GetValueEvent& event); 
    9394      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); 
    9497      virtual void getMaxAnisotropyCB(const av::SFFloat::GetValueEvent& event); 
    9598      virtual void setMaxAnisotropyCB(const av::SFFloat::SetValueEvent& event); 
Note: See TracChangeset for help on using the changeset viewer.