Homeworld
Homeworld copied to clipboard
Improve rendering performance
Rendering ships with MeshObjectRender() is still the performance bottleneck despite using buffers. The buffers are regenerated on every frame which is definitely far from ideal. Cache and reuse the buffers as much as possible.