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