source: GTP/trunk/App/Demos/Illum/IBRBillboardCloudTrees/OGRE/IBRTreesOGRE/media/general/skybox.material @ 1493

Revision 1493, 202 bytes checked in by igarcia, 18 years ago (diff)
Line 
1material CloudsSkyBox
2{
3        technique
4        {
5                pass
6                {
7                        lighting off
8                        depth_write off
9
10                        texture_unit
11                        {
12                                cubic_texture Clouds.jpg separateUV
13                                tex_address_mode clamp
14                        }
15                }
16        }
17}
Note: See TracBrowser for help on using the repository browser.