Ignore:
Timestamp:
03/09/07 10:31:48 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r2207 r2217  
    1111   entry_point psWalk 
    1212   target ps_3_0 
    13    flow_control avoid 
     13   flow_control prefer 
    1414} 
    1515 
     
    2222        IllumTechniques 
    2323        { 
    24                 RenderTechnique PathMap 
     24                RenderTechnique DepthShadowReciever 
    2525                { 
     26                max_light_count 2 
     27                        vertex_program_name GTP/Basic/LightCPos_VS 
     28                        fragment_program_name GTP/Basic/SM/Dist_VSM_PS 
     29                        set_light_view true 
     30                        set_light_farplane true 
     31                        light_viewproj_param_name LightViewProj 
     32                        light_view_param_name LightView 
     33                        light_farplane_param_name lightFarPlane 
     34                        world_view_proj_param_name WorldViewProj 
     35                        world_param_name World 
     36                } 
     37                RenderTechnique PathMap 
     38                { 
    2639             
    2740                } 
     
    3043        { 
    3144     colour_op replace 
    32     } 
    33    } 
    34     
     45    }     
     46   }    
    3547 } 
    3648} 
     
    119131   source PathMapWeightCompute.hlsl 
    120132   entry_point psComputeWeights 
    121    target ps_2_0    
     133   target ps_3_0    
    122134} 
    123135 
     
    141153                                filtering off 
    142154                        } 
     155                        texture_unit shadow_map //stores distances 
     156                        { 
     157                         
     158                } 
    143159                } 
    144160                 
     
    173189                        texture_unit //entrypoint texture 
    174190                        { 
    175                                 filtering off 
     191                                filtering none 
    176192                        } 
    177193                        texture_unit //entrypoint weight texture 
    178194                        { 
    179                                 filtering off 
     195                                filtering none 
    180196                        } 
    181197                        texture_unit //cluster length 
    182198                        { 
    183                                 filtering off 
     199                                filtering none 
    184200                        } 
    185201                } 
Note: See TracChangeset for help on using the changeset viewer.