Просмотр исходного кода

Update default anisotropy value in Texture.js (#32346)

Thibaut Foussard 1 месяц назад
Родитель
Сommit
e48e7eb3a0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/textures/Texture.js

+ 1 - 1
src/textures/Texture.js

@@ -158,7 +158,7 @@ class Texture extends EventDispatcher {
 		 * texture samples being used.
 		 *
 		 * @type {number}
-		 * @default 0
+		 * @default Texture.DEFAULT_ANISOTROPY
 		 */
 		this.anisotropy = anisotropy;
 

粤ICP备19079148号