In the middle of a couple of things right now, but decided to focus a

little bit less on the lighting and start laying groundwork for the SVO
The map section was in real need of some love so I deleted a bunch of
stuff and started prototyping the pointer arithmetic that I need to do
This commit is contained in:
MitchellHansen
2016-10-06 23:25:31 -07:00
parent 4c31cfaf48
commit de2f0ad6a1
6 changed files with 689 additions and 647 deletions

View File

@@ -15,7 +15,7 @@ public:
int set_position(sf::Vector3f position);
int add_static_impulse(sf::Vector3f impulse);
int add_relative_impulse(DIRECTION direction);
int add_relative_impulse(DIRECTION direction, float speed);
int slew_camera(sf::Vector2f input);