Lensflare.material         Displaying LensFlare - material
Print
material lensflare/halo
 {
    technique
    {
        pass
        {
            ambient 1 1 1
            diffuse 1 1 1
            lighting off
            depth_write off
            scene_blend add
            texture_unit
            {
                texture lensflare6.jpg
            }
        }
    }
 }


 material lensflare/burst
 {
    technique
    {
        pass
        {
            ambient 1 1 1
            diffuse 1 1 1
            lighting off
            depth_write off
            scene_blend add
            texture_unit
            {
                texture lensflare5.jpg
            }
        }
    }
 }

 


Alias: LensFlare.material


Contributors to this page: jacmoe133512 points  and Spacegaier4386 points  .
Page last modified on Saturday 02 of January, 2010 04:20:50 UTC by jacmoe133512 points .


The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.
As an exception, any source code contributed within the content is released into the Public Domain.