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

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Material/Base/OSGSimpleMaterialBase.inl

    r996 r1193  
    8686//! Get the value of the SimpleMaterial::_sfAmbient field. 
    8787inline 
    88 const Color3r &SimpleMaterialBase::getAmbient(void) const 
     88const Color3r SimpleMaterialBase::getAmbient(void) const 
    8989{ 
    9090    return _sfAmbient.getValue(); 
     
    119119//! Get the value of the SimpleMaterial::_sfDiffuse field. 
    120120inline 
    121 const Color3r &SimpleMaterialBase::getDiffuse(void) const 
     121const Color3r SimpleMaterialBase::getDiffuse(void) const 
    122122{ 
    123123    return _sfDiffuse.getValue(); 
     
    152152//! Get the value of the SimpleMaterial::_sfSpecular field. 
    153153inline 
    154 const Color3r &SimpleMaterialBase::getSpecular(void) const 
     154const Color3r SimpleMaterialBase::getSpecular(void) const 
    155155{ 
    156156    return _sfSpecular.getValue(); 
     
    185185//! Get the value of the SimpleMaterial::_sfShininess field. 
    186186inline 
    187 const Real &SimpleMaterialBase::getShininess(void) const 
     187const Real SimpleMaterialBase::getShininess(void) const 
    188188{ 
    189189    return _sfShininess.getValue(); 
     
    218218//! Get the value of the SimpleMaterial::_sfEmission field. 
    219219inline 
    220 const Color3r &SimpleMaterialBase::getEmission(void) const 
     220const Color3r SimpleMaterialBase::getEmission(void) const 
    221221{ 
    222222    return _sfEmission.getValue(); 
     
    251251//! Get the value of the SimpleMaterial::_sfTransparency field. 
    252252inline 
    253 const Real &SimpleMaterialBase::getTransparency(void) const 
     253const Real SimpleMaterialBase::getTransparency(void) const 
    254254{ 
    255255    return _sfTransparency.getValue(); 
     
    284284//! Get the value of the SimpleMaterial::_sfLit field. 
    285285inline 
    286 const bool &SimpleMaterialBase::getLit(void) const 
     286const bool SimpleMaterialBase::getLit(void) const 
    287287{ 
    288288    return _sfLit.getValue(); 
     
    317317//! Get the value of the SimpleMaterial::_sfColorMaterial field. 
    318318inline 
    319 const GLenum &SimpleMaterialBase::getColorMaterial(void) const 
     319const GLenum SimpleMaterialBase::getColorMaterial(void) const 
    320320{ 
    321321    return _sfColorMaterial.getValue();