- Timestamp:
- 10/27/06 17:40:02 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GlassHead.material
r1638 r1691 50 50 param_named_auto resolution viewport_width 51 51 //param_named CauSpriteSize float 10.0 52 param_named CauSpriteSize float 70.052 param_named CauSpriteSize float 20.0 53 53 } 54 54 fragment_program_ref GameTools/CauPS … … 131 131 RenderTechnique ColorCubeMap 132 132 { 133 update_interval 1133 update_interval 0 134 134 update_all_face true 135 135 distance_calc true 3.5 … … 137 137 RenderTechnique DistanceCubeMap 138 138 { 139 update_interval 1139 update_interval 0 140 140 update_all_face true 141 141 distance_calc true 3.5 … … 144 144 { 145 145 attenuation 0 146 photonmap_resolution 32 147 caustic_cubemap_resolution 512 148 //caustic_map_material GameTools/CauTri 149 //use_triangles true 146 photonmap_resolution 128 147 caustic_cubemap_resolution 256 148 caustic_map_material GameTools/CauTri 149 use_triangles true 150 blur_caustic_cubemap true 150 151 } 151 152
Note: See TracChangeset
for help on using the changeset viewer.