Added favicon
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user