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);