Skip to content

Commit

Permalink
Enable mipmap generation in texture store
Browse files Browse the repository at this point in the history
  • Loading branch information
minetoblend committed Jan 6, 2025
1 parent 4723955 commit c99e798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/src/skinning/TextureStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export class TextureStore {

const texture = await loadTexture(data, {
resolution,
autoGenerateMipmaps: true,
});

if (!texture)
Expand Down

0 comments on commit c99e798

Please sign in to comment.