Melting Simulation

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
pH
Posts: 1
Joined: Fri May 06, 2011 7:42 am

Melting Simulation

Post by pH »

Hi All,

I am a newbie... and am trying to simulate melting ice cube. I am trying to represent the cube as a collection of particles. I am failing to understand how to get the isosurface of the cube from the particles. CubeMarching algorithm is so slow. With just 50k particles the marching algo seems to take ages to compute the isosurface.

Any ideas how to render this quickly?

Thanks.
nespa
Posts: 167
Joined: Wed Feb 24, 2010 12:02 pm

Post by nespa »

morphing animation


or, the simplest way:

a mesh cube and a mesh oval very thin at the begin;

in the main loop scale your mesh cube to smaller dimensions and scale your oval on x and z direction to greater dimensions
Post Reply