Mesh Count Question

In terms of optimizing meshes for rendering, is it better to put all of my meshes into a single mesh or have separate components?

Seperate meshes as they would be streamed out via LOD and distance culling.

Depends on what you’re doing. More complex meshes = worse collisions.

i just need them to look good. collision for my case is not a priority

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.