Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 three.js 脚本中,我想使用这个 webgl 函数:gl.blendFunc(gl.ONE,gl.ONE)。我怎么能用 three.js 做到这一点?
谢谢你。
var gl = renderer.context; gl.blendFunc(gl.ONE,gl.ONE);