source: GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/colorcube.material @ 2054

Revision 2054, 538 bytes checked in by szirmay, 17 years ago (diff)
Line 
1material colorcube
2{
3        technique
4        {
5                pass
6                {
7                        //lighting off
8                        IllumTechniques
9                        {
10                               
11                                RenderTechnique CausticReciever
12                                {
13                                        max_caster_count        10                                     
14                                }                               
15                                RenderTechnique DepthShadowReciever
16                                {
17                                   max_light_count 1
18                                   vertex_program_name GameTools/ShadowMap/ShadowDistVS
19                                   fragment_program_name GameTools/ShadowMap/ShadowDistPS
20                                   set_light_view true
21                                   set_light_farplane true
22                                }
23                        }
24
25                        texture_unit
26                        {
27                                texture roomc.PNG
28                                tex_coord_set 0
29                                colour_op modulate
30                        }
31                }
32        }
33}
Note: See TracBrowser for help on using the repository browser.