Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added anisotropy to WebGLRenderTarget. Also fixed clone for Texture a…
…nd WebGLRenderTarget. This missing parameter was most likely the cause of anisotropy troubles on Linux - it caused "undefined" to be sent to GPU and then later on with Math.min(aniso, maxAniso) it started to send "NaN" instead.
- Loading branch information