- Home /
Better model? Use Mesh clipping or add more vertices?
I know this is a tough question to answer, because of many details. So lets just assume of course, we are talking about each vertex having no extra details (like UV coords, armature bindings, etc)
I know meshes clipping each other require extra calculations.
So is it better to clip meshes, or add more vertices?
(I mean kind of like separate mesh parts, still technically part of the same mesh, but detached from each other, say like a suit of armor in one mesh, but still with separated parts for helmet, breastplate, etc )
Is there a kind of indicator to indicate which is better? Is it better to say only mesh clip if you are saving 4 times the vertices, or 10 times?
Your answer
Follow this Question
Related Questions
Render VBO on GPU through MeshRenderer 1 Answer
Fastest way to hide objects during render calls and still have them update 0 Answers
ECS mesh dissapears on camera move in Game or Scene 0 Answers
Mesh Renderer glitch when switching its parent 0 Answers
why does Mesh.SetColors take a list, but Mesh.colors is an array? 0 Answers