Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3232 in orxonox.OLD for orxonox/trunk/src/track.h


Ignore:
Timestamp:
Dec 20, 2004, 12:52:09 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: unstable - cleared track

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/track.h

    r3224 r3232  
    2525  Uint32 nextID;
    2626 
    27         
     27  
    2828 public:
    2929  Track ();
     
    3232  virtual void init();
    3333 
    34   virtual void post_enter (WorldEntity* entity);        // handle coordinate transition in here !!! (when dist < 0 or dist > lasttracklenght)
    35   virtual void post_leave (WorldEntity* entity);
     34  virtual void postEnter (WorldEntity* entity); // handle coordinate transition in here !!! (when dist < 0 or dist > lasttracklenght)
     35  virtual void postLeave (WorldEntity* entity);
    3636  virtual void tick (float deltaT);
    37   virtual void map_camera (Location* lookat, Placement* camplc);
    38   virtual bool map_coords (Location* loc, Placement* plc);      // this should return true if the entity left track boundaries
     37  virtual void mapCamera (Location* lookat, Placement* camplc);
     38  virtual bool mapCoords (Location* loc, Placement* plc);       // this should return true if the entity left track boundaries
    3939};
    4040
Note: See TracChangeset for help on using the changeset viewer.