Currently the physics object needs an instantiated mesh object for init. This seems unnecessary and becomes a little cumbersome whenever we are trying to test physics functions in the testing module. We could remove this dependency and get the needed information from the mesh elsewhere.
Currently the physics object needs an instantiated mesh object for init. This seems unnecessary and becomes a little cumbersome whenever we are trying to test physics functions in the testing module. We could remove this dependency and get the needed information from the mesh elsewhere.