Browse Source

Merge pull request #13930 from takahirox/TextureDocMapping

Fix Texture.mapping type in Texture doc
Mr.doob 7 years ago
parent
commit
1e38c4fc9b
1 changed files with 1 additions and 1 deletions
  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 />