Browse Source

Reverting files commtted by mistake

Samuel Carlsson 9 years ago
parent
commit
dcb7bd7c05
2 changed files with 1 additions and 2 deletions
  1. 0 1
      examples/obj/broken.obj
  2. 1 1
      examples/webgl_loader_obj.html

+ 0 - 1
examples/obj/broken.obj

@@ -1 +0,0 @@
-This is not an obj file at all

+ 1 - 1
examples/webgl_loader_obj.html

@@ -101,7 +101,7 @@
 				// model
 
 				var loader = new THREE.OBJLoader( manager );
-				loader.load( 'obj/broken.obj', function ( object ) {
+				loader.load( 'obj/male02/male02.obj', function ( object ) {
 
 					object.traverse( function ( child ) {