Changeset 1351 for GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include
- Timestamp:
- 09/12/06 20:49:30 (18 years ago)
- 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 23 23 { 24 24 pixelSprites = 0; 25 fullscreenGrid = 0; 25 26 } 26 27 /** -
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 -
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderingRuns/OgreCausticCubeMapRenderingRun.h
r1055 r1351 41 41 unsigned char photonMapTexId, 42 42 bool updateAllFace, 43 float attenuation 43 float attenuation, 44 bool useTriangles 44 45 ); 45 46 /** … … 82 83 String materialName; 83 84 float attenuation; 85 bool useTriangles; 84 86 85 87 //inherited
Note: See TracChangeset
for help on using the changeset viewer.