N8python / n8ao

An efficient and visually pleasing implementation of SSAO with an emphasis on temporal stability and artist control.
Creative Commons Zero v1.0 Universal
378 stars 14 forks source link

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

Closed naive17 closed 7 months ago

naive17 commented 7 months ago

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.

N8python commented 7 months ago

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

naive17 commented 7 months ago

I'll try!