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/TexturedQuad.h

    r341 r509  
    8181      SFInt MinFilter; 
    8282      SFInt MagFilter; 
     83      SFInt InternalFormatMode; 
    8384      SFFloat MaxAnisotropy; 
    8485      SFVec2 TexCoord01; 
     
    120121      virtual void getMagFilterCB(const av::SFInt::GetValueEvent& event); 
    121122      virtual void setMagFilterCB(const av::SFInt::SetValueEvent& event); 
     123      virtual void getInternalFormatModeCB(const av::SFInt::GetValueEvent& event); 
     124      virtual void setInternalFormatModeCB(const av::SFInt::SetValueEvent& event); 
    122125      virtual void getMaxAnisotropyCB(const av::SFFloat::GetValueEvent& event); 
    123126      virtual void setMaxAnisotropyCB(const av::SFFloat::SetValueEvent& event); 
Note: See TracChangeset for help on using the changeset viewer.