source:
downloads/Samples/Media/materials/scripts/Hurt.material
@
5
Last change on this file since 5 was 5, checked in by anonymous, 17 years ago | |
---|---|
File size: 388 bytes |
Rev | Line | |
---|---|---|
[5] | 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.