zqasd
31st Jan 2019
31st Jan 2019
A subframe thing able to "project" particles, without them interacting with anything.
Comments
-
Well, yeah, has some bugs
-
still,+1
-
Well, i think i wouldn't made it if i wouldn't know how it works, lol.
-
*spawns dust over bomb* *bomb explodes* <_<... liar
-
Yep, this is called suspension. You're esentially killing the particle and respawning it *after* it would otherwise have been updated. The new spawned particle gets the id of the old particle due to how particle id allocation works (basically a stack of ids; last deleted id gets assigned first to a new particle). Here's a save demoing this technique: id:2305921 .