HPL3/Particles/Particle Collision

From Frictional Wiki
< HPL3‎ | Particles
Revision as of 00:15, 31 July 2026 by TiMan (talk | contribs) (Created page with "=== Collision === * '''Use Collision''': If collision detection should be used. * '''Update Rate''': How many times a second collision is check for each particle. * '''Maximu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Collision

  • Use Collision: If collision detection should be used.
  • Update Rate: How many times a second collision is check for each particle.
  • Maximum Collisions: The maximum amount of collisions can have before dying.
  • Bounce Amount: How much of the speed is retained when bouncing. 0.5 means half of the speed. 2 means that the speed doubles when bouncing.