Changeset 9463
- Timestamp:
- Nov 25, 2012, 7:39:16 PM (12 years ago)
- Location:
- data/trunk
- Files:
-
- 4 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/materials/lensflare.material
r9449 r9463 1 material lensflare/halo 1 material lensflare/halo1 2 2 { 3 3 technique … … 8 8 scene_blend src_alpha dest_alpha 9 9 depth_write off 10 depth_check off 10 11 11 12 cull_hardware none … … 15 16 { 16 17 tex_address_mode clamp 17 texture lensflare-halo.png 18 texture lensflare-halo1.png 19 } 20 } 21 } 22 } 23 24 material lensflare/halo2 25 { 26 technique 27 { 28 pass 29 { 30 lighting off 31 scene_blend src_alpha dest_alpha 32 depth_write off 33 depth_check off 34 35 cull_hardware none 36 cull_software none 37 38 texture_unit 39 { 40 tex_address_mode clamp 41 texture lensflare-halo2.png 42 } 43 } 44 } 45 } 46 47 material lensflare/halo3 48 { 49 technique 50 { 51 pass 52 { 53 lighting off 54 scene_blend src_alpha dest_alpha 55 depth_write off 56 depth_check off 57 58 cull_hardware none 59 cull_software none 60 61 texture_unit 62 { 63 tex_address_mode clamp 64 texture lensflare-halo1.png 65 } 66 } 67 } 68 } 69 70 material lensflare/bursthalo 71 { 72 technique 73 { 74 pass 75 { 76 lighting off 77 scene_blend src_alpha dest_alpha 78 depth_write off 79 depth_check off 80 81 cull_hardware none 82 cull_software none 83 84 texture_unit 85 { 86 tex_address_mode clamp 87 texture lensflare-bursthalo.png 18 88 } 19 89 }
Note: See TracChangeset
for help on using the changeset viewer.