void Physics::update(float a_elapsed) {

    //update the matrices in the physics simulation
    //update the simulation
    //call collision events
    //update the object transforms
}