Skip to content

Commit

Permalink
RGBMLoader: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Jan 25, 2021
1 parent b61c96e commit be9ebd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/jsm/loaders/RGBMLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class RGBMLoader extends DataTextureLoader {

texture.format = RGBAFormat;
texture.minFilter = LinearFilter;
texture.generateMipmaps = false;

return texture;

Expand Down

0 comments on commit be9ebd8

Please sign in to comment.