Changeset 11808 for code/branches/cegui0.8_ogre1.9
- Timestamp:
- Feb 24, 2018, 4:00:22 PM (7 years ago)
- Location:
- code/branches/cegui0.8_ogre1.9/data/levels
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cegui0.8_ogre1.9/data/levels/AsteroidFarming.oxw
r11783 r11808 111 111 112 112 <SpicedAsteroidBelt position="-15000,0,0" mDensity=0.3 segments=50 minSize=1 maxSize=50 radius0=7190 radius1 = 7800 count=250 tiltBy=0.5 tiltAt=0/> 113 < Planet113 <MovableEntity 114 114 position="-15000,0,0" 115 115 scale="5000" … … 119 119 mass="10000000" 120 120 pitch="0" 121 mesh="planets/muunilinst.mesh"122 atmosphere="atmosphere1"123 121 rotationaxis="1,0,0" 124 122 rotationrate="1.0" 125 atmospheresize="80.0f"126 imagesize="1024.0f"127 123 collisiondamage = 2 128 124 enablecollisiondamage = true 129 > 130 <attached> 131 <ForceField position="5000,0,0" mode="sphere" diameter="10000" velocity="-50" /> 132 </attached> 133 <collisionShapes> 134 <SphereCollisionShape radius="5000" position="0,0,0" /> 135 </collisionShapes> 136 </Planet> 125 > 126 <attached> 127 <Planet 128 mesh="planets/muunilinst.mesh" 129 atmosphere="atmosphere1" 130 atmospheresize="80.0f" 131 imagesize="1024.0f" 132 > 133 <attached> 134 <ForceField position="5000,0,0" mode="sphere" diameter="10000" velocity="-50" /> 135 </attached> 136 <collisionShapes> 137 <SphereCollisionShape radius="5000" position="0,0,0" /> 138 </collisionShapes> 139 </Planet> 140 </attached> 141 </MovableEntity> 137 142 138 143 -
code/branches/cegui0.8_ogre1.9/data/levels/newnewnewspacerace.oxw
r11783 r11808 109 109 110 110 <!-- ------------------Planet----------------- --> 111 <Planet position="25000,5000,5000" scale=3000 pitch=-90 mesh="iceplanet.mesh" atmosphere="atmosphere1" rotationaxis="8,1,0" rotationrate="1" atmospheresize=224.0f imagesize=1024.0f /> 111 <MovableEntity position="25000,5000,5000" scale=3000 pitch=-90 rotationaxis="8,1,0" rotationrate="1"> 112 <attached> 113 <Planet mesh="iceplanet.mesh" atmosphere="atmosphere1" atmospheresize=224.0f imagesize=1024.0f /> 114 </attached> 115 </MovableEntity> 112 116 <StaticEntity position="0,0,0" collisionType=static> 113 117 <collisionShapes> -
code/branches/cegui0.8_ogre1.9/data/levels/pirateAttack.oxw
r9939 r11808 532 532 </StaticEntity> 533 533 <!--Planet with asteroid belt--> 534 <Planet mesh="iceplanet.mesh" position="2600,4300,-20000" scale=1000 atmosphere="atmosphere1" atmospheresize=224.0f imagesize=1024.0f/> 534 <MovableEntity position="2600,4300,-20000" scale=1000> 535 <attached> 536 <Planet mesh="iceplanet.mesh" atmosphere="atmosphere1" atmospheresize=224.0f imagesize=1024.0f/> 537 </attached> 538 </MovableEntity> 535 539 <StaticEntity position="2600,4300,-20000" collisionType=static> 536 540 <collisionShapes>
Note: See TracChangeset
for help on using the changeset viewer.