I'm trying to work with the physics engine. The main problem I'm experiencing is how to relate 3D models with physical entities. To make it clear, look at the attached picture. At left there is a Cylinder object (from Bepu engine), and at the right we have a 3d model of a coke (please use your imagination

1- Load the coke model, transform its world matrix to set into the desired position
2- Create an instance of a cylinder, and add it to a bepu "space" instance, transform its world matrix to set into the desired position
3- Add the cilinder to the bepuphysicsdrawer, so I can alternate the render of the physical entities with the 3d models to check the positions and transformations are being correctly used
4- at the game Update method, update the space instance
This is cool, and works, I don't know if it is the "correct way", but works (if there is a better way please tell me

¿Is there a better way to set the center position of an object?