Small volumetric path tracer
Re: Small volumetric path tracer
Interesting. How is the performance on cuda?
Re: Small volumetric path tracer
It depends on the scene, but on average there is 8 to 9 times speedup on my nvidia GT220
Re: Small volumetric path tracer
Looks Nice,
And have you also fixed the version on the git repository ? Or upload the cuda version ?
And have you also fixed the version on the git repository ? Or upload the cuda version ?

Re: Small volumetric path tracer
I have just upload the new source code. Though, keep in mind that the source code is still experimental and lacks proper optimization, considering that my cuda knowledge is quite limited
EDIT: here is the link to the github repository https://github.com/D-POWER/vpath
EDIT: here is the link to the github repository https://github.com/D-POWER/vpath
Re: Small volumetric path tracer
Sure,
It is just to give a try and review...
Thx
It is just to give a try and review...
Thx
Re: Small volumetric path tracer
Any suggestions/improvements is very welcome. I'm always looking for techniques to squeeze more speed 

Re: Small volumetric path tracer
I haven't take a closer look,
But this project seems to implement SSS to and support more kind of primitives : http://gpupathtracer.blogspot.be/
Maybe take a look
But this project seems to implement SSS to and support more kind of primitives : http://gpupathtracer.blogspot.be/
Maybe take a look

Re: Small volumetric path tracer
Yes, I'm aware of Peter and Karl's gpu path tracer, actually it inspired me a lot in writing my own volumetric path tracer
Re: Small volumetric path tracer
Testing volumetric caustics
Re: Small volumetric path tracer
D-Power, I hope you don't mind I borrowed your idea of applying scattering to SmallPT and I added this features to the good old SmallPTGPU (an OpenCL version of Kevin Beason's SmallPT available here http://code.google.com/p/ocltoys/):



