Ignore:
Timestamp:
10/27/06 17:37:24 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderTechniques/OgreCausticCasterRenderTechnique.h

    r1351 r1688  
    4545                                                        float attenuation, 
    4646                                                        bool useTriangles, 
     47                                                        bool blurCauCubeMap, 
    4748                                                        Pass* pass, 
    4849                                                        OgreRenderable* parentRenderable, 
     
    5859                @return name of the caustic cubemap texture 
    5960        */ 
    60         String& getCausticCubeMapName(); 
     61        const String& getCausticCubeMapName(); 
    6162        float getAttenuation(){return attenuation;} 
    6263 
     
    7778        float attenuation; 
    7879        bool useTriangles; 
     80        bool blurCauCubeMap; 
    7981         
    8082        //inherited 
     
    118120        bool useDistance; 
    119121        bool useTriangles; 
     122        bool blurCauCubeMap; 
    120123         
    121124 
Note: See TracChangeset for help on using the changeset viewer.