Added color to lights, added a gui slider to control the single light color

This commit is contained in:
MitchellHansen
2017-03-18 20:08:38 -07:00
parent 4549428954
commit 6a3eaa04f7
6 changed files with 77 additions and 47 deletions

View File

@@ -41,6 +41,11 @@ struct device {
bool cl_gl_sharing = false;
};
struct raycaster_settings {
};
struct PackedData;
class Hardware_Caster : public RayCaster