[Orxonox-commit 4577] r9248 - code/branches/presentation2012/data/levels

decapitb at orxonox.net decapitb at orxonox.net
Fri May 25 00:55:34 CEST 2012


Author: decapitb
Date: 2012-05-25 00:55:33 +0200 (Fri, 25 May 2012)
New Revision: 9248

Modified:
   code/branches/presentation2012/data/levels/SurfaceRacePresentation.oxw
Log:
added space junk and portals (with new mesh\!)

Modified: code/branches/presentation2012/data/levels/SurfaceRacePresentation.oxw
===================================================================
--- code/branches/presentation2012/data/levels/SurfaceRacePresentation.oxw	2012-05-24 22:10:01 UTC (rev 9247)
+++ code/branches/presentation2012/data/levels/SurfaceRacePresentation.oxw	2012-05-24 22:55:33 UTC (rev 9248)
@@ -36,22 +36,33 @@
     hasPhysics   = true
   >
 
-  <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>
-
     <Template name=PortalDefault>
         <PortalEndPoint>
             <attached>
-                <Model mesh="Spacegate.mesh" yaw="90"/>
+                <Model mesh="Spacegate.mesh" scale="3"/>
             </attached>
         </PortalEndPoint>
     </Template>
 
-    <PortalEndPoint position="4000,7050,-1000" id="1" distance="40" target="MobileEntity" design="PortalDefault" reenterDelay="0"/>
-    <PortalEndPoint position="4000,7050,0" id="2" distance="40" target="MobileEntity" design="PortalDefault" reenterDelay="0"/>
+    <PortalEndPoint position="6000,8050,2500" id="1" distance="40" target="MobileEntity" design="PortalDefault" reenterDelay="0"/>
+    <PortalEndPoint position="6100,8050,-4500" id="2" distance="40" target="MobileEntity" design="PortalDefault" reenterDelay="0"/>
     <PortalLink fromID="1" toID="2" />
     <PortalLink fromID="2" toID="1" />
 
+  <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>
 
+
+    <Model position="4200,8050,-1000" scale=10 mesh="debris-pile01.mesh" shadow=true />
+    <Model position="4200,8050,-1000" scale=10 mesh="debris-pile02.mesh" shadow=true />
+    <Model position="4200,8050,-1000" scale=10 mesh="debris-pile03.mesh" shadow=true />
+    
+	<MovableEntity position="-700,8090,-300" velocity="80,0,0" rotationaxis="1,0,1" rotationrate=200>
+      <attached>
+        <Model position="0,0,-20" scale=10 mesh="cokebottle.mesh" />
+      </attached>
+    </MovableEntity>
+
+
 <SpaceRaceManager>
  <checkpoints>	
 	<RaceCheckPoint name="checkpoint1" position="0,8050,-1000" direction="0,1,0" collisionType="static" scale="4" distance="150" checkpointindex="0" islast="false" nextcheckpoints="1,-1,-1">




More information about the Orxonox-commit mailing list