Ignore:
Timestamp:
09/13/06 11:23:27 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r1339 r1355  
    3232                        } 
    3333                         
     34                        texture_unit 
     35                        { 
     36                                texture pamacs.dds 
     37                        } 
     38                         
    3439                        depth_check off 
    35                         //scene_blend_op min 
    36                         //scene_blend_op_alpha add 
    37                         scene_blend one one 
     40                        scene_blend_op max 
     41                        scene_blend_op_alpha add 
     42                        scene_blend_alpha one one_minus_src_alpha 
    3843 
    3944                } 
     
    8489                        } 
    8590                         
    86                         //depth_check off                        
    87                         //scene_blend_alpha add 
     91                        depth_check off                  
     92                        scene_blend alpha_blend 
    8893                         
    8994                        texture_unit 
Note: See TracChangeset for help on using the changeset viewer.