Forráskód Böngészése

Removed unnecessary THREE. from example code.

parke 5 éve
szülő
commit
53e95e79b0
1 módosított fájl, 1 hozzáadás és 1 törlés
  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 ) {