Debug line drawing

This commit is contained in:
2024-08-12 15:21:32 -04:00
parent 7fc9e783ff
commit 059700fa56
39 changed files with 271 additions and 608 deletions

View File

@@ -6,7 +6,6 @@
#include "Camera.hpp"
#include "engine/debug/DEBUG_NAMES.hpp"
#include "engine/debug/drawers.hpp"
#include "engine/literals/size.hpp"
namespace fgl::engine
@@ -43,8 +42,6 @@ namespace fgl::engine
m_primary_camera = createCamera( { 1920, 1080 } );
m_primary_camera->setName( CAMERA_EDITOR_NAME );
debug::setDebugDrawingCamera( getPrimary() );
}
std::shared_ptr< Camera > CameraManager::createCamera( const vk::Extent2D extent )