Update app.js to include animation loop

This commit is contained in:
2025-05-28 03:30:24 +02:00
parent 55c46fb7e5
commit e612f1c551

View File

@@ -376,4 +376,5 @@ function animate() {
}
composer.render(scene, camera);
requestAnimation
requestAnimationFrame(animate);
}