This commit is contained in:
Irlan
2018-04-17 02:03:28 -03:00
parent bfb2665930
commit eb428d169f

View File

@ -54,7 +54,7 @@ void b3HullShape::ComputeMass(b3MassData* data, float32 density) const
// Ixy = -rho * int((x * y) * dV)
// Ixz = -rho * int((x * z) * dV)
// Iyz = -rho * int(y * z) * dV
// Iyz = -rho * int((y * z) * dV)
// Iyx = Ixy
// Izx = Ixz