[ADDED] smoke and some small changes

This commit is contained in:
Menno
2021-05-21 14:12:30 +02:00
parent e2f6bd720d
commit e10aea5a15
10 changed files with 4617 additions and 11 deletions

View File

@@ -21,6 +21,7 @@ namespace shaders
GLuint location_light_color;
GLuint location_shine_damper;
GLuint location_reflectivity;
GLuint location_sky_color;
public:
EntityShader();
@@ -31,6 +32,8 @@ namespace shaders
void LoadLight(entities::Light& light) const;
void LoadShineVariables(float shine_damper, float reflectivity) const;
void LoadSkyColor(glm::vec3 sky_color) const;
protected:
void SetAttributes() const override;