我了解可以使用 textureLod(...) 方法手动对纹理的 ... vec2 textureCoord = vec2(0.5, 0.5); gl_FragColor = textureLod(myTexture, textureCoord, mipmapLevel); }
確定! 回上一頁