N8python/n8ao

THREE.WebGLMultipleRenderTargets has been deprecated and will be removed in r172. Use THREE.WebGLRenderTarget and set the "count" parameter to enable MRT.

Closed this issue · 2 comments

If you try n8ao in threejs r163 this error pops up if you enable configuration.halfRes

THREE.WebGLMultipleRenderTargets has been deprecated and will be removed in r172. Use THREE.WebGLRenderTarget and set the "count" parameter to enable MRT.

The background will then be rendered black.

This is goot to know - could you make the switch? It's a simple fix. If not, I'll do it soon.

I'll try!