Lots of tweaking. Tenative buggy reflection implimented.

This commit is contained in:
MitchellHansen
2017-04-13 03:41:05 -07:00
parent 2421f7bdce
commit 8806777dc9
8 changed files with 139 additions and 49 deletions

View File

@@ -34,6 +34,8 @@ public:
sf::Vector3f get_position();
sf::Vector2f get_direction();
void setSpeed(float speed);
float getSpeed();
void recieve_event(VrEventPublisher* p, std::unique_ptr<vr::Event> event) override;

View File

@@ -8,6 +8,11 @@
#include "raycaster/Hardware_Caster.h"
#include "LightHandle.h"
// Lighting is a bit tricky as we need to
struct LightPrototype {
LightPrototype(

View File

@@ -8,6 +8,7 @@
#include "LightController.h"
#include "map/Old_Map.h"
#include "Camera.h"
#include <GL/glew.h>
#ifdef linux
#include <CL/cl.h>