Changeset 11107
- Timestamp:
- Feb 4, 2016, 11:50:17 PM (9 years ago)
- Location:
- data/trunk
- Files:
-
- 10 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/materials/Orxonox.material
r10964 r11107 630 630 } 631 631 632 material Orxonox/LightOn 633 { 634 technique 635 { 636 pass 637 { 638 lighting off 639 scene_blend alpha_blend 640 depth_check off 641 642 texture_unit 643 { 644 texture LightOn.png 2d 0 // no mipmapping 645 } 646 } 647 } 648 } 649 650 material Orxonox/LightOff 651 { 652 technique 653 { 654 pass 655 { 656 lighting off 657 scene_blend alpha_blend 658 depth_check off 659 660 texture_unit 661 { 662 texture LightOff.png 2d 0 // no mipmapping 663 } 664 } 665 } 666 } 667 632 668 material Orxonox/WSHUD_Weapon 633 669 { … … 828 864 } 829 865 866 material Orxonox/WSHUD_WM_FlameGun 867 { 868 technique 869 { 870 pass 871 { 872 lighting off 873 scene_blend alpha_blend 874 depth_check off 875 876 texture_unit 877 { 878 texture WSHUD_WM_FlameGun.png 2d 0 // no mipmapping 879 } 880 } 881 } 882 } 883 830 884 material Orxonox/WSHUD_WM_SplitGun 831 885 {
Note: See TracChangeset
for help on using the changeset viewer.