postprocessing icon indicating copy to clipboard operation
postprocessing copied to clipboard

Implement SSGIEffect

Open vanruesc opened this issue 1 year ago • 1 comments

Description

Implement a SSGIEffect.

References:

  • https://github.com/0beqz/realism-effects/tree/main/src/ssgi
  • https://arxiv.org/pdf/2301.11376.pdf
  • https://github.com/mrdoob/three.js/issues/29668

Tasks

  • [ ] Create SSGIEffect.
  • [ ] Create ssgi demo.
  • [ ] Add unit test.

Implementation Details

  • Use G-Buffer components (depth, normals, ORM).

vanruesc avatar Feb 17 '24 14:02 vanruesc

In case it's useful, threejs introduced TSL SSGINode to the WebGPURenderer: https://github.com/mrdoob/three.js/pull/31839 and demo

jo-chemla avatar Sep 19 '25 18:09 jo-chemla