To better explain: I’ve got a scene with several identical mesh pieces reused, such as a chunk of a fence which is duplicated many times within my scene. From an optimization perspective, is it better to group each of these chunks together within my 3D modeling tool as one mesh, or should I keep them separate?
If I’m working with dynamic lighting, is it more efficient for each of these meshes to be identical, or would it be better to join all of these meshes (and give each one of them a unique UV map)? Are there any advantages or disadvantages to these techniques?
Please provide any information on the subject. I’m unsure of how these techniques differ on object culling or how lightmap information is baked, or if the difference between the two is substantial.