1

在我的 three.js 脚本中,我想使用这个 webgl 函数:gl.blendFunc(gl.ONE,gl.ONE)。我怎么能用 three.js 做到这一点?

谢谢你。

4

1 回答 1

2
var gl = renderer.context;
gl.blendFunc(gl.ONE,gl.ONE);
于 2012-07-11T05:21:56.510 回答