Hi everyone,
I’m currently working on inserting a point at a specific location along an edge (or half-edge) of a primitive.
So far, I’ve successfully identified the correct primitive number and UV coordinates using the xyzdist() and primuv() functions.
However, I’m wondering if the next step is to first determine the correct edge before proceeding.
Can anyone advise on the best approach to find and insert a point at the specified location on that edge?
Thanks in advance for your help!