1
my three.js 스크립트에서이 webgl 함수를 사용하고 싶습니다. gl.blendFunc (gl.ONE, gl.ONE). three.js로 어떻게 할 수 있습니까?three.js 프로그램에서 webgl 함수 실행
감사합니다.
my three.js 스크립트에서이 webgl 함수를 사용하고 싶습니다. gl.blendFunc (gl.ONE, gl.ONE). three.js로 어떻게 할 수 있습니까?three.js 프로그램에서 webgl 함수 실행
감사합니다.
var gl = renderer.context;
gl.blendFunc(gl.ONE,gl.ONE);