Add intro song with analyser

This commit is contained in:
Diego Marcos
2018-09-13 18:32:35 -07:00
parent 70b9a296d5
commit 54dad95bd9
6 changed files with 51 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<a-entity id="twister" twister position="0 0 -60" rotation="90 0 0"></a-entity>
<a-entity audioanalyser="src: #song; fftSize: 128; enableBeatDetection: false; enableLevels: false; enableWaveform: false" analyser="height: 28; mirror: 10; scale: 10; thickness: 0.4; separation: 0.45" position="0 -17 4"></a-entity>
<a-entity audioanalyser="src: #introSong; fftSize: 128; enableBeatDetection: false; enableLevels: false; enableWaveform: false" analyser="height: 28; mirror: 10; scale: 10; thickness: 0.4; separation: 0.45" position="0 -17 4"></a-entity>
<!-- corridor -->
<a-entity geometry="height: 0.3; depth: 50; width: 4.1" position="0 0 -31.85" materials="black"></a-entity>