Changeset 1441


Ignore:
Timestamp:
09/21/06 12:11:18 (18 years ago)
Author:
szirmay
Message:
 
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  
    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                } 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GlassHead.material

    r1347 r1441  
    142142                        { 
    143143                                attenuation     0        
    144                                 caustic_map_material            GameTools/CauTri 
    145                                 use_triangles   true                             
     144                                //caustic_map_material          GameTools/CauTri 
     145                                //use_triangles true                             
    146146                        } 
    147147                         
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/Glow.material

    r1282 r1441  
    5050                param_named_auto width viewport_width    
    5151                param_named_auto height viewport_height 
    52                 param_named cutValue float 0.0001 
    53                 param_named timeBlur float 0.008 
     52                param_named cutValue float 10.0 
     53                param_named timeBlur float 0.01 
    5454                 
    5555         } 
     
    106106                        param_named_auto width viewport_width    
    107107                param_named_auto height viewport_height  
    108                 param_named Stretch float 1.2 
     108                param_named Stretch float 1.5 
    109109         } 
    110110        texture_unit 
     
    131131                        param_named_auto width viewport_width    
    132132                param_named_auto height viewport_height  
    133                 param_named Stretch float 1.2 
     133                param_named Stretch float 1.5 
    134134         } 
    135135        texture_unit 
Note: See TracChangeset for help on using the changeset viewer.