source: GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/hangar.material @ 1671

Revision 1671, 460 bytes checked in by szirmay, 18 years ago (diff)
Line 
1material lambert1
2{
3        technique
4        {
5                pass
6                {
7                        IllumTechniques
8                        {                               
9                                RenderTechnique DepthShadowReciever
10                                {
11                                        max_light_count 3
12                                        vertex_program_name GameTools/ShadowMap/ShadowDistVS
13                                        fragment_program_name                                   GameTools/ShadowMap/ShadowDistPS
14                                        set_light_view true
15                                        set_light_farplane true
16                                       
17                                }
18                        }
19
20                        ambient 0.5 0.5 0.5 1
21                        diffuse 0.5 0.5 0.5 1
22                        specular 0 0 0 0
23                        emissive 0 0 0
24                }
25        }
26}
Note: See TracBrowser for help on using the repository browser.