merge audio columns into 1 buffer geometry and use buffers to scale to audio, only need to create 64 boxes not 256, fix redundant boxes

This commit is contained in:
Kevin Ngo
2018-09-21 00:03:15 -07:00
parent b1bb1a187c
commit a4b88e4502
6 changed files with 494 additions and 48 deletions

View File

@@ -1,5 +1,7 @@
function requireAll (req) { req.keys().forEach(req); }
require('../vendor/BufferGeometryUtils');
require('aframe-animation-component');
require('aframe-audioanalyser-component');
require('aframe-cubemap-component');