Changeset 608 for code/branches/FICN/bin/levels
- Timestamp:
- Dec 18, 2007, 2:23:12 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/bin/levels/sample.oxw
r600 r608 24 24 <!-- Keep a minimum distance of >100 to the object, otherwise the camara thinks it's in the object --> 25 25 <!-- 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 --> 26 29 <world> 27 <SceneNode name="OgreHeadNode" pos="0,0,0" />28 <Camera name="Camera" pos="0,50,-150" lookat="0,20,0" node="OgreHeadNode" />29 30 <Ambient colourvalue="1,1,1" /> 30 31 <Skybox src="Orxonox/StarfieldSkyBox" /> 31 32 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" /> 35 34 36 35 <Model position="200,0,500" scale="10" mesh="assf3.mesh" yaw="-90" pitch="-90" /> … … 48 47 49 48 <!-- 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" /> --> 51 50 52 51 <scripts>
Note: See TracChangeset
for help on using the changeset viewer.