Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best lightning generation/simulation algorithm?

So I need some algorithm for programing lightning path generation. Which one is fastest and at the same time realistic?

like image 814
Rella Avatar asked Jan 03 '10 18:01

Rella


1 Answers

Here are a few papers on the subject - the first one looks fairly realistic and is purported to be fast.

Fast Animation of Lightning Using an Adaptive Mesh presents a fast method for simulating, animating, and rendering lightning using adaptive grids.

Efficient Rendering of Lightning Taking into Account Scattering Effects due to Clouds and Atmospheric Particles propose an efficient method for creating realistic image of scenes including lightning.

like image 117
James Kolpack Avatar answered Nov 02 '22 23:11

James Kolpack