source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/Standalone/PathMap [DirectX]/media/space.level @ 3255

Revision 3255, 1.2 KB checked in by szirmay, 15 years ago (diff)
Line 
1mesh carpetShape
2{
3        ogreXMLfile carpetShape.mesh.xml
4        ogrefile carpetShape.mesh
5        pathmapresolution 32
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 carpet
15}
16
17mesh greenwireShape
18{
19        ogreXMLfile greenwireShape.mesh.xml
20        ogrefile greenwireShape.mesh
21        pathmapresolution 32
22        divide 7
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 greenwire
31}
32
33mesh ironShape
34{
35        ogreXMLfile ironShape.mesh.xml
36        ogrefile ironShape.mesh
37        pathmapresolution 32
38        divide 16
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 iron
47}
48
49mesh redwireShape
50{
51        ogreXMLfile redwireShape.mesh.xml
52        ogrefile redwireShape.mesh
53        pathmapresolution 32
54        divide 7
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 redwire
63}
64
65mesh whitewireShape
66{
67        ogreXMLfile whitewireShape.mesh.xml
68        ogrefile whitewireShape.mesh
69        pathmapresolution 32
70        divide 7
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 whitewire
79}
80
Note: See TracBrowser for help on using the repository browser.