Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 1, 2018, 12:40:41 AM (6 years ago)
Author:
dreherm
Message:

Ghost Check 4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/3DPacman_FS18/src/modules/Pacman/PacmanGhost.h

    r11847 r11848  
    5555            virtual void rotateRoll(const Vector2& value);
    5656
    57             void move(float dt);
     57            void move(float dt, Vector3 actuelposition, Vector3 velocity);
    5858           
    5959            //virtual void resetGhost();
     
    140140            int target_x = 0;
    141141            int target_z = 0;
    142             btVector3 actuelposition;
    143             btVector3 velocity;
    144             btVector3 resetposition;
     142            Vector3 actuelposition;
     143            Vector3 velocity;
     144            Vector3 resetposition;
    145145    };
    146146
Note: See TracChangeset for help on using the changeset viewer.