Show
Ignore:
Timestamp:
05/05/08 06:39:01 (2 months ago)
Author:
vossg
Message:

changed: base rebuild

Files:

Legend:

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

    r1178 r1193  
    8989 
    9090    _sfImage.setValue(value); 
    91  
    9291} 
    9392//! Get the value of the SimpleTexturedMaterial::_sfMinFilter field. 
     
    103102//! Get the value of the SimpleTexturedMaterial::_sfMinFilter field. 
    104103inline 
    105 const GLenum &SimpleTexturedMaterialBase::getMinFilter(void) const 
     104const GLenum SimpleTexturedMaterialBase::getMinFilter(void) const 
    106105{ 
    107106    return _sfMinFilter.getValue(); 
     
    136135//! Get the value of the SimpleTexturedMaterial::_sfMagFilter field. 
    137136inline 
    138 const GLenum &SimpleTexturedMaterialBase::getMagFilter(void) const 
     137const GLenum SimpleTexturedMaterialBase::getMagFilter(void) const 
    139138{ 
    140139    return _sfMagFilter.getValue(); 
     
    169168//! Get the value of the SimpleTexturedMaterial::_sfEnvMode field. 
    170169inline 
    171 const GLenum &SimpleTexturedMaterialBase::getEnvMode(void) const 
     170const GLenum SimpleTexturedMaterialBase::getEnvMode(void) const 
    172171{ 
    173172    return _sfEnvMode.getValue(); 
     
    202201//! Get the value of the SimpleTexturedMaterial::_sfEnvMap field. 
    203202inline 
    204 const bool &SimpleTexturedMaterialBase::getEnvMap(void) const 
     203const bool SimpleTexturedMaterialBase::getEnvMap(void) const 
    205204{ 
    206205    return _sfEnvMap.getValue();