Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 541


Ignore:
Timestamp:
Dec 16, 2007, 5:40:34 PM (16 years ago)
Author:
nicolasc
Message:
  • fixed the sample.oxw
  • cannot place comments withing <world>-tag
    • comment currently above <world>
Location:
code/branches/FICN
Files:
2 edited

Legend:

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

    r537 r541  
    1414        </audio>
    1515
     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 -->
    1618        <world>
    1719
    1820                <SceneNode name="OgreHeadNode" pos="0,0,0" />
    1921
    20                 <Camera name="Camera" pos="0,0,-100" lookat="0,0,0" node="OgreHeadNode" />
     22                <Camera name="Camera" pos="0,0,-150" lookat="0,0,0" node="OgreHeadNode" />
    2123
    2224                <Ambient colourvalue="1,1,1" />
  • code/branches/FICN/src/orxonox/orxonox.cc

    r539 r541  
    423423
    424424    SceneNode* node = (SceneNode*)mgr->getRootSceneNode()->getChild("OgreHeadNode");
     425//     SceneNode *node = mgr->getRootSceneNode()->createChildSceneNode("OgreHeadNode", Vector3(0,0,0));
    425426
    426427
Note: See TracChangeset for help on using the changeset viewer.