Show
Ignore:
Timestamp:
09/06/06 00:48:55 (2 years ago)
Author:
vossg
Message:

fixed : missing symbols (compat mode)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Material/Simple/OSGSimpleTexturedMaterialBase.inl

    r2 r54  
    108108} 
    109109 
     110#ifdef OSG_1_COMPAT 
     111inline 
     112GLenum &SimpleTexturedMaterialBase::getMinFilter(void) 
     113{ 
     114    return this->editMinFilter(); 
     115} 
     116#endif 
     117 
    110118//! Set the value of the SimpleTexturedMaterial::_sfMinFilter field. 
    111119inline 
     
    133141} 
    134142 
     143#ifdef OSG_1_COMPAT 
     144inline 
     145GLenum &SimpleTexturedMaterialBase::getMagFilter(void) 
     146{ 
     147    return this->editMagFilter(); 
     148} 
     149#endif 
     150 
    135151//! Set the value of the SimpleTexturedMaterial::_sfMagFilter field. 
    136152inline 
     
    158174} 
    159175 
     176#ifdef OSG_1_COMPAT 
     177inline 
     178GLenum &SimpleTexturedMaterialBase::getEnvMode(void) 
     179{ 
     180    return this->editEnvMode(); 
     181} 
     182#endif 
     183 
    160184//! Set the value of the SimpleTexturedMaterial::_sfEnvMode field. 
    161185inline 
     
    182206    return _sfEnvMap.getValue(); 
    183207} 
     208 
     209#ifdef OSG_1_COMPAT 
     210inline 
     211bool &SimpleTexturedMaterialBase::getEnvMap(void) 
     212{ 
     213    return this->editEnvMap(); 
     214} 
     215#endif 
    184216 
    185217//! Set the value of the SimpleTexturedMaterial::_sfEnvMap field.