Principle of progressive streaming... needs octree now :s

This commit is contained in:
Thomas FORGIONE
2015-06-18 16:58:07 +02:00
parent 0b4c01d3e0
commit f808aebe4f
2 changed files with 159 additions and 150 deletions

View File

@@ -121,7 +121,7 @@ ProgressiveLoaderGeometry.prototype.initIOCallbacks = function() {
this.socket.on('ok', function() {
console.log('ok');
self.socket.emit('next', self.getCamera());
self.socket.emit('materials');
});
this.socket.on('elements', function(arr) {