From b23d6d0fe4b881f0b4d64407b77e59e1d52b2b7d Mon Sep 17 00:00:00 2001 From: bailwillharr Date: Thu, 9 Feb 2023 15:29:19 +0000 Subject: [PATCH] update todo --- TODO | 2 ++ test/src/camera_controller.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 395dfca..44bdc54 100644 --- a/TODO +++ b/TODO @@ -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. diff --git a/test/src/camera_controller.cpp b/test/src/camera_controller.cpp index cbfa490..12b3105 100644 --- a/test/src/camera_controller.cpp +++ b/test/src/camera_controller.cpp @@ -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!"); }