瀏覽代碼

Fix Texture.mapping type in Texture doc

Takahiro 7 年之前
父節點
當前提交
d512381bd7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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).
 		Array of user-specified mipmaps (optional).
 		</p>
 		</p>
 
 
-		<h3>[property:object mapping]</h3>
+		<h3>[property:number mapping]</h3>
 		<p>
 		<p>
 		How the image is applied to the object. An object type of [page:Textures THREE.UVMapping] is the default,
 		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 />
 		where the U,V coordinates are used to apply the map.<br />