* ObjectLoader.parse: parseTextures missing generateMipmaps Related to #25109 * Update Texture.js * Update Texture.js Co-authored-by: Michael Herzog <[email protected]>
@@ -186,6 +186,7 @@ class Texture extends EventDispatcher {
flipY: this.flipY,
+ generateMipmaps: this.generateMipmaps,
premultiplyAlpha: this.premultiplyAlpha,
unpackAlignment: this.unpackAlignment