Fast-Quadric-Mesh-Simplification icon indicating copy to clipboard operation
Fast-Quadric-Mesh-Simplification copied to clipboard

question of interpolate/barycenter

Open fanvanzh opened this issue 3 years ago • 0 comments

I have a problem with the barycenter interpolation code: Are points P,A,B,C coplanar?

According to the QEM algorithm, the new point P may not be coplanar with ABC, so the interpolation equation P = a + u(b-a) + v(c-a) really works?

fanvanzh avatar Dec 03 '21 09:12 fanvanzh