Filling effect geometry nodes

How to make Points increase with each frame? That is, I think I need the density to increase with each frame. Ultimately, I want to make the object fill up gradually, rather than all at once.


Welcome Ivan.

After your first frame there is no face to distribute points on anymore…

Instead, keep the face around:

A more efficient way that doesn’t require you to merge the duplicates is to just generate points:

Good luck.

2 Likes

Thank you!