Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/tutorial/Tutorial/Media/materials/scripts/Hurt.material @ 25

Last change on this file since 25 was 25, checked in by nicolasc, 17 years ago

added Media and Config

File size: 388 bytes
Line 
1/// Just a simple red quad blended over the scene
2material RedQuad
3{
4    technique
5    {
6        pass
7        {
8            lighting on
9            diffuse 0.0 0.0 0.0 0.5
10            specular 0.0 0.0 0.0 1.0
11            ambient 0.0 0.0 0.0
12            emissive 1.0 0.0 0.0
13            cull_hardware none
14            depth_check off
15            scene_blend alpha_blend
16        }
17    }
18}
Note: See TracBrowser for help on using the repository browser.