update todo

This commit is contained in:
Bailey Harrison 2023-02-09 15:29:19 +00:00
parent 53b2f6861c
commit b23d6d0fe4
2 changed files with 3 additions and 1 deletions

2
TODO
View File

@ -1,5 +1,7 @@
----- TO DO LIST -----
Supported different event 'kinds' (postPhysics, preRender, postRender etc)
TODO now: the collision system doesn't use the "isTrigger" bool properly.
Add support for shadows and other complex lighting. Also add post-processing.

View File

@ -174,8 +174,8 @@ void CameraControllerSystem::onUpdate(float ts)
}
// called once per frame
void CameraControllerSystem::onEvent(engine::PhysicsSystem::CollisionEvent info)
{
(void)info;
INFO("COLLISION EVENT!");
}