提交 412cd817 编写于 作者: R Ricardo Cabello

Merge pull request #6718 from WestLangley/dev-colors

Gamma correction fixes
#ifdef USE_COLOR
vColor.xyz = inputToLinear( color.xyz );
vColor.xyz = color.xyz;
#endif
\ No newline at end of file
......@@ -209,9 +209,6 @@
}
// NOTE: I am unsure if this is correct in linear space. -bhouston, Dec 29, 2014
shadowColor = inputToLinear( shadowColor );
outgoingLight = outgoingLight * shadowColor;
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册