Преглед изворни кода

Update MeshToonMaterial.js

Fix JSDoc for `gradientMap`.
Michael Herzog пре 1 месец
родитељ
комит
8886ab6e95
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/materials/MeshToonMaterial.js

+ 1 - 1
src/materials/MeshToonMaterial.js

@@ -57,7 +57,7 @@ class MeshToonMaterial extends Material {
 
 
 		/**
 		/**
 		 * Gradient map for toon shading. It's required to set
 		 * Gradient map for toon shading. It's required to set
-		 * {@link Texture#minFilter} and {@link Texture#magFilter} to {@linkNearestFilter}
+		 * {@link Texture#minFilter} and {@link Texture#magFilter} to {@link NearestFilter}
 		 * when using this type of texture.
 		 * when using this type of texture.
 		 *
 		 *
 		 * @type {?Texture}
 		 * @type {?Texture}

粤ICP备19079148号