提交 7f721363 编写于 作者: E Emmett Lalish

wrong chunk

上级 db27b38f
此差异已折叠。
因为 它太大了无法显示 source diff 。你可以改为 查看blob
此差异已折叠。
......@@ -2,7 +2,6 @@ export default /* glsl */`
#ifdef USE_ALPHAMAP
diffuseColor.a *= texture2D( alphaMap, vUv ).g;
diffuseColor.a = 1.0;
#endif
`;
......@@ -2,6 +2,7 @@ export default /* glsl */`
#ifdef ALPHATEST
if ( diffuseColor.a < ALPHATEST ) discard;
diffuseColor.a = 1.0;
#endif
`;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册