Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-12-17 15:51:38 +02:00
parent 59999f211d
commit a99233fcbe
10 changed files with 280 additions and 119 deletions

View File

@@ -310,6 +310,8 @@ auto Application::run() -> void
ImGui::Render();
m_renderer->set_antialiasing(VulkanRenderer::AntiAliasingKind::MSAA_8X);
m_renderer->render([&](VulkanRenderer::GL &gl) {
auto view { smath::matrix_look_at(smath::Vec3 { 0.0f, 0.0f, 3.0f },
smath::Vec3 { 0.0f, 0.0f, 0.0f },