SparrowRenderer/crappymodule.cpp
2015-09-08 17:49:34 +02:00

24 lines
305 B
C++

#include "crappymodule.h"
#include "camera.h"
#include "phongentity.h"
CrappyModule::CrappyModule(Lights::Light* myDirLight, Lights* myPointLights)
{
}
void CrappyModule::renderGL(Camera* myCamera)
{
}
void CrappyModule::addEntity(PhongEntity* myEntity)
{
}
void CrappyModule::clearEntities()
{
}