Go to: Attributes.

A base node for polygonal modifier nodes which can be referenced in either local or world space. The worldSpace attribute specifies which reference to use.

This node is abstract

Node nameParentsMFn typeCompatible function sets
polyModifierWorldpolyModifier

Attributes (3)

inputMatrix, manipMatrix, worldSpace

Long name (short name)TypeDefaultFlags
inputMatrix (ix) matrixNULLoutputinputconnectablestorablehidden
Input transformation matrix for world space coords. Default NULL value translates to the identity matrix in normal circumstances.
worldSpace (ws) boolfalseoutputinputconnectablestorable
If true, the inputMatrix attribute is used (world space). If false, the local transformation matrix is used (object space).
manipMatrix (mp) matrixNULLoutputinputconnectablestorablehidden
Input transformation matrix for manipulator position. Default NULL value translates to the identity matrix in normal circumstances.