Forum

Author Topic: Barycentric Coordinates  (Read 929 times)

kyle256

  • Newbie
  • *
  • Posts: 1
    • View Profile
Barycentric Coordinates
« on: October 09, 2018, 06:42:25 PM »
Given a 3D marker on the mesh model I'm trying to convert this into the form <face_id, barycentric_weight1,  barycentric_weight2,  barycentric_weight3>

However I can't find anything in the API that suggests that you can find neighbouring vertices or parent face for a marker/point on the mesh, - am I missing something here?

Otherwise I'll write a script to iterate over all the faces but this could be quite time-consuming as I will be working with 4D data.

Best, Kyle