source: GTP/trunk/App/Demos/Illum/pathmap/media/ss_ironnail.level @ 2197

Revision 2197, 1.3 KB checked in by szirmay, 17 years ago (diff)
Line 
1mesh carpetShape
2{
3        ogreXMLfile media\carpetShape.mesh.xml
4        ogrefile carpetShape.mesh
5        pathmapresolution 64
6        divide 8
7}
8
9entity carpet
10{
11        mesh carpetShape
12        transformation 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1
13        pathmapclusters 32
14        pathmapfile prm\carpet
15}
16
17mesh greenwireShape
18{
19        ogreXMLfile media\greenwireShape.mesh.xml
20        ogrefile greenwireShape.mesh
21        pathmapresolution 64
22        divide 8
23}
24
25entity greenwire
26{
27        mesh greenwireShape
28        transformation 1 0 0 0 0 1 0 -2 0 0 1 0 0 0 0 1
29        pathmapclusters 32
30        pathmapfile prm\greenwire
31}
32
33mesh ironShape
34{
35        ogreXMLfile media\ironShape.mesh.xml
36        ogrefile ironShape.mesh
37        pathmapresolution 64
38        divide 8
39}
40
41entity iron
42{
43        mesh ironShape
44        transformation 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1
45        pathmapclusters 32
46        pathmapfile prm\iron
47}
48
49mesh redwireShape
50{
51        ogreXMLfile media\redwireShape.mesh.xml
52        ogrefile redwireShape.mesh
53        pathmapresolution 64
54        divide 8
55}
56
57entity redwire
58{
59        mesh redwireShape
60        transformation 1 0 0 0 0 1 0 2 0 0 1 0 0 0 0 1
61        pathmapclusters 32
62        pathmapfile prm\redwire
63}
64
65mesh whitewireShape
66{
67        ogreXMLfile media\whitewireShape.mesh.xml
68        ogrefile whitewireShape.mesh
69        pathmapresolution 64
70        divide 8
71}
72
73entity whitewire
74{
75        mesh whitewireShape
76        transformation 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1
77        pathmapclusters 32
78        pathmapfile prm\whitewire
79}
80
Note: See TracBrowser for help on using the repository browser.