【发布时间】:2015-09-21 03:23:38
【问题描述】:
Globalcomposite 在 html5 画布中可用。它在threejs中可用吗?如何在three.js中实现destination out复合操作?
谢谢。
【问题讨论】:
标签: three.js globalcompositeoperation
Globalcomposite 在 html5 画布中可用。它在threejs中可用吗?如何在three.js中实现destination out复合操作?
谢谢。
【问题讨论】:
标签: three.js globalcompositeoperation
CanvasRenderers,您可以使用globalCompositeOperation,因为它们用于2d 上下文。 webgl 上下文,基本上一切都可以使用着色器。正如 Shiladittya 的评论所述,three.js 还提供了blending modes(参见this example)。它们在材料属性blending 中可用。【讨论】: