Question about particle volumetric rendering in Krakatoa back
Board:
Home
Board index
Raytracing
General Development
(L) [2014/12/07] [shiqiu1105] [Question about particle volumetric rendering in Krakatoa] Wayback!Hi,
I am insterested in how Krakatoa renders the volumetric effect just with particles.
It seems to be splatting particles to the framebuffer directly. But it also does some kind of volume scattering.
Any one know how exactly the algorithm works? Any papers, books, docs on this?
Here's the link to the renderer.
[LINK http://www.thinkboxsoftware.com/krak-particle-density/]
(L) [2015/01/22] [citadel] [Question about particle volumetric rendering in Krakatoa] Wayback!May take a reference to CUDA demo
[LINK http://docs.nvidia.com/cuda/samples/5_Simulations/smokeParticles/doc/smokeParticles.pdf]
Krakatoa algorithm for pre-integration could be more advanced.
My very preliminary test on first splatting particles to a shadow map for pre-integration (stored to particles),
then splatting them to the framebuffer. I haven't optimized for particle placement so it may not follow the input density well.
[IMG #1 snapshot_linear_gamma_0.663934_maximum_2.21107_minimum_0.png]
A seemingly limitation is that the shadow map has a very limited solid angle w.r.t. the light source.
[IMG #1]:Not scraped:
/web/20150224053358im_/http://ompf2.com/download/file.php?id=191&sid=f9ada2758e390f9c794ccc14babd583f
(L) [2015/01/22] [ost
by citadel] [Question about particle volumetric rendering in Krakatoa] Wayback!May take a reference to CUDA demo
[LINK http://docs.nvidia.com/cuda/samples/5_Simulations/smokeParticles/doc/smokeParticles.pdf]
Krakatoa algorithm for pre-integration could be more advanced.
My very preliminary test on first splatting particles to a shadow map for pre-integration (stored to particles),
then splatting them to the framebuffer. I haven't optimized for particle placement so it may not follow the input density well.
snapshot_linear_gamma_0.663934_maximum_2.21107_minimum_0.png
A seemingly limitation is that the shadow map has a very limited solid angle w.r.t. the light source.
back