Changeset 8438
- Timestamp:
- May 9, 2011, 6:24:21 PM (14 years ago)
- Location:
- code/trunk/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/levels/earth.oxw
r8398 r8438 22 22 <Scene 23 23 ambientlight = "0.8, 0.8, 0.8" 24 skybox = "Orxonox/sky panoramagen1"24 skybox = "Orxonox/skyboxempty" 25 25 > 26 <WorldAmbientSound 27 source="Earth.ogg" 28 looping="true" 29 playOnLoad="true" 30 /> 31 26 32 <Light 27 33 type="directional" … … 39 45 /> 40 46 47 <!-- This is a model of Earth: mass=EarthMass/1000 and radius=EarthRadius[km]*10 --> 41 48 <Planet 42 49 position="0,0,0" … … 47 54 mass="5.9e21" 48 55 pitch="0" 49 mesh=" earth.mesh"56 mesh="planets/earth.mesh" 50 57 atmosphere="atmosphere1" 51 58 rotationaxis="0,1,0" … … 61 68 </collisionShapes> 62 69 </Planet> 70 71 <!-- This is a model of our Moon: mass=MoonMass/1000 and radius=MoonRadius[km]*10 and position=DistanceFromEarth[km]*10 --> 72 <Planet 73 position="3625700,0,0" 74 scale="17370" 75 collisionType="dynamic" 76 linearDamping="0.8" 77 angularDamping="0" 78 mass="7.36e19" 79 pitch="0" 80 mesh="planets/moon.mesh" 81 atmosphere="atmosphere1" 82 rotationaxis="0,1,0" 83 rotationrate="0.2" 84 atmospheresize="300.0f" 85 imagesize="1024.0f" 86 > 87 <attached> 88 <ForceField position="0,0,0" mode="newtonianGravity" diameter="40000" massDiameter="34740" mass="7.36e19" /> 89 </attached> 90 <collisionShapes> 91 <SphereCollisionShape radius="17370" position="0,0,0" /> 92 </collisionShapes> 93 </Planet> 63 94 </Scene> 64 95 </Level> -
code/trunk/data/levels/planets.oxw
r8392 r8438 54 54 mass="10000000" 55 55 pitch="0" 56 mesh=" Muunilinst.mesh"56 mesh="planets/muunilinst.mesh" 57 57 atmosphere="atmosphere1" 58 58 rotationaxis="1,0,0" … … 77 77 mass="5000000" 78 78 pitch="0" 79 mesh=" ganymede.mesh"79 mesh="planets/ganymede.mesh" 80 80 atmosphere="atmosphere1" 81 81 rotationaxis="1,0,0"
Note: See TracChangeset
for help on using the changeset viewer.