Changeset 2450


Ignore:
Timestamp:
06/12/07 17:08:50 (17 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/MoriaDust.hlsl

    r2445 r2450  
    8383/// fetch opacity from a texture 
    8484        Color.a *= tex2D( colorTexture, IN.texCoord.xy).r; 
    85         //Color.a *= alpha; 
     85        Color.a *= alpha; 
    8686         
    8787        //illumination 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/MoriaDust.material

    r2445 r2450  
    1919                pass 
    2020                { 
    21                 //      IllumTechniques 
    22                 //      {  
    23                 //        RenderTechnique SphericalBillboard 
    24                 //          { 
    25                 //                              texture_unit_id         1                                        
    26                 //              } 
    27                 //      }        
     21                        IllumTechniques 
     22                        {  
     23                        RenderTechnique SphericalBillboard 
     24                            { 
     25                                                texture_unit_id         1                                        
     26                                } 
     27                        }        
    2828 
    29                         depth_check on 
     29                        depth_check off 
    3030                        depth_write off 
    3131                        scene_blend src_alpha one 
     
    4343                            param_named_auto farplane far_clip_distance    
    4444                            param_named_auto nearplane near_clip_distance 
    45                         param_named color float4 0.95 0.96 0.95 0.9 
     45                        param_named color float4 0.95 0.96 0.95 1.2 
    4646                        param_named symmetry float 0.1   
    4747                        param_named_auto lightCPos light_position_view_space 0 
Note: See TracChangeset for help on using the changeset viewer.