Parcourir la source

Debug code removed

Elijah Snyder il y a 10 ans
Parent
commit
9f736d8ca6
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      examples/webgl_loader_amf.html

+ 0 - 1
examples/webgl_loader_amf.html

@@ -97,7 +97,6 @@
 
 				loader.load( './models/amf/rook.amf', function ( amfobject ) {
 
-					document.amfobject = amfobject;
 					scene.add( amfobject );
 					render();