source:
code/branches/weapon_system_fw/Media/materials/scripts/smoke.material
@
568
| Last change on this file since 568 was 305, checked in by rgrieder, 18 years ago | |
|---|---|
| File size: 216 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | material Examples/Smoke |
| 3 | { |
| 4 | technique |
| 5 | { |
| 6 | pass |
| 7 | { |
| 8 | lighting off |
| 9 | scene_blend alpha_blend |
| 10 | depth_write off |
| 11 | |
| 12 | texture_unit |
| 13 | { |
| 14 | texture smoke.png |
| 15 | tex_address_mode clamp |
| 16 | } |
| 17 | } |
| 18 | } |
| 19 | } |
Note: See TracBrowser
for help on using the repository browser.










