SIGNAL_LOSS
**Task**: Create a highly polished, deeply atmospheric, and fully interactive 3D glitch-horror game contained entirely within a single, self-contained `index.html` file. No external assets (images, audio files, models) are permitted. You may only use **Three.js** loaded vi...
**Task**: Create a highly polished, deeply atmospheric, and fully interactive 3D glitch-horror game contained entirely within a single, self-contained `index.html` file. No external assets (images, audio files, models) are permitted. You may only use **Three.js** loaded via a single secure CDN link. All graphics, geometries, textures, and spatial audio must be generated procedurally in real-time. --- ### IMPLEMENTATION REQUIREMENTS Ensure that: 1. The code handles window resizing dynamically, updating both the main renderer and the nested WebGL render target. 2. The custom GLSL shaders are written directly inside JavaScript template literals with clear inline comments explaining the noise math. 3. Performance is optimized via instanced geometries or minimal polycounts to guarantee a locked 60 FPS. 4. No external libraries except for Three.js (via CDN) are referenced.