Automatically generating UV coordinates algorithms

前端 未结 3 1231
时光说笑
时光说笑 2020-12-24 03:43

I\'m writing my own uv editor for a tool of mine, and I\'m trying to incorporate as many algorithms as I can for projections. I need to take an arbitrary mesh, and make uv

3条回答
  •  醉酒成梦
    2020-12-24 03:52

    You should start from the siggraph course Mesh Parameterization: Theory and Practice then look into the cited papers for details on the algorithms you're implementing

提交回复
热议问题