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
v167 Deprecates LinearTosRGB #29
Closed
ashconnell closed 4 months ago
Running N8AO with Three 167 results in the following error:
This is because 167 removed the deprecated
LinearTosRGB
shader function.It was removed here: https://github.com/mrdoob/three.js/commit/132f25879f58cbc27ef432499a54eb89c5da7e40
I'm not sure what the best fix for this is but hoping I saved you some time hunting down why :)