Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9506 for data


Ignore:
Timestamp:
Dec 10, 2012, 4:52:21 PM (11 years ago)
Author:
jo
Message:

Updating the LaserBeam material to look more like a laser.

File:
1 edited

Legend:

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

    r9493 r9506  
    33material LaserBeam
    44{
    5     receive_shadows on
     5        technique
     6        {
     7                pass
     8                {
     9                        lighting off
     10                        depth_write off
     11                        scene_blend add
     12                        texture_unit
     13                        {
     14                                texture LaserBlau2.png
     15                                colour_op modulate
     16                        }
     17                }
    618
    7     technique
    8     {
    9         pass LaserBeam
    10         {
    11             ambient 0.800000011920929 0.800000011920929 0.800000011920929 1.0
    12             diffuse 0.6400000190734865 0.6400000190734865 0.6400000190734865 1.0
    13             specular 0.5 0.5 0.5 1.0 12.5
    14             emissive 0.0 0.0 0.0 1.0
    15 
    16             alpha_to_coverage off
    17             colour_write on
    18             cull_hardware clockwise
    19             depth_check on
    20             depth_func less_equal
    21             depth_write on
    22             illumination_stage
    23             light_clip_planes off
    24             light_scissor off
    25             lighting on
    26             normalise_normals off
    27             polygon_mode solid
    28             scene_blend one zero
    29             scene_blend_op add
    30             shading gouraud
    31             transparent_sorting on
    32             texture_unit
    33             {
    34               texture LaserBlau2.png
    35               colour_op modulate
    36             }
    37         }
    38     }
     19        }
     20    receive_shadows on
    3921}
Note: See TracChangeset for help on using the changeset viewer.