Przeglądaj źródła

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

Thibaut Foussard 1 miesiąc temu
rodzic
commit
e48e7eb3a0
1 zmienionych plików z 1 dodań i 1 usunięć
  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号