Globalcomposite在html5 canvas中可用。它是否可以在threejs中使用?如何在three.js?
中实现目标输出复合操作谢谢。
答案 0 :(得分:0)
CanvasRenderers
,则可以globalCompositeOperation
使用2d
上下文。 webgl
上下文,基本上一切都可以使用着色器。正如Shiladittya的评论所述,three.js还提供blending modes(见this example)。它们在材料属性blending
中可用。