ソースを参照

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 ) {