Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9424 for data


Ignore:
Timestamp:
Oct 29, 2012, 5:04:10 PM (12 years ago)
Author:
davidsa
Message:

changed the glow-material to use a different color of glow

File:
1 edited

Legend:

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

    r9408 r9424  
    2323                        depth_check on
    2424                        lighting off
    25                         emissive 1.0 1.0 0.0 0.0
     25                        emissive 0.5 0.9 1.0 0.0
    2626                       
    2727                        vertex_program_ref glow_vs
    2828                        {
    2929                                param_named_auto worldViewProjMatrix worldviewproj_matrix
    30                                 param_named size_value float 1.1
    31                                 param_named_auto time time_0_x 100
     30                                param_named size_value float 0.3
     31                                param_named_auto time time_0_x 50
    3232                        }
    3333                       
     
    3535                        {
    3636                                param_named alpha_value float 0.4
    37                                 param_named_auto time time_0_x 100
     37                                param_named_auto time time_0_x 50
    3838                                param_named_auto color surface_emissive_colour
    3939                        }
Note: See TracChangeset for help on using the changeset viewer.