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

Revision 2139, 580 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 roomcdark.PNG
28                                //texture object_SE_0_PHOTONMAP
29                                //tex_coord_set 0
30                                //colour_op modulate
31                        }
32                }
33        }
34}
Note: See TracBrowser for help on using the repository browser.