提交 f3cfc6e4 编写于 作者: W WestLangley

Remove unused normal_flip chunk

上级 fba4491a
......@@ -54,7 +54,6 @@ void main() {
vec3 outgoingLight = reflectedLight.indirectDiffuse;
#include <normal_flip>
#include <envmap_fragment>
gl_FragColor = vec4( outgoingLight, diffuseColor.a );
......
......@@ -71,7 +71,6 @@ void main() {
vec3 outgoingLight = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse + totalEmissiveRadiance;
#include <normal_flip>
#include <envmap_fragment>
gl_FragColor = vec4( outgoingLight, diffuseColor.a );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册