Changeset 5350
- Timestamp:
- Dec 11, 2008, 2:22:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/physicstest2.oxw
r5336 r5350 52 52 </StaticEntity--> 53 53 54 < LinearEntity54 <MovableEntity 55 55 name = "blubb" 56 56 position = "-150, 20, -500" … … 74 74 </CompoundCollisionShape> 75 75 </attached--> 76 </ LinearEntity>76 </MovableEntity> 77 77 78 < LinearEntity78 <MovableEntity 79 79 name = "blubb2" 80 80 position = "150, 30, -500" … … 89 89 <SphereCollisionShape name = "secondSphere" radius=20 position="0,0,0"/> 90 90 </collisionShapes> 91 </ LinearEntity>91 </MovableEntity> 92 92 93 93 <StaticEntity … … 109 109 <SpawnPoint position="0, 300, -300" pitch=-90 spawnclass=SpaceShip pawndesign=spaceshipassff /--> 110 110 111 <!-- LinearEntity scale=1.5 position="0,0,-300" velocity="0,0,0" rotationaxis="0,1,0" rotationrate=90>111 <!--MovableEntity scale=1.5 position="0,0,-300" velocity="0,0,0" rotationaxis="0,1,0" rotationrate=90> 112 112 <events> 113 113 <activity> … … 117 117 <attached> 118 118 <Model position="0,0,0" scale=10 mesh="ast1.mesh" /> 119 < PositionableEntity position="0,0,100">119 <StaticEntity position="0,0,100"> 120 120 <attached> 121 121 <Model position="0,0,0" scale=6 mesh="ast1.mesh" /> 122 < LinearEntity position="0,0,0" velocity="0,0,0" rotationaxis="0,0,1" rotationrate=500>122 <MovableEntity position="0,0,0" velocity="0,0,0" rotationaxis="0,0,1" rotationrate=500> 123 123 <attached> 124 124 <Model position="0,35,0" scale=2 mesh="ast1.mesh" /> … … 135 135 </Model> 136 136 </attached> 137 </ LinearEntity>137 </MovableEntity> 138 138 </attached> 139 </ PositionableEntity>140 < LinearEntity position="0,0,-100" velocity="0,0,0" rotationaxis="0,1,0" rotationrate=200>139 </StaticEntity> 140 <MovableEntity position="0,0,-100" velocity="0,0,0" rotationaxis="0,1,0" rotationrate=200> 141 141 <attached> 142 142 <ParticleEmitter position="0,0,0" source="Orxonox/fire3" /> … … 145 145 <Model position="0,0,50" scale=3 mesh="ast1.mesh" /> 146 146 </attached> 147 </ LinearEntity>148 </attached> 149 </ LinearEntity-->147 </MovableEntity> 148 </attached> 149 </MovableEntity--> 150 150 151 151
Note: See TracChangeset
for help on using the changeset viewer.