Changeset 11128 for code/branches/ogre1.9/data/levels/dynamicMatch.oxw
- Timestamp:
- Mar 6, 2016, 1:56:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ogre1.9/data/levels/dynamicMatch.oxw
r9939 r11128 33 33 34 34 <!-- ------------------Planet needs gravity----------------- --> 35 <Planet position="0,0,0" scale=500 pitch=-90 mesh="iceplanet.mesh" atmosphere="atmosphere1" rotationaxis="8,1,0" rotationrate="1" atmospheresize=224.0f imagesize=1024.0f /> 36 <StaticEntity position="0,0,0" collisionType=static> 35 <MovableEntity position="0,0,0" scale=500 pitch=-90 rotationaxis="8,1,0" rotationrate="1"> 36 <attached> 37 <Planet mesh="iceplanet.mesh" atmosphere="atmosphere1" atmospheresize=224.0f imagesize=1024.0f /> 38 </attached> 39 </MovableEntity> 40 <StaticEntity position="0,0,0" collisionType=static> 37 41 <collisionShapes> 38 42 <SphereCollisionShape radius="499" />
Note: See TracChangeset
for help on using the changeset viewer.