About polygon mesh showes texture #787
-
Hi Marco,
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
Hi there are 2 issues in one here :) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi Marco @marcomusy ,
Thanks again. |
Beta Was this translation helpful? Give feedback.
-
I just failed twice:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
I got one doable way.
To duplicate the share points between connecting faces so as to no vertices shared by different faces. And then the tcoords of texture could be genertaed with [(0,0),(1,0),(1,1),(0,1)] for four-vertices face or [(0,0),(1,0),(1,1)] for three-vertices face.
Here is the result. It looks good enough to me.