Ignore:
Timestamp:
09/26/06 09:47:54 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r1445 r1487  
    3838                cull_software none 
    3939                lighting off 
    40                 scene_blend add 
     40                //scene_blend add 
    4141                scene_blend src_alpha one 
    4242                depth_write off 
     
    4949                    param_named_auto Proj projection_matrix 
    5050                    param_named_auto resolution viewport_width 
    51                     param_named CauSpriteSize float 10.0             
     51                    //param_named CauSpriteSize float 10.0           
     52                    param_named CauSpriteSize float 70.0             
    5253                }  
    5354                fragment_program_ref  GameTools/CauPS 
     
    9495                cull_software none 
    9596                lighting off 
    96                 scene_blend add 
     97                //scene_blend add 
    9798                scene_blend src_alpha one 
    9899                depth_write off 
     
    111112            texture_unit 
    112113                { 
    113                         vertex_texture true 
    114                         texture flare.png 
     114                        vertex_texture true                      
    115115                } 
    116116       } 
     
    131131                        RenderTechnique ColorCubeMap 
    132132                        { 
    133                                 update_interval         0 
     133                                update_interval         5 
    134134                                distance_calc true 3.5                                   
    135135                        } 
    136136                        RenderTechnique DistanceCubeMap 
    137137                        { 
    138                                 update_interval         0 
     138                                update_interval         5 
    139139                                distance_calc true 3.5                                           
    140140                        } 
    141141                        RenderTechnique CausticCaster 
    142142                        { 
    143                                 attenuation     0        
     143                                attenuation     0 
     144                                photonmap_resolution 32 
     145                                caustic_cubemap_resolution 512   
    144146                                caustic_map_material            GameTools/CauTri 
    145147                                use_triangles   true                             
Note: See TracChangeset for help on using the changeset viewer.