Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3028 in orxonox.OLD for orxonox/branches/bezierTrack/src/world.cc


Ignore:
Timestamp:
Nov 30, 2004, 2:50:59 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/bezierTrack: now Camera follows Path. heavy cleanUp of not used stuff like elyptical Camera and so on…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/bezierTrack/src/world.cc

    r3023 r3028  
    1818#include "world_entity.h"
    1919#include "collision.h"
    20 #include "track.h"
    2120#include "player.h"
    2221#include "command_node.h"
     
    423422    }
    424423
     424  track->tick(seconds);
    425425  //  for( int i = 0; i < tracklen; i++) track[i].tick (seconds);
    426426}
Note: See TracChangeset for help on using the changeset viewer.