fractal #1

Merged
Persson-dev merged 21 commits from fractal into main 2025-11-09 15:41:00 +00:00
Showing only changes of commit da536b8d7d - Show all commits

View File

@@ -262,6 +262,8 @@ int main() {
// ApplyTransforms(SIERPINSKI_TRIANGLE);
GenNewFractal();
glClearColor(0.4f, 0.4f, 0.4f, 1.0f);
while (!glfwWindowShouldClose(window)) {
// ScopedTimer timer("Main Loop");
@@ -296,7 +298,6 @@ int main() {
glfwPollEvents();
glClear(GL_COLOR_BUFFER_BIT);
glClearColor(0, 0, 0, 1);
int width, height;
glfwGetWindowSize(window, &width, &height);