00001 00005 #include "Light.h" 00006 00007 Light::Light() 00008 { 00009 } 00010 00011 Light::~Light() 00012 { 00013 } 00014 00015 void Light::preprocess() 00016 { 00017 }