I am working on a more scientific based application and I would like to convert all of my measurements between standard and metric from the options menu. This would essentially change out some textures and convert some float measurements. Is there something set up to do this already? If not, what would be a good solution for trying to accomplish something like this? So far the best solution I have come up with is calling an interface function on all of my objects. Any other solutions would be welcome!