Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added ogreode and Colladaplugin

File size: 328 bytes
Line 
1
2material Ac3d/Jeep_WheelL/Mat001_Tex01
3{
4    receive_shadows off
5        technique
6        {
7                pass
8                {
9                        texture_unit
10                        {
11                                texture jeep_wheel.jpg
12                        }
13                }
14        }
15}
16material Ac3d/Jeep_WheelL/Mat002_Tex01
17{
18    receive_shadows off
19        technique
20        {
21                pass
22                {
23                        specular 1 1 1 1 10
24                        texture_unit
25                        {
26                                texture jeep_wheel.jpg
27                        }
28                }
29        }
30}
Note: See TracBrowser for help on using the repository browser.