Add Camera System

This commit is contained in:
Askou
2021-06-17 10:58:13 +02:00
parent 88add0b8f1
commit 8c56f7f4a1
7 changed files with 121 additions and 63 deletions
-3
View File
@@ -43,9 +43,6 @@ namespace BBM
//! @param entity entity to draw bounding box of
void drawBoundingBox(const WAL::Entity &entity, const PositionComponent &posComponent, const Drawable3DComponent &drawable) const;
//! @brief introduciton animation when entering gameScene
bool introAnimation(WAL::ViewEntity<CameraComponent, PositionComponent> &entity, bool restart = false);
//! @brief ctor
RenderSystem(WAL::Wal &wal, RAY::Window &window, bool debugMode = false);