source: GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPPostProc/GTPPlain.compositor @ 2328

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