Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9463


Ignore:
Timestamp:
Nov 25, 2012, 7:39:16 PM (11 years ago)
Author:
davidsa
Message:

updated lensflare.material and textures

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
     1material lensflare/halo1
    22 {
    33    technique
     
    88            scene_blend src_alpha dest_alpha
    99            depth_write off
     10            depth_check off
    1011 
    1112            cull_hardware none
     
    1516            {
    1617                tex_address_mode clamp
    17                 texture lensflare-halo.png
     18                texture lensflare-halo1.png
     19            }
     20        }
     21    }
     22 }
     23
     24material 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
     47material 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
     70material 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
    1888            }
    1989        }
Note: See TracChangeset for help on using the changeset viewer.