Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 9, 2009, 12:07:31 AM (16 years ago)
Author:
scheusso
Message:

the whole thing works kind of now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial/src/orxonox/objects/worldentities/Drone.h

    r2763 r2765  
    7070           
    7171        private:
    72             DroneController *myController;
     72            DroneController *myController_;
    7373           
    7474            Vector3 steering_;
    7575            btVector3 localLinearAcceleration_;
    7676            btVector3 localAngularAcceleration_;
     77            float primaryThrust_;
     78            float auxilaryThrust_;
    7779            float rotationThrust_;
    7880    };
Note: See TracChangeset for help on using the changeset viewer.