closestPointOnMesh or nearestPointOnMesh node?

There are two nodes available in Maya that basically do the same thing.  One is a plugin that you turn on in Maya, nearestPointOnMesh, and the other is available through the Maya Bonus Tools, closestPointOnMesh.  After loading the plugin(s), you can create one of these nodes with the following MEL command(s):

createNode nearestPointOnMesh;
createNode closestPointOnMesh;

The differences/similarities can be seen in the images below:

So, depending on your needs, you can choose one or the other until they decide to just combine both of these nodes into one thing that has all of the features.

This entry was posted in Maya. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>