Line | |
---|
1 |
|
---|
2 | material Material3
|
---|
3 | {
|
---|
4 | technique
|
---|
5 | {
|
---|
6 | pass
|
---|
7 | {
|
---|
8 | ambient 0.2 0.2 0.2 1
|
---|
9 | diffuse 0.8 0.8 0.8 1
|
---|
10 |
|
---|
11 | texture_unit
|
---|
12 | {
|
---|
13 | texture axe.jpg
|
---|
14 | }
|
---|
15 | }
|
---|
16 | }
|
---|
17 | }
|
---|
18 | material Material1
|
---|
19 | {
|
---|
20 | technique
|
---|
21 | {
|
---|
22 | pass
|
---|
23 | {
|
---|
24 | ambient 0.2 0.2 0.2 1
|
---|
25 | diffuse 0.8 0.8 0.8 1
|
---|
26 |
|
---|
27 | texture_unit
|
---|
28 | {
|
---|
29 | texture dwarf.jpg
|
---|
30 | }
|
---|
31 | }
|
---|
32 | }
|
---|
33 | }
|
---|
34 | material Material2
|
---|
35 | {
|
---|
36 | technique
|
---|
37 | {
|
---|
38 | pass
|
---|
39 | {
|
---|
40 | ambient 0.2 0.2 0.2 1
|
---|
41 | diffuse 0.8 0.8 0.8 1
|
---|
42 |
|
---|
43 | texture_unit
|
---|
44 | {
|
---|
45 | texture dwarf2.jpg
|
---|
46 | }
|
---|
47 | }
|
---|
48 | }
|
---|
49 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.