paysages3d/src/render/software/LightFilter.cpp

6 lines
118 B
C++
Raw Normal View History

2013-12-08 16:56:59 +00:00
#include "LightFilter.h"
bool LightFilter::applyLightFilter(LightComponent &, const Vector3 &) {
2013-12-08 16:56:59 +00:00
return false;
}