全局复合操作在three.js

时间:2015-07-03 10:12:09

标签: three.js globalcompositeoperation

Globalcomposite在html5 canvas中可用。它是否可以在threejs中使用?如何在three.js?

中实现目标输出复合操作

谢谢。

1 个答案:

答案 0 :(得分:0)

  • 如果您使用的是three.js'CanvasRenderers,则可以globalCompositeOperation使用2d上下文。
  • 如果您使用webgl上下文,基本上一切都可以使用着色器。正如Shiladittya的评论所述,three.js还提供blending modes(见this example)。它们在材料属性blending中可用。