source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/OgreDemos/media/MORIA/FireHeatCompositor.material @ 3255

Revision 3255, 645 bytes checked in by szirmay, 15 years ago (diff)
Line 
1fragment_program FireHeatCompositorFP hlsl
2{
3        source Fire.hlsl
4        entry_point FireHeatCompositorPS
5        target ps_3_0
6}
7
8material FireHeatCompositor
9{
10   technique
11   {
12      pass
13      {
14         vertex_program_ref GTP/PostProc/PostProc_VS
15         {
16       
17         }
18         fragment_program_ref FireHeatCompositorFP
19         {
20                        param_named_auto width viewport_width   
21                        param_named_auto height viewport_height
22                 }
23         texture_unit //scene
24                {
25                        //filtering none       
26                }
27                texture_unit
28                {
29                        texture ILLUM_FIRE_COLOR_TEXTURE
30                }       
31                texture_unit
32                {
33                        texture ILLUM_FIRE_HEAT_TEXTURE
34                }
35               
36      }
37   }
38}
39
Note: See TracBrowser for help on using the repository browser.