Ignore:
Timestamp:
09/12/06 20:49:30 (18 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include
Files:
3 edited

Legend:

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

    r1342 r1351  
    2323        { 
    2424                pixelSprites = 0; 
     25                fullscreenGrid = 0; 
    2526        } 
    2627        /** 
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderTechniques/OgreCausticCasterRenderTechnique.h

    r1055 r1351  
    4444                                                        bool useDistance, 
    4545                                                        float attenuation, 
     46                                                        bool useTriangles, 
    4647                                                        Pass* pass, 
    4748                                                        OgreRenderable* parentRenderable, 
     
    7576        unsigned char photonMapTexID; 
    7677        float attenuation; 
     78        bool useTriangles; 
    7779         
    7880        //inherited 
     
    115117        bool updateAllFace; 
    116118        bool useDistance; 
     119        bool useTriangles; 
    117120         
    118121 
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderingRuns/OgreCausticCubeMapRenderingRun.h

    r1055 r1351  
    4141                                                                 unsigned char photonMapTexId, 
    4242                                                                 bool updateAllFace, 
    43                                                                  float attenuation 
     43                                                                 float attenuation, 
     44                                                                 bool useTriangles 
    4445                                                                 ); 
    4546        /** 
     
    8283        String materialName; 
    8384        float attenuation; 
     85        bool useTriangles; 
    8486         
    8587        //inherited 
Note: See TracChangeset for help on using the changeset viewer.