Skip to content

Commit 479fc5a

Browse files
committed
Add migration instruction for npot: true to minFilter: linear
1 parent 7d77e0c commit 479fc5a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 1.8.0 (unreleased)
2+
3+
### Deprecations
4+
5+
- If you used material `npot: true` previously as a way to set `texture.minFilter = THREE.LinearFilter` for better image quality, you need to replace it with `minFilter: linear`. That change was introduced in #5717 that removed `npot` property that was legacy of WebGL1, new material properties `minFilter` and `magFilter` have been exposed instead.
6+
17
### 1.7.1 (Apr 1, 2025)
28

39
### Bug fixes

0 commit comments

Comments
 (0)