Is there any way for me to dial this in to be more exact? On simple test objects the number is correct but if I load up something complicated it's usually off by ~5 verts. It isn't a big deal but it would be nice to know where the difference is coming from. The script->…
I think UDK import it's own smoothing group if you check that. There is this entire deal with FBX and ASE giving different...options for the smoothing and vert count, still no idea on how that works, and Epic didn't give any words of wisdom on why this happens. As long as you don't get the error message on importation that…
I found with Unity that the 'vert count' in Maya is usually way off - I figure it is/was the extra verts you get when you have UV seams and hard edges (mad unwrapping on my part). Maya shows these as one vertex in the poly count panel, but if you turn on show vertex normals you can see the extra ones for each hard edge.…
Wont that break the smoothing? CrazyButcher: I will do some more specific testing and post my results. I imagine this info would be useful to others on PC.
my guess is tangent-space creation can introduce additional splits. You could check if a model which has smoothing groups for each uv chart keeps the vertex count. other than that, it could be any custom sort of preprocessing step after asset load. Some might recalculate the normals completely with their own smoothing...…