Question by
maggot · Sep 19, 2015 at 02:04 PM ·
meshplaneuv mappingface
Planar UV mapping in csharp
I'm importing models using C Sharp, but want to create new planar UV mapping for them. I am reading the mesh one face at a time. I create a mesh of each face, the problem I have is orienting the (triangle) mesh to the same direction, so that I can use the x and y results for each vertex in the UV map.
Comment