From 2841ba5d6bccf530c6e49997e2f4d4e947f78e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Wed, 26 May 2021 15:22:51 +0200 Subject: [PATCH] compiling but renderer doesn't render --- sources/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/main.cpp b/sources/main.cpp index 340e6942..7e8879c8 100644 --- a/sources/main.cpp +++ b/sources/main.cpp @@ -60,7 +60,7 @@ int demo() 45.0f, CAMERA_PERSPECTIVE ); WAL::Entity entityPlayer("roger"); - RAY::Drawables::Drawables3D::Circle circle({300, 300, 300}, 50, 0XFFFFFFF, {0, 0, 0}, 0); + RAY::Drawables::Drawables3D::Circle circle({30, 30, 30}, 50, 0XFFFFFFF, {0, 0, 0}, 0); BBM::Drawable3DComponent circleComponent(entityPlayer, circle); BBM::Renderer3DSystem circleSystem(window); @@ -83,7 +83,7 @@ int demo() float y_rotation = 0; window.setFPS(60); - //wal.run(); + wal.run([](WAL::Wal &wal, int) {}); window.close();