vec2 tile = fract(uv * squares + 0.5) * ( tan (amt));. // sample the texture using our computed tile. // offset will remove some texcoord edge artifacting.
確定! 回上一頁