Go to: Related nodes. Attributes.

"furPointOnMeshInfo" node is used to calculate a point on the mesh surface.

Node nameParentsMFn typeCompatible function sets
furPointOnMeshInfonodekDependencyNodekBase
kNamedObject
kDependencyNode

Related nodes

FurDescription, FurCurveAttractors, FurAttractors, FurFeedback, FurGlobals, furPointOnSubd

Attributes (13)

faceIndex, inMesh, normal, normalX, normalY, normalZ, parameterU, parameterV, position, positionX, positionY, positionZ, relative

Long name (short name)TypeDefaultFlags
inMesh (im) meshNULLinputconnectablestorable
The input surface which is used to calculate a point on the polygon.
faceIndex (f) compound0outputinputconnectablestorablekeyable
Face index of the mesh surface.
relative (r) booltrueoutputinputconnectablestorable
Defines whether the evaluation of position and normal of a point should be relative or not.
parameterU (u) double0.0outputinputconnectablestorablekeyable
Defines the U paramenter of a face.
parameterV (v) double0.0outputinputconnectablestorablekeyable
Defines the U paramenter of a face.
position (p) double30.0outputinputconnectablestorable
Position of a point on the mesh surface.
positionX (px) double0.0outputinputconnectablestorable
X coordinate of a point on the mesh surface.
positionY (py) double0.0outputinputconnectablestorable
Y coordinate of a point on the mesh surface.
positionZ (pz) double0.0outputinputconnectablestorable
Z coordinate of a point on the mesh surface.
normal (n) double30.0outputinputconnectablestorable
Normal of a point on the mesh surface.
normalX (nx) double0.0outputinputconnectablestorable
X coordinate of the normal of a point on the mesh surface.
normalY (ny) double0.0outputinputconnectablestorable
Y coordinate of the normal of a point on the mesh surface.
normalZ (nz) double0.0outputinputconnectablestorable
Z coordinate of the normal of a point on the mesh surface.