Finished camera controller.

This commit is contained in:
2023-03-21 20:52:17 -07:00
parent 2bd6012297
commit 807f78fcda
9 changed files with 92 additions and 53 deletions

View File

@ -8,6 +8,7 @@
#include "assert/assert.hpp"
#include "util/flag.hpp"
#include "event/Event.hpp"
#include "state/StateEvent.hpp"
namespace Dawn {
class SceneItem;
@ -40,7 +41,8 @@ namespace Dawn {
public:
// I have no idea if I'm keeping this
Event<> eventTransformUpdated;
// Event<> eventTransformUpdated;
StateEvent<> eventTransformUpdated;
SceneItem *item;
/**