We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22ed15 commit 8886ab6Copy full SHA for 8886ab6
1 file changed
src/materials/MeshToonMaterial.js
@@ -57,7 +57,7 @@ class MeshToonMaterial extends Material {
57
58
/**
59
* Gradient map for toon shading. It's required to set
60
- * {@link Texture#minFilter} and {@link Texture#magFilter} to {@linkNearestFilter}
+ * {@link Texture#minFilter} and {@link Texture#magFilter} to {@link NearestFilter}
61
* when using this type of texture.
62
*
63
* @type {?Texture}
0 commit comments