void main() { float shadowMapSample = textureProj(shadowMapTexture, positionInLightSpace); vec3 ambient = lightIntensity * ka; vec3 result = ambient; ...
確定! 回上一頁