render flow a bit more padded

This commit is contained in:
Ben Kyd
2022-11-22 23:24:52 +00:00
parent d03942703f
commit b671f5ae09
8 changed files with 62 additions and 16 deletions

View File

@@ -18,3 +18,28 @@ HARTModuleDirectory* HHM::getModuleDirectory()
return &mDirectory;
}
void HHM::newScene(Scene* scene)
{
// extract mesh's
}
void HHM::notifySceneUpdate()
{
// same again
}
void HHM::startTrace(RaySource* sourceScatter)
{
}
void HHM::rayReturn(HitInfo* hit)
{
}
void HHM::bounce(Ray* newRay)
{
}