source:
OGRE/trunk/ogrenew/Samples/Media/materials/scripts/Hurt.material
@
692
Revision 692, 406 bytes checked in by mattausch, 19 years ago (diff) |
---|
Line | |
---|---|
1 | /// Just a simple red quad blended over the scene |
2 | material 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.