From e612f1c55158a5319f028e0b38900c4da0c85f51 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 03:30:24 +0200 Subject: [PATCH] Update app.js to include animation loop --- node/server/public/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/node/server/public/app.js b/node/server/public/app.js index 02d9b50..1c619d8 100644 --- a/node/server/public/app.js +++ b/node/server/public/app.js @@ -376,4 +376,5 @@ function animate() { } composer.render(scene, camera); - requestAnimation \ No newline at end of file + requestAnimationFrame(animate); +} \ No newline at end of file