Changeset 5290
- Timestamp:
- Dec 1, 2008, 11:19:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/physicstest2.oxw
r5289 r5290 16 16 17 17 <LinearEntity 18 position = "0, 30, 0"19 collisionType = "Dynamic"20 collision Radius = 2018 name = "blubb" 19 position = "-250, 30, -500" 20 collisionType = "kinematic" 21 21 mass = 10 22 velocity = "0, 0, -100" 22 velocity = "100, 0, 0" 23 > 24 <attached> 25 <Model name = "moedeli" position="0,0,0" scale=10 mesh="ast1.mesh" /> 26 <StaticEntity name="hahaha" position="0,0,0" collisionType="static"> 27 <collisionShapes> 28 <SphereCollisionShape name="firstSphere" radius=20/> 29 </collisionShapes> 30 </StaticEntity> 31 </attached> 32 33 <!--collisionShapes> 34 <SphereCollisionShape name = "secondSphere" radius=0.4 position="1,1,1"/> 35 <CompoundCollisionShape position="4,4,4"> 36 <SphereCollisionShape name = "thirdSphere" radius=1.0/> 37 </CompoundCollisionShape> 38 </collisionShapes--> 39 </LinearEntity> 40 41 <LinearEntity 42 name = "blubb2" 43 position = "250, 0, -500" 44 collisionType = "dynamic" 45 mass = 10 46 velocity = "-100, 0, 0" 23 47 > 24 48 <attached> 25 49 <Model position="0,0,0" scale=10 mesh="ast1.mesh" /> 26 50 </attached> 27 </LinearEntity> 28 29 <LinearEntity 30 position = "0, 0, -500" 31 collisionType = "kinematic" 32 collisionRadius = 20 33 mass = 10 34 velocity = "0, 0, 100" 35 > 36 <attached> 37 <Model position="0,0,0" scale=10 mesh="ast1.mesh" /> 38 </attached> 51 <collisionShapes> 52 <SphereCollisionShape name = "secondSphere" radius=20 position="100,0,0"/> 53 </collisionShapes> 39 54 </LinearEntity> 40 55
Note: See TracChangeset
for help on using the changeset viewer.