Skip to content

Commit

Permalink
Updated builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Nov 1, 2018
1 parent 5989b78 commit f7cb409
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 64 deletions.
5 changes: 5 additions & 0 deletions build/three.js
Original file line number Diff line number Diff line change
Expand Up @@ -26394,6 +26394,11 @@

Texture.call( this, video, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy );

this.format = format !== undefined ? format : RGBFormat;

this.minFilter = minFilter !== undefined ? minFilter : LinearFilter;
this.magFilter = magFilter !== undefined ? magFilter : LinearFilter;

this.generateMipmaps = false;

}
Expand Down
Loading

0 comments on commit f7cb409

Please sign in to comment.