source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/OgreGames/MoriaBattle/Media/GTPPostProc/GTPMotionBlur.compositor @ 3255

Revision 3255, 899 bytes checked in by szirmay, 15 years ago (diff)
Line 
1compositor GTP/PostProc/MotionBlur
2{
3    technique
4    {
5        texture scene target_width target_height PF_FLOAT16_RGBA
6                texture rt0 target_width target_height PF_FLOAT16_RGBA
7       
8                target scene
9        {
10            input previous               
11        }
12       
13        target rt0
14                {
15                input none
16                        only_initial on
17                        pass clear
18                {
19                }       
20                }
21                target rt0
22        {
23            input none           
24            pass render_quad
25            {
26                      clear
27                      {
28                        buffers depth
29                      }
30              material GTP/PostProc/Blend
31              input 0 scene                         
32            }
33                }
34
35       target_output
36       {
37         input none
38                 pass clear
39                 {
40                       
41                 }         
42         pass render_quad
43         {
44                   material GTP/PostProc/Copy
45               input 0 rt0               
46         }
47       }
48    }
49}
Note: See TracBrowser for help on using the repository browser.