#include "Light.h" Light::Light(glm::vec3 intensity_, glm::vec4 location_) : location(location_), intensity(intensity_) { } Light::~Light() { }