Ignore:
Timestamp:
06/26/06 09:52:08 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src/RenderTechniques/OgreCausticRecieverRenderTechnique.cpp

    r949 r1055  
    106106                        Fparams->setNamedConstant("cubeMapCameraPosition", 
    107107                                causticCasters.at(i)->getRootPosition(ILLUMRUN_CAUSTIC_CUBEMAP)); 
     108                        Fparams->setNamedConstant("attenuation", cauCubeRun->getAttenuation()); 
    108109                        passes.at(i)->setActive(true); 
    109110                }        
     
    135136                f->causticFragmentProgram =  params; 
    136137        } 
     138         
    137139} 
    138140OgreCausticRecieverRenderTechniqueFactory::OgreCausticRecieverRenderTechniqueFactory() 
     
    145147        this->attributeParsers.insert(AttribParserList::value_type("vertex_program_name", (ILLUM_ATTRIBUTE_PARSER) parseVertexProgram)); 
    146148        this->attributeParsers.insert(AttribParserList::value_type("fragment_program_name", (ILLUM_ATTRIBUTE_PARSER) parseFragmentProgram)); 
     149         
    147150} 
    148151 
Note: See TracChangeset for help on using the changeset viewer.