Changeset 1352 for code/branches
- Timestamp:
- May 22, 2008, 9:14:57 AM (17 years ago)
- Location:
- code/branches/hud3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud3/bin/levels/sample.oxw
r1339 r1352 14 14 <Skybox src="Orxonox/StarSkyBox" /> 15 15 <SpaceShip camera="true" position="0,0,0" scale="10" yawpitchroll="0,0,0" mesh="assff.mesh" maxSpeed="500" maxSideAndBackSpeed="50" maxRotation="1.0" transAcc="200" rotAcc="3.0" transDamp="75" rotDamp="1.0" /> 16 <Model position="1500,0,0" scale="10" mesh="tomato.mesh" yawpitchroll="-50,30,0" rotationAxis="1,0,0" rotationRate="-20"/> 17 <Model position="0,4000,0" scale="10" mesh="tomato.mesh" yawpitchroll="-50,30,0" rotationAxis="1,0,0" rotationRate="-20"/> 16 <Model position="1500,0,0" scale="10" mesh="tomato.mesh" yawpitchroll="-40,30,0" rotationAxis="1,0,0" rotationRate="-30"/> 17 <Model position="0,4200,0" scale="10" mesh="tomato.mesh" yawpitchroll="-50,60,0" rotationAxis="1,0,0" rotationRate="-30"/> 18 <Model position="0,0,6800" scale="10" mesh="tomato.mesh" yawpitchroll="-50,-30,0" rotationAxis="1,0,0" rotationRate="-30"/> 18 19 <NPC position="0,100,400" scale="1" mesh="razor.mesh"/> 19 20 <NPC position="0,100,400" scale="1" mesh="razor.mesh"/> -
code/branches/hud3/src/orxonox/hud/HUD.cc
r1350 r1352 81 81 radar->addObject(Vector3(1500.0, 0.0, 0.0)); 82 82 radar->addObject(Vector3(0.0, 4000.0, 0.0)); 83 radar->addObject(Vector3(0.0, 0.0, 6800.0)); 83 84 RadarOverlayElement::cycleFocus(); 84 85 }
Note: See TracChangeset
for help on using the changeset viewer.