Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 18, 2007, 2:23:12 AM (16 years ago)
Author:
landauf
Message:

added SpaceShip class

File:
1 edited

Legend:

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

    r600 r608  
    2424  <!-- Keep a minimum distance of >100 to the object, otherwise the camara thinks it's in the object -->
    2525  <!-- the value has to negative, as we want the camara behind the object -->
     26<!--
     27    <Camera name="Camera" pos="0,50,-150" lookat="0,20,0" node="2OgreHeadNode" />
     28-->
    2629  <world>
    27     <SceneNode name="OgreHeadNode" pos="0,0,0" />
    28     <Camera name="Camera" pos="0,50,-150" lookat="0,20,0" node="OgreHeadNode" />
    2930    <Ambient colourvalue="1,1,1" />
    3031    <Skybox src="Orxonox/StarfieldSkyBox" />
    3132
    32 
    33     <SceneNode name="ShipNode" pos="0,0,0" node="OgreHeadNode" scale="10,10,10" yaw="-90" pitch="-90" />
    34     <BaseEntity name="TheShip" src="assf3.mesh" node="ShipNode" />
     33    <SpaceShip camera="true" position="0,0,0" scale="10" yaw="-90" pitch="-90" mesh="assf3.mesh"  forward="500" rotateupdown="200" rotaterightleft="200" looprightleft="200" />
    3534
    3635    <Model position="200,0,500" scale="10" mesh="assf3.mesh" yaw="-90" pitch="-90" />
     
    4847
    4948  <!-- Unused at the moment -->
    50   <SpaceshipSteeringObject node="OgreHeadNode" forward="500" rotateupdown="200" rotaterightleft="200" looprightleft="200" />
     49<!--  <SpaceshipSteeringObject node="OgreHeadNode" forward="500" rotateupdown="200" rotaterightleft="200" looprightleft="200" /> -->
    5150
    5251  <scripts>
Note: See TracChangeset for help on using the changeset viewer.