Ignore:
Timestamp:
03/08/07 11:44:30 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/PMDemo/PRMDemo.material

    r2202 r2207  
    187187        } 
    188188} 
     189 
     190vertex_program GTP/EPDisplayVS hlsl 
     191{ 
     192   source PathMapWeightCompute.hlsl 
     193   entry_point EntryPointDisplayVS 
     194   target vs_2_0    
     195} 
     196fragment_program GTP/EPDisplayPS hlsl 
     197{ 
     198   source PathMapWeightCompute.hlsl 
     199   entry_point EntryPointDisplayPS 
     200   target ps_2_0    
     201} 
     202 
     203material GTP/PM/EPBillboards 
     204{ 
     205 technique 
     206 { 
     207   pass 
     208   { 
     209                polygon_mode points 
     210                point_size 10 
     211                vertex_program_ref GTP/EPDisplayVS 
     212                { 
     213                        param_named_auto worldViewProj worldviewproj_matrix      
     214                } 
     215                fragment_program_ref GTP/EPDisplayPS 
     216                { 
     217                } 
     218        texture_unit 
     219        {   
     220                filtering none    
     221        } 
     222   } 
     223  } 
     224} 
Note: See TracChangeset for help on using the changeset viewer.