source: GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/FireHeat.compositor @ 2458

Revision 2458, 530 bytes checked in by szirmay, 17 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.