TextureCoordinates; tc = frac((tc - input.UV) / input.UVScale) * input.UVScale + input.UV; float4 sample = tex2D(ColorSampler, tc); return sample; ...
確定! 回上一頁