Page 1 of 1

Caustics

Posted: Tue Mar 27, 2018 2:26 am
by Odilkhan Yakubov
Hi there. How to create this kind of caustics in the renderer:
[http://www.yafaray.org/sites/default/fi ... lights.png]

Re: Caustics

Posted: Tue Mar 27, 2018 3:25 am
by Philstix
Creation of caustics requires the use of the bidirectional renderer.

Here's one I prepared earlier: download/file.php?id=625&mode=view

Re: Caustics

Posted: Tue Mar 27, 2018 4:08 am
by Odilkhan Yakubov
Philstix wrote: Tue Mar 27, 2018 3:25 am Creation of caustics requires the use of the bidirectional renderer.

Here's one I prepared earlier: download/file.php?id=625&mode=view
So, in real life, is that Path tracing isn't good for caustics as Cycles Pure pathtracer can't handle it?

Re: Caustics

Posted: Tue Mar 27, 2018 6:53 am
by B.Y.O.B.
Odilkhan Yakubov wrote: Tue Mar 27, 2018 2:26 am Hi there. How to create this kind of caustics in the renderer:
Use one small, dominant light source in the scene (e.g. a small meshlight or a sun light).

You can render caustics with an unidirectional pathtracer, but it is going to take much longer than bidir to get noise-free in most scenes.

Re: Caustics

Posted: Tue Mar 27, 2018 1:18 pm
by Odilkhan Yakubov
B.Y.O.B. wrote: Tue Mar 27, 2018 6:53 am
Odilkhan Yakubov wrote: Tue Mar 27, 2018 2:26 am Hi there. How to create this kind of caustics in the renderer:
Use one small, dominant light source in the scene (e.g. a small meshlight or a sun light).

You can render caustics with an unidirectional pathtracer, but it is going to take much longer than bidir to get noise-free in most scenes.
Uni? There is hasnt that integrator in Lux?

Re: Caustics

Posted: Tue Mar 27, 2018 1:50 pm
by Dade
Odilkhan Yakubov wrote: Tue Mar 27, 2018 1:18 pm
B.Y.O.B. wrote: Tue Mar 27, 2018 6:53 am
Odilkhan Yakubov wrote: Tue Mar 27, 2018 2:26 am Hi there. How to create this kind of caustics in the renderer:
Use one small, dominant light source in the scene (e.g. a small meshlight or a sun light).

You can render caustics with an unidirectional pathtracer, but it is going to take much longer than bidir to get noise-free in most scenes.
Uni? There is hasnt that integrator in Lux?
Yes, PATHCPU/OCL is an unidirectional path tracer while BIDIRCPU is bidirectional.

Re: Caustics

Posted: Tue Mar 27, 2018 2:22 pm
by Odilkhan Yakubov
I just using CPU for rendering.

Re: Caustics

Posted: Tue Mar 27, 2018 4:08 pm
by Dade
Odilkhan Yakubov wrote: Tue Mar 27, 2018 2:22 pm I just using CPU for rendering.
Well, you can still use PATHCPU, it can be a lot faster than BIDIRCPU if the scene has "simple" light paths.