Tagged Questions
3
votes
2answers
566 views
How can I create a random simulation?
I've been playing this flash game and after I'd gotten over the initial ('lol, fire') reaction I started to wonder how I could replicate this contact-mutate behaviour in programming. I guess it's a ...
0
votes
1answer
323 views
Simulating fire with SPH particles
I want to simulate fire using SPH particles. I understand the concept behind SPH but don't understand yet how to model the fire as a fluid.
Do I have to add some temperature property to my particles ...