source: GTP/trunk/App/Demos/Illum/PathMap/media/level.txt @ 1519

Revision 1519, 1.7 KB checked in by szirmay, 18 years ago (diff)
Line 
1mesh hangarmesh
2{
3        xfile media\hangar.x
4        ogrefile hangar.mesh
5}
6
7entity hangar
8{
9        mesh hangarmesh
10        transformation 0.5 0 0 0 0 1 0 0 0 0 0.5 0 0 0 0 1
11        pathmapfile prm\hangarprm.hdr
12        pathmapresolution 256
13        pathmapclusters 32
14}
15
16mesh stairsmesh
17{
18        xfile media\stairs.x
19        ogrefile stairs.mesh
20}
21
22entity stairs0
23{
24        mesh stairsmesh
25        transformation 1 0 0 -15 0 1 0 -14 0 0 1 -7 0 0 0 1
26        pathmapfile prm\stairsprm0.hdr
27        pathmapresolution 256
28        pathmapclusters 32
29}
30
31entity stairs1
32{
33        mesh stairsmesh
34        transformation 0 0 1 -8  0 -1 0 14  1 0 0 -14  0 0 0 1
35        pathmapfile prm\stairsprm1.hdr
36        pathmapresolution 256
37        pathmapclusters 32
38}
39
40entity stairs2
41{
42        mesh stairsmesh
43        transformation 0 0 1 -7  0 1 0 -14  -1 0 0 15  0 0 0 1
44        pathmapfile prm\stairsprm2.hdr
45        pathmapresolution 256
46        pathmapclusters 32
47}
48
49entity stairs3
50{
51        mesh stairsmesh
52        transformation 1 0 0 -14 0 -1 0 14  0 0 -1 8   0 0 0 1
53        pathmapfile prm\stairsprm3.hdr
54        pathmapresolution 256
55        pathmapclusters 32
56}
57
58entity stairs4
59{
60        mesh stairsmesh
61        transformation -1 0 0 15 0 1 0 -14  0 0 -1 7   0 0 0 1
62        pathmapfile prm\stairsprm4.hdr
63        pathmapresolution 256
64        pathmapclusters 32
65}
66
67entity stairs5
68{
69        mesh stairsmesh
70        transformation 0 0 -1 8  0 -1 0 14  -1 0 0 14  0 0 0 1
71        pathmapfile prm\stairsprm5.hdr
72        pathmapresolution 256
73        pathmapclusters 32
74}
75
76entity stairs6
77{
78        mesh stairsmesh
79        transformation 0 0 -1 7  0 1 0 -14  1 0 0 -15  0 0 0 1
80        pathmapfile prm\stairsprm6.hdr
81        pathmapresolution 256
82        pathmapclusters 32
83}
84
85entity stairs7
86{
87        mesh stairsmesh
88        transformation -1 0 0 14 0 -1 0 14  0 0 1 -8   0 0 0 1
89        pathmapfile stairsprm7.hdr
90        pathmapresolution 256
91        pathmapclusters 32
92}
Note: See TracBrowser for help on using the repository browser.