Create a single mesh, or combine all quads from the forgero tool model.
SigmundGranaas opened this issue ยท 1 comments
Currently, all item models are composed of several models representing each part, which are rendered individually, and then stacked on top of each other.
I am unsure of how much overhead is caused by this, and I don't really know how to measure it.
I need to look into a system of combining all meshes into one, to make rendering easier. I can then cache the meshes which are frequently used.