smplx icon indicating copy to clipboard operation
smplx copied to clipboard

How to interpolate uv coordinates from partial points of vertex?

Open xhuan8 opened this issue 2 years ago • 0 comments

Hi,

I try to interpolate uv coordinates, but currently I only got the position of vertex, like: u_b

And I want the full uv coordinates, like: u_

I try to use scipy.interpolate.interp2d, but the result is not good: u

is there any way to interpolate? or is it possible to add vertex with uv coordinates to mesh?

xhuan8 avatar Dec 29 '21 15:12 xhuan8