├── BROKEN MANTRA.mp3 ├── BROKEN MANTRA.ogg ├── index.html └── js ├── AudioAnalyser.js ├── GPGPU.js ├── ModifiedVREffect.js ├── VRControls.js ├── WebVR.js ├── gpgpu ├── BlurShader.js ├── CopyShader.js ├── MixShader.js └── SimulationShader.js ├── text.js └── three.min.js /BROKEN MANTRA.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrdoob/brokenmantra/HEAD/BROKEN MANTRA.mp3 -------------------------------------------------------------------------------- /BROKEN MANTRA.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrdoob/brokenmantra/HEAD/BROKEN MANTRA.ogg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrdoob/brokenmantra/HEAD/index.html -------------------------------------------------------------------------------- /js/AudioAnalyser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrdoob/brokenmantra/HEAD/js/AudioAnalyser.js -------------------------------------------------------------------------------- /js/GPGPU.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrdoob/brokenmantra/HEAD/js/GPGPU.js -------------------------------------------------------------------------------- /js/ModifiedVREffect.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrdoob/brokenmantra/HEAD/js/ModifiedVREffect.js -------------------------------------------------------------------------------- /js/VRControls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrdoob/brokenmantra/HEAD/js/VRControls.js -------------------------------------------------------------------------------- /js/WebVR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrdoob/brokenmantra/HEAD/js/WebVR.js -------------------------------------------------------------------------------- /js/gpgpu/BlurShader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrdoob/brokenmantra/HEAD/js/gpgpu/BlurShader.js -------------------------------------------------------------------------------- /js/gpgpu/CopyShader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrdoob/brokenmantra/HEAD/js/gpgpu/CopyShader.js -------------------------------------------------------------------------------- /js/gpgpu/MixShader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrdoob/brokenmantra/HEAD/js/gpgpu/MixShader.js -------------------------------------------------------------------------------- /js/gpgpu/SimulationShader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrdoob/brokenmantra/HEAD/js/gpgpu/SimulationShader.js -------------------------------------------------------------------------------- /js/text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrdoob/brokenmantra/HEAD/js/text.js -------------------------------------------------------------------------------- /js/three.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrdoob/brokenmantra/HEAD/js/three.min.js --------------------------------------------------------------------------------