How to Implement Distance Compare option in c++ #4087
Answered
by
Grantim
cometKim96
asked this question in
Q&A
-
Hello Devs, I'm trying to implement Distance Compare function in MeshInspector UI. Is there any example code I can follow? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
Grantim
Feb 11, 2025
Replies: 1 comment
-
Hello! You can use this function: MeshLib/source/MRMesh/MRPointsToMeshProjector.h Lines 53 to 60 in d64341c with CPU or GPU progector: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cometKim96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
You can use this function:
MeshLib/source/MRMesh/MRPointsToMeshProjector.h
Lines 53 to 60 in d64341c