Add rotation function
This commit is contained in:
@@ -20,6 +20,7 @@ class Cube
|
||||
private:
|
||||
TextureRepository *texRepo;
|
||||
Vector3 *getNextPosition(const Pad &t_pad, const Camera &t_camera);
|
||||
void rotate(const Pad &t_pad);
|
||||
float speed;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user