Changeset 2285 for GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include
- Timestamp:
- 03/23/07 13:32:05 (18 years ago)
- Location:
- GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/OgreIlluminationManager.h
r2240 r2285 8 8 #include "OgreConvolvedCubeMapRenderTechnique.h" 9 9 #include "OgreCausticCasterRenderTechnique.h" 10 #include "OgreCausticRec ieverRenderTechnique.h"10 #include "OgreCausticReceiverRenderTechnique.h" 11 11 #include "OgreSceneCameraDepthRenderingRun.h" 12 12 #include "OgreSBBRenderTechnique.h" 13 13 #include "OgreDepthShadowMapRenderingRun.h" 14 #include "OgreDepthShadowRec ieverRenderTechnique.h"14 #include "OgreDepthShadowReceiverRenderTechnique.h" 15 15 #include "OgreFireRenderTechnique.h" 16 16 #include "OgreHierarchicalParticleSystemTechnique.h" -
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderTechniques/OgreCausticCasterRenderTechnique.h
r2240 r2285 25 25 @param photonMapResolution photon map resolution 26 26 @param causticCubeMapResolution caustic cubemap resolution 27 @param photonMapMaterialName the name of the material should be used when rendering the choton hit map27 @param photonMapMaterialName the name of the material should be used when rendering the photon hit map 28 28 @param causticMapMaterialName the name of the material that should be used when rendering the caustic cubemap 29 29 @param photonMapTexID the texture unit state id of the caustic map generation material where the photonhit map should be bound to
Note: See TracChangeset
for help on using the changeset viewer.