- Timestamp:
- 09/21/06 12:11:18 (18 years ago)
- File:
-
- 1 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 }
Note: See TracChangeset
for help on using the changeset viewer.