source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/OgreDemos/media/models/level.txt @ 3255

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