|
Functions |
bool | Texture1D_readLocalData (Object &obj, Input &fr) |
bool | Texture1D_writeLocalData (const Object &obj, Output &fw) |
bool | Texture1D_matchWrapStr (const char *str, Texture1D::WrapMode &wrap) |
const char * | Texture1D_getWrapStr (Texture1D::WrapMode wrap) |
bool | Texture1D_matchFilterStr (const char *str, Texture1D::FilterMode &filter) |
const char * | Texture1D_getFilterStr (Texture1D::FilterMode filter) |
bool | Texture1D_matchInternalFormatModeStr (const char *str, Texture1D::InternalFormatMode &mode) |
const char * | Texture1D_getInternalFormatModeStr (Texture1D::InternalFormatMode mode) |
bool | Texture1D_matchInternalFormatStr (const char *str, int &value) |
const char * | Texture1D_getInternalFormatStr (int value) |
Variables |
RegisterDotOsgWrapperProxy | g_Texture1DProxy (new osg::Texture1D,"Texture1D","Object StateAttribute Texture1D TextureBase",&Texture1D_readLocalData,&Texture1D_writeLocalData) |