Added favicon

This commit is contained in:
Thomas FORGIONE
2015-06-26 10:50:01 +02:00
parent 5ec0a152f5
commit 1cc58051bb
4 changed files with 12 additions and 1 deletions

View File

@@ -354,6 +354,11 @@ ProgressiveLoaderGeometry.prototype.initIOCallbacks = function() {
this.socket.on('disconnect', function() {
console.log('Finished !');
setTimeout(function() {
self.meshes.forEach(function(obj) {
obj.geometry.computeBoundingSphere();
});
}, 0);
self.finished = true;
});
}