Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3213 in orxonox.OLD for orxonox/trunk/src/orxonox.cc


Ignore:
Timestamp:
Dec 18, 2004, 2:54:59 AM (21 years ago)
Author:
patrick
Message:

orxonox/trunk: enhanced the CommandNode - cleaning up garbage doing the wash etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/orxonox.cc

    r3174 r3213  
    171171 
    172172  // create camera
    173   localcamera = new Camera(world);
     173  //localcamera = new Camera(world); /* \todo camera/input node not used anymore*/
    174174 
    175175  return 0;
     
    304304{
    305305  // localinput
    306   localinput->process();
     306  //localinput->process();
    307307  // remoteinput
    308308}
Note: See TracChangeset for help on using the changeset viewer.