I'd like to share what I've noticed about "AdvancedMass"

For the past few days, I’ve been working on creating a user model.

In the process, I noticed that the center of gravity of the vehicle changes when the collision detection is increased.

After some testing, I found that this is related to the “AdvancedMass” value in the vehicle settings file (BLK).

When AdvancedMass is set to true, the vehicle’s center of gravity is automatically calculated from the volume of the “DM” mesh and applied to the physics model.

When AdvancedMass is false, the “CenterOfGravity” value in the vehicle settings file is used as the center of gravity.

1 Like