Given a rigid body, knowing its mass, angular drag, and an added torque, what’s the top angular velocity?
The formula is
Top angular velocity = torque * (1 / RigidBody.angularDrag - Time.fixedDeltaTime);
Given a rigid body, knowing its mass, angular drag, and an added torque, what’s the top angular velocity?
The formula is
Top angular velocity = torque * (1 / RigidBody.angularDrag - Time.fixedDeltaTime);