Elijah Snyder 10 лет назад
Родитель
Сommit
9f736d8ca6
1 измененных файлов с 0 добавлено и 1 удалено
  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();