Ignore:
Timestamp:
09/21/06 12:11:18 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GameTools.material

    r1424 r1441  
    1111                        //scene_blend_op_alpha add 
    1212                        //scene_blend_alpha add 
    13                         depth_check off 
     13                        //depth_check off 
    1414                        depth_write off 
    1515 
     
    1717                        { 
    1818                                texture flare.png 
     19                        } 
     20                } 
     21        } 
     22} 
     23 
     24 
     25material 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 
    1938                        } 
    2039                } 
Note: See TracChangeset for help on using the changeset viewer.