Răsfoiți Sursa

Fixed typo in GLTFLoader.html

Mark Strefford 5 ani în urmă
părinte
comite
7935b4b03c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      docs/examples/en/loaders/GLTFLoader.html

+ 1 - 1
docs/examples/en/loaders/GLTFLoader.html

@@ -44,7 +44,7 @@
 		<p><i>
 			<sup>2</sup>UV transforms are supported, with several key limitations. Transforms applied to
 			a texture using the first UV slot (all textures except aoMap and lightMap) must share the same
-			transform, or no transfor at all. The aoMap and lightMap textures cannot be transformed. No
+			transform, or no transform at all. The aoMap and lightMap textures cannot be transformed. No
 			more than one transform may be used per material. Each use of a texture with a unique
 			transform will result in an additional GPU texture upload. See
 			#[link:https://github.com/mrdoob/three.js/pull/13831 13831] and