Changeset 541
- Timestamp:
- Dec 16, 2007, 5:40:34 PM (17 years ago)
- Location:
- code/branches/FICN
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/bin/levels/sample.oxw
r537 r541 14 14 </audio> 15 15 16 <!-- Keep a minimum distance of >100 to the object, otherwise the camara thinks it's in the object --> 17 <!-- the value has to negative, as we want the camara behind the object --> 16 18 <world> 17 19 18 20 <SceneNode name="OgreHeadNode" pos="0,0,0" /> 19 21 20 <Camera name="Camera" pos="0,0,-1 00" lookat="0,0,0" node="OgreHeadNode" />22 <Camera name="Camera" pos="0,0,-150" lookat="0,0,0" node="OgreHeadNode" /> 21 23 22 24 <Ambient colourvalue="1,1,1" /> -
code/branches/FICN/src/orxonox/orxonox.cc
r539 r541 423 423 424 424 SceneNode* node = (SceneNode*)mgr->getRootSceneNode()->getChild("OgreHeadNode"); 425 // SceneNode *node = mgr->getRootSceneNode()->createChildSceneNode("OgreHeadNode", Vector3(0,0,0)); 425 426 426 427
Note: See TracChangeset
for help on using the changeset viewer.