|
@@ -155,7 +155,9 @@ THREE.Texture.prototype = {
|
|
|
|
|
|
minFilter: this.minFilter,
|
|
minFilter: this.minFilter,
|
|
magFilter: this.magFilter,
|
|
magFilter: this.magFilter,
|
|
- anisotropy: this.anisotropy
|
|
|
|
|
|
+ anisotropy: this.anisotropy,
|
|
|
|
+
|
|
|
|
+ flipY: this.flipY
|
|
};
|
|
};
|
|
|
|
|
|
if ( this.image !== undefined ) {
|
|
if ( this.image !== undefined ) {
|