#include "PointLight.h" PointLight::PointLight(const Vector & position) : Light(position) { }