Page 1 of 1

Bidirectional path tracing

Posted: Sun Jul 02, 2023 5:25 am
by MicLarc87
Hi otoy. Simple question.
Why don't you invest on bidirectional path tracing if it's so powerful and working very well on gpu?

Here an example I've found with Google (this render working on a single gpu and it's incredible fast)

https://www.shadertoy.com/view/4lfGWr

Re: Bidirectional path tracing

Posted: Sun Jul 02, 2023 3:18 pm
by elsksa
Not replying on behalf of OTOY, but the headline-answer is the same for all production offline renderers:

1. it's not as simple as it seems
2. comes with limitations e.g. won't support everything as a uni-directional PT kernel.

If you look closely, most BiDir renderer only have a selection of supported features as compared to their own uni-dir mode (for the ones with both) or compared to a whole different uni-dir renderer.

Octane has managed to be largely capable without BiDir and is continuously being improved with new features added.