Browse Source

AssimpLoader: Refactoring

Mugen87 8 years ago
parent
commit
352e980478
2 changed files with 837 additions and 790 deletions
  1. 836 789
      examples/js/loaders/AssimpLoader.js
  2. 1 1
      examples/webgl_loader_assimp.html

File diff suppressed because it is too large
+ 836 - 789
examples/js/loaders/AssimpLoader.js


+ 1 - 1
examples/webgl_loader_assimp.html

@@ -93,7 +93,7 @@
 			container.appendChild( stats.dom );
 
 			var loader = new THREE.AssimpLoader();
-			loader.load( "./models/assimp/octaminator/Octaminator.assimp", function ( err, result ) {
+			loader.load( './models/assimp/octaminator/Octaminator.assimp', function ( result ) {
 
 				var object = result.object;
 

Some files were not shown because too many files changed in this diff