#include "LightComponent.h" LightComponent::LightComponent() : color(1.0f, 1.0f, 1.0f), intensity(1.0f) { } LightComponent::~LightComponent() { }