Added progress bar

This commit is contained in:
Thomas FORGIONE
2015-07-07 11:47:21 +02:00
parent 773abeb817
commit 505e43023a
6 changed files with 79 additions and 23 deletions

View File

@@ -28,7 +28,7 @@ THREE.OBJLoader.prototype = {
parse: function ( text ) {
console.time( 'OBJLoader' );
// console.time( 'OBJLoader' );
var object, objects = [];
var geometry, material;
@@ -363,7 +363,7 @@ THREE.OBJLoader.prototype = {
}
console.timeEnd( 'OBJLoader' );
// console.timeEnd( 'OBJLoader' );
return container;