source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/OgreGames/MoriaBattle/Media/MORIA/FireHeat.compositor @ 3255

Revision 3255, 530 bytes checked in by szirmay, 15 years ago (diff)
Line 
1compositor FireHeatCompositor
2{
3    technique
4    {
5        texture scene target_width target_height PF_FLOAT16_RGBA
6       
7               
8        target scene
9        {
10            // Render output from previous compositor (or original scene)
11            input previous
12        }     
13     
14        target_output
15        {
16            input none
17         
18            pass render_quad
19            {
20               material FireHeatCompositor
21               input 0 scene               
22            }
23        }
24    }
25}
Note: See TracBrowser for help on using the repository browser.