We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd70314 commit 314b681Copy full SHA for 314b681
examples/webgl_loader_texture_ktx2.html
@@ -91,6 +91,7 @@
91
try {
92
93
const texture = await loader.loadAsync( './textures/compressed/mipmaps_sample.ktx2' );
94
+ texture.minFilter = THREE.NearestMipmapNearestFilter;
95
96
console.info( `transcoded to ${formatStrings[ texture.format ]}` );
97
0 commit comments