Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/Media/materials/scripts/facial.material @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

File size: 781 bytes
Line 
1
2material drbunsen_head
3{
4        technique
5        {
6                pass
7                {
8                        ambient 0.25 0.25 0.25
9                        diffuse 1.0 1.0 1.0
10
11                        texture_unit
12                        {
13                                texture Dr_Bunsen_Head.jpg
14                        }
15                }
16        }
17}
18
19material drbunsen_teeth
20{
21        technique
22        {
23                pass
24                {
25                        ambient 0.25 0.25 0.25
26                        diffuse 1.0 1.0 1.0
27
28                }
29        }
30}
31
32material drbunsen_tongue
33{
34        technique
35        {
36                pass
37                {
38                        ambient 0.25 0.25 0.25
39                        diffuse 1.0 0.1 0.1
40
41                }
42        }
43}
44
45material drbunsen_gums
46{
47        technique
48        {
49                pass
50                {
51                        ambient 0.25 0.25 0.25
52                        diffuse 1.0 0.1 0.1
53
54                }
55        }
56}
57
58material drbunsen_glasses
59{
60        technique
61        {
62                pass
63                {
64                        depth_write off
65                        scene_blend modulate
66                        ambient 0.25 0.25 0.25
67                        diffuse 0.75 0.75 0.75
68
69                }
70        }
71}
72
73material drbunsen_glasses_frame
74{
75        technique
76        {
77                pass
78                {
79                        ambient 0.25 0.25 0.25
80                        diffuse 0.35 0.18 0 1
81
82                }
83        }
84}
85
Note: See TracBrowser for help on using the repository browser.