diff --git a/content/post/project_mana/index.html b/content/post/project_mana/index.html index 9a2e88d4..8b0c5e1a 100644 --- a/content/post/project_mana/index.html +++ b/content/post/project_mana/index.html @@ -370,15 +370,6 @@ void main() { 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; })