Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/demos/Media/ball.material @ 53

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

added ogreode and Colladaplugin

File size: 202 bytes
Line 
1
2material Ac3d/Ball/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 ball.png
16                        }
17                }
18        }
19}
Note: See TracBrowser for help on using the repository browser.