Explorar el Código

Fix Texture.mapping type in Texture doc

Takahiro hace 7 años
padre
commit
d512381bd7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/api/textures/Texture.html

+ 1 - 1
docs/api/textures/Texture.html

@@ -60,7 +60,7 @@
 		Array of user-specified mipmaps (optional).
 		</p>
 
-		<h3>[property:object mapping]</h3>
+		<h3>[property:number mapping]</h3>
 		<p>
 		How the image is applied to the object. An object type of [page:Textures THREE.UVMapping] is the default,
 		where the U,V coordinates are used to apply the map.<br />