source:
data/branches/png/materials/scripts/Console.material
@
6612
| Last change on this file since 6612 was 6612, checked in by rgrieder, 16 years ago | |
|---|---|
|
|
| File size: 961 bytes | |
| Rev | Line | |
|---|---|---|
| [5313] | 1 | material ConsoleBorder |
| 2 | { | |
| 3 | technique | |
| 4 | { | |
| 5 | pass | |
| [5042] | 6 | { |
| 7 | lighting off | |
| 8 | scene_blend alpha_blend | |
| 9 | depth_check off | |
| 10 | ||
| [5313] | 11 | texture_unit |
| 12 | { | |
| [6612] | 13 | texture console2.png |
| [5313] | 14 | } |
| 15 | } | |
| 16 | } | |
| 17 | } | |
| 18 | ||
| 19 | material ConsoleCenter | |
| 20 | { | |
| 21 | technique | |
| 22 | { | |
| 23 | pass | |
| [5042] | 24 | { |
| 25 | lighting off | |
| 26 | scene_blend alpha_blend | |
| 27 | depth_check off | |
| 28 | ||
| [5313] | 29 | texture_unit |
| 30 | { | |
| [6612] | 31 | texture console3.png |
| [5313] | 32 | } |
| 33 | } | |
| 34 | } | |
| 35 | } | |
| 36 | ||
| 37 | material ConsoleNoise | |
| 38 | { | |
| 39 | technique | |
| 40 | { | |
| 41 | pass | |
| [5042] | 42 | { |
| 43 | lighting off | |
| 44 | scene_blend alpha_blend | |
| 45 | depth_check off | |
| [5313] | 46 | |
| 47 | texture_unit | |
| 48 | { | |
| [6612] | 49 | texture console4.png |
| [5313] | 50 | } |
| 51 | } | |
| 52 | } | |
| 53 | } | |
| 54 | ||
| 55 | material ConsoleNoiseSmall | |
| 56 | { | |
| 57 | technique | |
| 58 | { | |
| 59 | pass | |
| 60 | { | |
| 61 | lighting off | |
| 62 | scene_blend alpha_blend | |
| 63 | depth_check off | |
| 64 | ||
| 65 | texture_unit | |
| 66 | { | |
| [6612] | 67 | texture console5.png |
| [5313] | 68 | } |
| 69 | } | |
| 70 | } | |
| 71 | } | |
| 72 | ||
| 73 | material ConsoleCursor | |
| 74 | { | |
| 75 | technique | |
| 76 | { | |
| 77 | pass | |
| 78 | { | |
| 79 | lighting off | |
| 80 | scene_blend alpha_blend | |
| 81 | depth_check off | |
| 82 | ||
| 83 | texture_unit | |
| 84 | { | |
| [6612] | 85 | texture OrxonoxWhite.png |
| [5313] | 86 | } |
| 87 | texture_unit | |
| 88 | { | |
| 89 | colour_op_ex modulate src_manual src_current 0 1 0 0.5 | |
| 90 | } | |
| 91 | } | |
| 92 | } | |
| 93 | } |
Note: See TracBrowser
for help on using the repository browser.










