shadowFactor = textureProj(Shadow2DSampler[idx], ShadowCoords[idx]); 对于PCF 软阴影: for (int idy = offset; idy >= -offset; idy--) for ...
確定! 回上一頁