- Home /
Question by
Tanmay13 · Nov 12, 2019 at 01:41 PM ·
scripting problemphysics
Could someone explain what is maxDepenetrationVelocity under rigid Body?
Could someone give an example of what is maxdepenetrationvelocity and where could it be used in the game?
Comment
Answer by AconitumNapellum · Nov 12, 2019 at 02:04 PM
It's exactly what it sounds like. You set a maximum velocity that the rigidbody should have after colliding with something. You can use it to slow down bullets after penetrating through a body for example.
Your answer