- Timestamp:
- 09/12/06 20:49:30 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderTechniques/OgreCausticCasterRenderTechnique.h
r1055 r1351 44 44 bool useDistance, 45 45 float attenuation, 46 bool useTriangles, 46 47 Pass* pass, 47 48 OgreRenderable* parentRenderable, … … 75 76 unsigned char photonMapTexID; 76 77 float attenuation; 78 bool useTriangles; 77 79 78 80 //inherited … … 115 117 bool updateAllFace; 116 118 bool useDistance; 119 bool useTriangles; 117 120 118 121
Note: See TracChangeset
for help on using the changeset viewer.