Exemplo n.º 1
0
    private void Start()
    {
        mass    = 1.0f;
        massInv = 1.0f / mass;

        inertia    = Inertia.SolidBox(mass, 1.0f * Vector3.one);
        inertiaInv = inertia.Inverted;
    }