ldj 1 năm trước cách đây
mục cha
commit
8c8b549207
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/examples/jsm/postprocessing/TAARenderPass2.js

+ 0 - 1
src/examples/jsm/postprocessing/TAARenderPass2.js

@@ -378,7 +378,6 @@ const MixShader = {
 				last.rgb = clipAABB(current.rgb, last.rgb);
 				current.rgb = UnToneMap(YCoCgR2RGB(current.rgb));
 				last.rgb = UnToneMap(YCoCgR2RGB(last.rgb));
-				value = 1.0;
 			}