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

fix: render with fullscreen triangle, WebXR rendering with postprocessing #5

Closed CodyJasonBennett closed 1 year ago

CodyJasonBennett commented 1 year ago

Uses a fullscreen triangle like postprocessing to ignore camera transforms for effects. This enables WebXR rendering where three.js will break camera transforms.

https://twitter.com/Cody_J_Bennett/status/1662847723463213058

N8python commented 1 year ago

Thank you so much! I'll test this branch right now, and then if all goes well, I'll merge!