zqasd
zqasd
21 / 8
31st Jan 2019
31st Jan 2019
A subframe thing able to "project" particles, without them interacting with anything.

Comments

  • zqasd
    zqasd
    31st Jan 2019
    Well, yeah, has some bugs
  • Zuriel
    Zuriel
    31st Jan 2019
    still,+1
  • zqasd
    zqasd
    31st Jan 2019
    Well, i think i wouldn't made it if i wouldn't know how it works, lol.
  • Zuriel
    Zuriel
    31st Jan 2019
    *spawns dust over bomb* *bomb explodes* <_<... liar
  • LBPHacker
    LBPHacker
    31st Jan 2019
    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 .