gpt4 book ai didi

google-chrome - chrome 中的非 2 次幂纹理渲染警告

转载 作者:行者123 更新时间:2023-12-04 11:40:32 24 4
gpt4 key购买 nike

页:http://nps.netarteria.pl/gallery/
我正在学习本教程:https://developer.mozilla.org/en-US/docs/WebGL/Animating_textures_in_WebGL但我的 chrome(在检查模式下)显示此警告:58RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering or is not 'texture complete' .但是我上午 使用正确的过滤(非mipmap),所以我不确定出了什么问题。还要注意两个视频中像素的底线 - 它被拉伸(stretch)了,我不确定这是否相关。

最佳答案

我对视频纹理也有同样的问题。您需要做的是避免在纹理不是默认启用的 2 的幂时使用 mipmap:

_tmpTex.generateMipmaps = false;
_tmpTex.minFilter = THREE.LinearFilter;
_tmpTex.magFilter = THREE.LinearFilter;

关于google-chrome - chrome 中的非 2 次幂纹理渲染警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13905652/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com