提交 8bf81107 编写于 作者: O OpenShift guest

make lensflares work on WebglRenderer2

上级 98a83b24
......@@ -164,6 +164,8 @@ THREE.WebGLRenderer = THREE.WebGLRenderer2 = function ( parameters ) {
this.enableScissorTest = renderer.enableScissorTest;
this.setDepthTest = renderer.setDepthTest;
this.setRenderTarget = renderer.setRenderTarget;
this.setBlending = renderer.setBlending;
this.setTexture = renderer.setTexture;
// Clearing
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册