Ignore:
Timestamp:
01/27/10 14:32:38 (2 years ago)
Author:
rkuck
Message:

Internal texture format of avango.osg.Image now accessable

File:
1 edited

Legend:

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

    r283 r340  
    7878 
    7979      /** 
     80       * Internal (i.e. GPU) pixel format if used as a texture 
     81       */ 
     82      SFInt InternalTextureFormat; 
     83 
     84      /** 
    8085       * Get the wrapped ::osg::Image. 
    8186       */ 
     
    8893      virtual void getHeightCB(const SFUInt::GetValueEvent& event); 
    8994      virtual void setHeightCB(const SFUInt::SetValueEvent& event); 
     95      virtual void getInternalTextureFormatCB(const SFInt::GetValueEvent& event); 
     96      virtual void setInternalTextureFormatCB(const SFInt::SetValueEvent& event); 
    9097 
    9198    private: 
Note: See TracChangeset for help on using the changeset viewer.