From 1f5ac68621d5b52bb60904de69b82fc68cabcfeb Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Sat, 25 Jan 2025 15:03:44 +0530 Subject: [PATCH] feat: update --- content/post/project_mana/index.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/content/post/project_mana/index.html b/content/post/project_mana/index.html index d4a55ff7..283c2113 100644 --- a/content/post/project_mana/index.html +++ b/content/post/project_mana/index.html @@ -415,15 +415,6 @@ function animate() { renderer.setAnimationLoop(animate); -window.addEventListener('resize', function() { - width = window.innerWidth - height = window.innerHeight - camera.aspect = width / height; - camera.updateProjectionMatrix(); - renderer.setSize(width, height); - init = true; -}); - orbit.addEventListener('change', function() { init = true; })