Skip to content

Commit 8886ab6

Browse files
authored
Update MeshToonMaterial.js
Fix JSDoc for `gradientMap`.
1 parent b22ed15 commit 8886ab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/materials/MeshToonMaterial.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class MeshToonMaterial extends Material {
5757

5858
/**
5959
* Gradient map for toon shading. It's required to set
60-
* {@link Texture#minFilter} and {@link Texture#magFilter} to {@linkNearestFilter}
60+
* {@link Texture#minFilter} and {@link Texture#magFilter} to {@link NearestFilter}
6161
* when using this type of texture.
6262
*
6363
* @type {?Texture}

0 commit comments

Comments
 (0)