Skip to content

Commit 1e38c4f

Browse files
authored
Merge pull request #13930 from takahirox/TextureDocMapping
Fix Texture.mapping type in Texture doc
2 parents 3aff540 + d512381 commit 1e38c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/textures/Texture.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h3>[property:array mipmaps]</h3>
6060
Array of user-specified mipmaps (optional).
6161
</p>
6262

63-
<h3>[property:object mapping]</h3>
63+
<h3>[property:number mapping]</h3>
6464
<p>
6565
How the image is applied to the object. An object type of [page:Textures THREE.UVMapping] is the default,
6666
where the U,V coordinates are used to apply the map.<br />

0 commit comments

Comments
 (0)