Skip to content

Commit

Permalink
Fixed EXRLoader example in some Adreno GPUs. See mrdoob#15026
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Oct 15, 2018
1 parent 3447ee8 commit fb6efa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/webgl_loader_texture_exr.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
//console.log( textureData );
//console.log( texture );

texture.generateMipmaps = true;
texture.minFilter = THREE.NearestFilter;
texture.magFilter = THREE.NearestFilter;

// these setting are currently set correctly by default
//texture.encoding = THREE.LinearEncoding;
Expand Down

0 comments on commit fb6efa9

Please sign in to comment.