Changeset 1441 for GTP/trunk/App/Demos/Illum
- Timestamp:
- 09/21/06 12:11:18 (18 years ago)
- Location:
- GTP/trunk/App/Demos/Illum/Ogre/Media
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GameTools.material
r1424 r1441 11 11 //scene_blend_op_alpha add 12 12 //scene_blend_alpha add 13 depth_check off13 //depth_check off 14 14 depth_write off 15 15 … … 17 17 { 18 18 texture flare.png 19 } 20 } 21 } 22 } 23 24 25 material Examples/EveningSkyBox 26 { 27 technique 28 { 29 pass 30 { 31 lighting off 32 depth_write off 33 34 texture_unit 35 { 36 cubic_texture stormy.jpg separateUV 37 tex_address_mode clamp 19 38 } 20 39 } -
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GlassHead.material
r1347 r1441 142 142 { 143 143 attenuation 0 144 caustic_map_material GameTools/CauTri145 use_triangles true144 //caustic_map_material GameTools/CauTri 145 //use_triangles true 146 146 } 147 147 -
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/Glow.material
r1282 r1441 50 50 param_named_auto width viewport_width 51 51 param_named_auto height viewport_height 52 param_named cutValue float 0.000153 param_named timeBlur float 0.0 0852 param_named cutValue float 10.0 53 param_named timeBlur float 0.01 54 54 55 55 } … … 106 106 param_named_auto width viewport_width 107 107 param_named_auto height viewport_height 108 param_named Stretch float 1. 2108 param_named Stretch float 1.5 109 109 } 110 110 texture_unit … … 131 131 param_named_auto width viewport_width 132 132 param_named_auto height viewport_height 133 param_named Stretch float 1. 2133 param_named Stretch float 1.5 134 134 } 135 135 texture_unit
Note: See TracChangeset
for help on using the changeset viewer.