source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/precompiled/app/OgreIllumModule_Resources/materials/GTPPostProc/GTPPlain.compositor @ 3255

Revision 3255, 443 bytes checked in by szirmay, 15 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.