瀏覽代碼

Removed unnecessary THREE. from example code.

parke 5 年之前
父節點
當前提交
53e95e79b0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/en/introduction/Loading-3D-models.html

+ 1 - 1
docs/manual/en/introduction/Loading-3D-models.html

@@ -95,7 +95,7 @@
 	</p>
 
 	<code>
-		var loader = new THREE.GLTFLoader();
+		var loader = new GLTFLoader();
 
 		loader.load( 'path/to/model.glb', function ( gltf ) {