Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9509 for data


Ignore:
Timestamp:
Dec 14, 2012, 2:24:19 PM (11 years ago)
Author:
davidsa
Message:

tweaked and added more lens flare materials, tweaked the glow material

Location:
data/trunk
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/materials/glow.material

    r9447 r9509  
    3535
    3636                                //how much should the glow expand from the model, usually a small value
    37                                 param_named inflate float 0.05
     37                                param_named inflate float 0.1
    3838                        }
    3939                       
     
    4141                        {
    4242                                //base alpha value of glow
    43                                 param_named alphaValue float 0.5
     43                                param_named alphaValue float 0.6
    4444
    4545                                //from which view to surface normal angle on should the intensity of the glow decrease
    46                                 param_named cutoffAngle float 70.0
     46                                param_named cutoffAngle float 65.0
    4747
    4848                                //by which exponent should the intensity decrease
    49                                 param_named exponent float 2.5
     49                                param_named exponent float 3.0
    5050
    5151                                //how fast should the light pulsate
  • data/trunk/materials/lensflare.material

    r9463 r9509  
    6262            {
    6363                tex_address_mode clamp
    64                 texture lensflare-halo1.png
     64                texture lensflare-halo3.png
     65            }
     66        }
     67    }
     68 }
     69
     70material lensflare/halo4
     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-halo4.png
     88            }
     89        }
     90    }
     91 }
     92
     93material lensflare/halo5
     94 {
     95    technique
     96    {
     97        pass
     98        {
     99            lighting off
     100            scene_blend src_alpha dest_alpha
     101            depth_write off
     102            depth_check off
     103 
     104            cull_hardware none
     105            cull_software none
     106 
     107            texture_unit
     108            {
     109                tex_address_mode clamp
     110                texture lensflare-halo5.png
     111            }
     112        }
     113    }
     114 }
     115
     116material lensflare/iris
     117 {
     118    technique
     119    {
     120        pass
     121        {
     122            lighting off
     123            scene_blend src_alpha dest_alpha
     124            depth_write off
     125            depth_check off
     126 
     127            cull_hardware none
     128            cull_software none
     129 
     130            texture_unit
     131            {
     132                tex_address_mode clamp
     133                texture lensflare-iris.png
     134            }
     135        }
     136    }
     137 }
     138
     139material lensflare/ring
     140 {
     141    technique
     142    {
     143        pass
     144        {
     145            lighting off
     146            scene_blend src_alpha dest_alpha
     147            depth_write off
     148            depth_check off
     149 
     150            cull_hardware none
     151            cull_software none
     152 
     153            texture_unit
     154            {
     155                tex_address_mode clamp
     156                texture lensflare-ring.png
    65157            }
    66158        }
Note: See TracChangeset for help on using the changeset viewer.