Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1352


Ignore:
Timestamp:
May 22, 2008, 9:14:57 AM (16 years ago)
Author:
FelixSchulthess
Message:

minor changes

Location:
code/branches/hud3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud3/bin/levels/sample.oxw

    r1339 r1352  
    1414<Skybox src="Orxonox/StarSkyBox" />
    1515<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"/>
    1819<NPC position="0,100,400" scale="1" mesh="razor.mesh"/>
    1920<NPC position="0,100,400" scale="1" mesh="razor.mesh"/>
  • code/branches/hud3/src/orxonox/hud/HUD.cc

    r1350 r1352  
    8181        radar->addObject(Vector3(1500.0, 0.0, 0.0));
    8282        radar->addObject(Vector3(0.0, 4000.0, 0.0));
     83        radar->addObject(Vector3(0.0, 0.0, 6800.0));
    8384        RadarOverlayElement::cycleFocus();
    8485    }
Note: See TracChangeset for help on using the changeset viewer.