提交 5ad4d109 编写于 作者: B Ben Houston

forgotten function name update.

上级 5c6fc491
......@@ -79,12 +79,11 @@ GeometricContext backGeometry = GeometricContext( geometry.position, -geometry.n
for ( int i = 0; i < MAX_HEMI_LIGHTS; i ++ ) {
vLightFront += getHemisphereIndirectLight( hemisphereLights[ i ], geometry );
vLightFront += getHemisphereIndirectLightColor( hemisphereLights[ i ], geometry );
#ifdef DOUBLE_SIDED
vLightBack += getHemisphereIndirectLight( hemisphereLights[ i ], backGeometry );
vLightBack += getHemisphereIndirectLightColor( hemisphereLights[ i ], backGeometry );
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册