Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/demos/Media/capsule.material @ 21

Last change on this file since 21 was 21, checked in by nicolasc, 16 years ago

added ogreode and Colladaplugin

File size: 235 bytes
Line 
1
2material Ac3d/Capsule/Mat001_Tex00
3{
4    receive_shadows off
5        technique
6        {
7                pass
8                {
9                        ambient 1 1 1 1
10                        diffuse 1 1 1 1
11                        specular 1 1 1 1 10
12
13                        texture_unit
14                        {
15                                texture capsule.png
16                                tex_address_mode clamp
17                        }
18                }
19        }
20}
Note: See TracBrowser for help on using the repository browser.