Replaced RuntimeData with separate, temporary structs that are passed around

This commit is contained in:
Alexander Bock
2014-09-26 13:29:01 +02:00
parent b3e800acaa
commit 7359adf400
28 changed files with 154 additions and 183 deletions

View File

@@ -88,7 +88,7 @@ const PowerScaledScalar& Renderable::getBoundingSphere()
return boundingSphere_;
}
void Renderable::update()
void Renderable::update(const UpdateData&)
{
}