float2 tileUV = float2(dot(input.normal.zxy, input.pos3D), dot(input.normal.yzx, input.pos3D)); float2 texcoord = input.texOffset + tileSize * frac(tileUV);.
確定! 回上一頁