Page 2 of 25

Re: CGI tech news box

Posted: Mon Feb 12, 2018 1:57 pm
by Dade
The Iray Light Transport Simulation and Rendering System: https://arxiv.org/pdf/1705.01263.pdf

An interesting reading with few inside information (they did dispersion, as LuxCore does, before me, damn ! :lol: ).

Re: CGI tech news box

Posted: Mon Feb 12, 2018 3:16 pm
by Sharlybg
Dade wrote: Mon Feb 12, 2018 1:57 pm (they did dispersion, as LuxCore does, before me, damn ! :lol: ).
One of the less used render engine. but i think it almost stand for demo.

Re: CGI tech news box

Posted: Mon Feb 12, 2018 4:17 pm
by kintuX
Dade wrote: Mon Feb 12, 2018 1:57 pm The Iray Light Transport Simulation and Rendering System: https://arxiv.org/pdf/1705.01263.pdf

An interesting reading with few inside information (they did dispersion, as LuxCore does, before me, damn ! :lol: ).
yet... :? ... was done in reverse? (all other engines showed same result as Lux)
Image

also, i couldn't get to the bottom of...
Image

... so i left :|

Re: CGI tech news box

Posted: Wed Mar 07, 2018 12:12 pm
by Sharlybg

Re: CGI tech news box

Posted: Mon Mar 12, 2018 4:45 pm
by Sharlybg
Bidirectional Engine under GPU boost. They also compare Luxrender with they bidir GPU engine.

http://old.cescg.org/CESCG-2015/papers/ ... on_GPU.pdf

Re: CGI tech news box

Posted: Mon Mar 12, 2018 6:31 pm
by B.Y.O.B.
Sharlybg wrote: Mon Mar 12, 2018 4:45 pm Bidirectional Engine under GPU boost.
Related: Here's an old statement from Dade about Bidir in OpenCL: http://www.luxrender.net/forum/viewtopi ... 17#p120116

Re: CGI tech news box

Posted: Mon Mar 12, 2018 7:45 pm
by Sharlybg
Yes i clearly remind this situation about bidir and had it in mind when posting this paper here. Just do it to never forget about all interesting thing i found for this topics.

It is clear it isn't the way to go by now. If you want to know my main wish is currently this one :
- a cache to accelerate renderings and use efficiently any number of light sources in a scene.

Going to implement the first one now, the second is a bit more complex and may be something more appropriate for the next version.
Really hope when this happen it will Rock. But step by step don't want to be to exited. :lol:

Re: CGI tech news box

Posted: Wed Mar 21, 2018 4:05 pm
by Dade
Irawan shading model, quite interesting, it may be worth integrating in LuxCore as a texture: https://github.com/Thunderloom/ThunderLoom

Re: CGI tech news box

Posted: Wed Mar 21, 2018 4:07 pm
by Dade
Bayesian Collaborative Denoiser for Monte-Carlo Rendering: https://github.com/superboubek/bcd

The paper: https://perso.telecom-paristech.fr/boubek/papers/BCD/

Re: CGI tech news box

Posted: Wed Mar 21, 2018 4:36 pm
by Dade
Importance Sampling of Many Lights With Adaptive Tree Splitting: https://sites.google.com/site/ckulla/home/many-lights

Interesting but it may be redundant once we have a light cache.