31-08-2022, 03:11 PM
(This post was last modified: 31-08-2022, 03:40 PM by josemendez.)
(31-08-2022, 02:50 PM)Eivind Andvig Wrote: The issue I'm having is that the only way to get the hair to register and interact with the collider under the chest bone is to have a value on Max depenetration on the solver, if not it won't register the collider.
Hi,
If you don't have a value on Max Depenetration (which I assume you mean its value is zero?) then particles are not allowed to react to colliders in any way, since their maximum depenentration velocity is zero: they are not allowed to change their velocity in response to penetrating a collider. Max Depenetration needs to be >0 for collision response to take place.
kind regards,