Best methods for scene preview back
Board:
Home
Board index
Raytracing
General Development
(L) [2013/06/20] [ost
by spectral] [Best methods for scene preview] Wayback!Hi,
I'm currently looking for a method that :
1) Give interactive preview/visual feedback
2) Approach the final rendering, I need my materials to be near of the final result... this preview method will mainly help to "work on the scene" and in some difficult situation GI algo. take a lot of time before giving feedback
So, I have a lot of ideas.... but will be interested about your experience and councils ?
Thx
(L) [2013/06/20] [ost
by dbz] [Best methods for scene preview] Wayback!Virtual point lights? They can be implemented efficiently in OpenGL and at least for diffuse surfaces the result is very close to path tracing and even often looks better because it doesn't suffer from noise or fireflies. It doesn't support reflective or refractive surfaces but for preview it should be ok.
Maybe have a look at Mitsuba renderer, I think it uses vpl's for preview.
(L) [2013/06/21] [ost
by spectral] [Best methods for scene preview] Wayback!Sure, I have see Mitsuba OpenGL VPL version... but I need something able to "preview" even complex materials... even if approximate !
(L) [2013/06/28] [ost
by spectral] [Best methods for scene preview] Wayback!Here is exactly what I was looking for.... a great study & comparison [SMILEY ;-)]
[LINK http://www.mpi-inf.mpg.de/~ritschel/Papers/GISTAR.pdf]
(L) [2013/06/28] [ost
by beason] [Best methods for scene preview] Wayback!So which looks the best to you?
(L) [2013/06/29] [ost
by spectral] [Best methods for scene preview] Wayback!The best ?
First, take a look at the table at the end... there is a good summary.
Also, it depends of your goals...
What I need is a near-interactive method that give high quality results, for this it seems to me that 3 methods looks fine :
- An efficient GPU-based approach for interactive global illumination
- Interactive relighting of dynamic refractive objects
- Parallel progressive photon mapping on GPUs
But I have to experiment them before [SMILEY :-P]
(L) [2013/07/01] [ost
by Tristan] [Best methods for scene preview] Wayback!Keep us posted, I'm interested to hear your findings [SMILEY :)]
back