rendrerer : add a test split button to see if a part of path is good

This commit is contained in:
2025-01-23 19:47:41 +01:00
parent 4b8e9bd5f0
commit 7b1be7c2d9
8 changed files with 94 additions and 20 deletions

View File

@ -6,7 +6,7 @@
/* By: ycontre <ycontre@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/10/13 16:15:41 by TheRed #+# #+# */
/* Updated: 2025/01/23 00:39:11 by tomoron ### ########.fr */
/* Updated: 2025/01/23 15:31:28 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -46,6 +46,7 @@ class Window
void setFrameCount(int nb);
void rendererUpdate(void);
private:
GLFWwindow *_window;
Scene *_scene;