Fragment shader varying vec2 vUv; uniform float scale; uniform sampler2D colorTexture; void main() { // Sample the texture at the scaled UV coordinates vec3 ...
確定! 回上一頁