47, float depth = textureProj(shadowMap, offsetSample(uv, vec2(x, y), invShadowMapSize));. 48, if (depth >= 1.0 || depth >= uv.z). 49, shadow += 1.0;.
確定! 回上一頁