Changeset 2522 for GTP/trunk/App


Ignore:
Timestamp:
07/03/07 21:51:28 (17 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre/Media/Station
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/Station/StationParticles.material

    r2474 r2522  
     1fragment_program GTP/Station/Large_Depth_Illum_PS hlsl 
     2{ 
     3        source Station_HPS.hlsl 
     4        entry_point HPS_Large_Depth_Illum_PS 
     5        target ps_3_0 
     6} 
     7 
    18material GTP/Station/Smoke_L_Depth_Illum 
    29{ 
     
    3946                                param_named baseRadius float 1                                                                                       
    4047                        }  
    41                         fragment_program_ref GTP/HPS/Large_Depth_Illum_PS 
     48                        fragment_program_ref GTP/Station/Large_Depth_Illum_PS 
    4249                        {  
    4350                                param_named_auto nearplane near_clip_distance 
Note: See TracChangeset for help on using the changeset viewer.