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

Revision 1519, 1.3 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}
13
14mesh stairsmesh
15{
16        xfile media\stairs.x
17        ogrefile stairs.mesh
18}
19
20entity stairs0
21{
22        mesh stairsmesh
23        transformation 1 0 0 -15 0 1 0 -14 0 0 1 -7 0 0 0 1
24        pathmapfile prm\stairsprm0.hdr
25}
26
27entity stairs1
28{
29        mesh stairsmesh
30        transformation 0 0 1 -8  0 -1 0 14  1 0 0 -14  0 0 0 1
31        pathmapfile prm\stairsprm1.hdr
32}
33
34entity stairs2
35{
36        mesh stairsmesh
37        transformation 0 0 1 -7  0 1 0 -14  -1 0 0 15  0 0 0 1
38        pathmapfile prm\stairsprm2.hdr
39}
40
41entity stairs3
42{
43        mesh stairsmesh
44        transformation 1 0 0 -14 0 -1 0 14  0 0 -1 8   0 0 0 1
45        pathmapfile prm\stairsprm3.hdr
46}
47
48entity stairs4
49{
50        mesh stairsmesh
51        transformation -1 0 0 15 0 1 0 -14  0 0 -1 7   0 0 0 1
52        pathmapfile prm\stairsprm4.hdr
53}
54
55entity stairs5
56{
57        mesh stairsmesh
58        transformation 0 0 -1 8  0 -1 0 14  -1 0 0 14  0 0 0 1
59        pathmapfile prm\stairsprm5.hdr
60}
61
62entity stairs6
63{
64        mesh stairsmesh
65        transformation 0 0 -1 7  0 1 0 -14  1 0 0 -15  0 0 0 1
66        pathmapfile prm\stairsprm6.hdr
67}
68
69entity stairs7
70{
71        mesh stairsmesh
72        transformation -1 0 0 14 0 -1 0 14  0 0 1 -8   0 0 0 1
73        pathmapfile stairsprm7.hdr
74}
Note: See TracBrowser for help on using the repository browser.