未验证 提交 6386db31 编写于 作者: M mrdoob 提交者: GitHub

PMREMGenerator: Set minFilter to NearestFilter. (#23468)

上级 95fac207
......@@ -4,6 +4,7 @@ import {
CubeUVReflectionMapping,
LinearEncoding,
LinearFilter,
NearestFilter,
NoToneMapping,
NoBlending,
RGBAFormat,
......@@ -249,7 +250,7 @@ class PMREMGenerator {
const params = {
magFilter: LinearFilter,
minFilter: LinearFilter,
minFilter: NearestFilter,
generateMipmaps: false,
type: HalfFloatType,
format: RGBAFormat,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册