Menu

#9 UV coordinates broken

v1.0.3
open
5
2012-04-03
2012-04-03
No

If I try to encode a obj model to the ctm format everything works fine besides the UV coordinates. The UVs are right on some places but the exporter apparently has troubles with texture seams. I tried the command line and the GUI tool. Is there a solution for this problem?

Discussion

  • Marcus Geelnard

    Marcus Geelnard - 2012-04-04

    The current tool-set uses a simplified solution when there are multiple UV coordinates per vertex position coordinate: it simply choses one of them. The correct solution would be to create one vertex per unique position/UV/normal/color/attrib combination, which requires some more logic - but it's certainly doable.

     

Log in to post a comment.