diff --git a/synthwaveEffect.js b/synthwaveEffect.js index a9a4034..aac57c8 100644 --- a/synthwaveEffect.js +++ b/synthwaveEffect.js @@ -4,7 +4,7 @@ const scene = new THREE.Scene() const camera = new THREE.PerspectiveCamera(75, window.innerWidth / window.innerHeight, 0.1, 1000) const renderer = new THREE.WebGLRenderer({ alpha: true }) -// TODO: when tabbing out it sometimes doesnt pause the animation (maybe fixed? Needs more testing) +// TODO: when tabbing out it sometimes doesnt pause the animation // TODO: add pixelation shader if (!renderer) {