Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/data/levels/templates/OrxyRoadPattern.oxt @ 12177

Last change on this file since 12177 was 12177, checked in by siramesh, 5 years ago

Super Orxo Bros Final (Sidharth Ramesh, Nisa Balta, Jeff Ren)

File size: 6.4 KB
Line 
1<Template name=OrxyRoadCube01>
2 
3        <OrxyRoadCube position="0,0,0" direction="0,0,0"   scale="1" collisionType=dynamic mass=1 friction=0.01 >
4      <attached>
5        <Model position="700,0,50"              mesh="CuboidBody.mesh"          scale3D="300,50,50"     />
6                <Model position="700,0,1150"    mesh="CuboidBody.mesh"          scale3D="300,50,50"     />
7                <Model position="1200,0,200"    mesh="CuboidBody.mesh"          scale3D="100,50,100"    />
8                <Model position="1200,0,1000"   mesh="CuboidBody.mesh"          scale3D="100,50,100"    />
9                <Model position="1250,-10,430"  mesh="CuboidBody.mesh"          scale3D="50,40,30"              />
10                <Model position="1250,-10,600"  mesh="CuboidBody.mesh"          scale3D="50,40,30"              />
11                <Model position="1250,-10,770"  mesh="CuboidBody.mesh"          scale3D="50,40,30"              />
12                <Model position="1650,0,350"    mesh="CuboidBody.mesh"          scale3D="50,50,150"     />
13                <Model position="1650,0,850"    mesh="CuboidBody.mesh"          scale3D="50,50,150"     />
14                <Model position="2100,0,150"    mesh="CuboidBody.mesh"          scale3D="100,50,150"    />
15                <Model position="2100,0,1050"   mesh="CuboidBody.mesh"          scale3D="100,50,150"    />
16                <Model position="2150,0,600"    mesh="CuboidBody.mesh"          scale3D="50,50,100"             />
17      </attached>
18
19      <collisionShapes>
20                <BoxCollisionShape position="700,0,50"                          halfExtents="300,50,50"         />
21                <BoxCollisionShape position="700,0,1150"                        halfExtents="300,50,50"         />
22                <BoxCollisionShape position="1200,0,200"                        halfExtents="100,50,100"        />
23                <BoxCollisionShape position="1200,0,1000"                       halfExtents="100,50,100"        />
24                <BoxCollisionShape position="1250,-10,430"                      halfExtents="50,40,30"          />
25                <BoxCollisionShape position="1250,-10,600"                      halfExtents="50,40,30"          />
26                <BoxCollisionShape position="1250,-10,770"                      halfExtents="50,40,30"          />
27                <BoxCollisionShape position="1650,0,350"                        halfExtents="50,50,150"         />
28                <BoxCollisionShape position="1650,0,850"                        halfExtents="50,50,150"         />
29                <BoxCollisionShape position="2100,0,150"                        halfExtents="100,50,150"        />
30                <BoxCollisionShape position="2100,0,1050"                       halfExtents="100,50,150"        />
31                <BoxCollisionShape position="2150,0,600"                        halfExtents="50,50,100"         />
32      </collisionShapes>
33        </OrxyRoadCube>
34
35</Template>
36
37<Template name=OrxyRoadCube02>
38 
39        <OrxyRoadCube position="0,0,0" direction="0,0,0"   scale="1" collisionType=dynamic mass=1 friction=0.01 >
40      <attached>
41                <Model position="450,0,300"     mesh="CuboidBody.mesh"          scale3D="50,50,300"     />
42                <Model position="950,0,850"     mesh="CuboidBody.mesh"          scale3D="50,50,350"     />
43                <Model position="1350,0,200"    mesh="CuboidBody.mesh"          scale3D="50,50,200"     />
44                <Model position="1350,0,700"    mesh="CuboidBody.mesh"          scale3D="50,50,100"     />
45                <Model position="1750,0,350"    mesh="CuboidBody.mesh"          scale3D="50,50,350"     />
46                <Model position="2000,0,1000"   mesh="CuboidBody.mesh"          scale3D="100,50,100"    />
47                <Model position="1650,0,1150"   mesh="CuboidBody.mesh"          scale3D="450,50,50"     />
48      </attached>
49
50      <collisionShapes>
51                <BoxCollisionShape position="450,0,300"                                 halfExtents="50,50,300"         />
52                <BoxCollisionShape position="950,0,850"                         halfExtents="50,50,350"         />
53                <BoxCollisionShape position="1350,0,200"                        halfExtents="50,50,200"         />
54                <BoxCollisionShape position="1350,0,700"                                halfExtents="50,50,100"         />
55                <BoxCollisionShape position="1750,0,350"                        halfExtents="50,50,350"         />
56                <BoxCollisionShape position="2000,0,1000"                       halfExtents="100,50,100"        />
57                <BoxCollisionShape position="1650,0,1150"                       halfExtents="450,50,50"         />
58      </collisionShapes>
59        </OrxyRoadCube>
60
61</Template>
62
63<Template name=SingleOrxyRoadCube>
64 
65        <OrxyRoadCube position="0,0,0" direction="0,0,0"   scale="1" collisionType=dynamic mass=1 friction=0.01 >
66      <attached>
67        <Model position="0,0,0"                 mesh="CuboidBody.mesh"          scale3D="300,50,50"     />
68               
69      </attached>
70      <collisionShapes>
71                <BoxCollisionShape position="0,0,0"                             halfExtents="300,50,50"         />
72               
73      </collisionShapes>
74        </OrxyRoadCube>
75
76</Template>
77
78<Template name=cokebottle>
79       
80        <OrxyRoadCube position="0,0,0" direction="0,0,0"   scale="1" collisionType=dynamic mass=1 friction=0.01 >
81      <attached>
82        <Model position="0,0,0"                 mesh="cokebottle.mesh"          scale="50"      />
83               
84      </attached>
85      <collisionShapes>
86                <BoxCollisionShape position="0,0,0"                             halfExtents="100,100,100"       />
87               
88      </collisionShapes>
89        </OrxyRoadCube>
90
91</Template>
92
93
94
95<Template name=spaceshuttle>
96
97        <OrxyRoadCube position="0,0,0" direction="0,0,0"   scale="1" roll=0 pitch=0   collisionType=dynamic mass=1 friction=0.01 >
98      <attached>
99        <Model position="0,0,0"                 mesh="Transporterspaceship.mesh"                scale="10"      />
100               
101      </attached>
102      <collisionShapes>
103        <BoxCollisionShape position=" 0, 0, 20"      halfExtents=" 37, 25, 80" />
104        <BoxCollisionShape position=" 0, 21, 20"      halfExtents=" 37, 21, 80" />
105        <BoxCollisionShape position=" 0, 40, 110"      halfExtents=" 20, 10, 40" />
106            <BoxCollisionShape position=" 0, 45, 170"      halfExtents=" 33, 25, 20" />
107            <BoxCollisionShape position=" -60, 33, 0"      halfExtents=" 24, 16, 120" />
108            <BoxCollisionShape position=" 60, 33, 0"      halfExtents=" 24, 16, 120" />
109            <BoxCollisionShape position=" 0, 10, -90"      halfExtents=" 30, 25, 30" />
110            <BoxCollisionShape position=" 0, -3, -145"      halfExtents=" 20, 20, 30" />
111           </collisionShapes>
112        </OrxyRoadCube>
113
114</Template>
115
116
117
118<Template name=asteroid1>
119       
120        <OrxyRoadCube position="0,0,0" direction="0,0,0"   scale="1" collisionType=dynamic mass=1 friction=0.01 >
121        <attached>
122      <Model position="0,0,0"           mesh="ast1.mesh"                scale="50"      />
123    </attached>
124    <collisionShapes>
125      <SphereCollisionShape radius="120" />
126    </collisionShapes>
127        </OrxyRoadCube>
128
129</Template>
130
131
132
133<Template name=asteroid2>
134       
135        <OrxyRoadCube position="0,0,0" direction="0,0,0"   scale="1" collisionType=dynamic mass=1 friction=0.01 >
136        <attached>
137      <Model position="0,0,0"           mesh="ast2.mesh"                scale="50"      />
138    </attached>
139    <collisionShapes>
140      <SphereCollisionShape radius="120" />
141    </collisionShapes>
142        </OrxyRoadCube>
143
144</Template>
145
146
147
148<Template name=satellite>
149
150        <OrxyRoadCube position="0,0,0" direction="0,0,0"   scale="1" collisionType=dynamic mass=1 friction=0.01 >
151        <attached>
152      <Model position="0,0,0" yaw="90" pitch="-90" roll="0" scale="30" mesh="satellite.mesh" />
153    </attached>
154    <collisionShapes>
155        <BoxCollisionShape position="0,0,0" halfExtents="30,30,30" />
156        <BoxCollisionShape position="75,0,0" halfExtents="120,10,30" />
157        <BoxCollisionShape position="-75,0,0" halfExtents="120  ,10,30" />
158    </collisionShapes>
159        </OrxyRoadCube>
160
161</Template>
162
163
164
Note: See TracBrowser for help on using the repository browser.