Go to: Related nodes. Attributes.

This node is grouping all the polygonal projection nodes in a single one. It is used only for UI interaction, by the projection manipulator, that connects to this node for all the projection types (instead of connecting to different nodes for the differnt projections).

Node name Parents MFn type Compatible function sets
polyProj polyModifierWorld kPolyProj kBase
kNamedObject
kDependencyNode
kMidModifier
kPolyProj

Related nodes

polyBevel, polyPlanarProj, polyQuad, polySoftEdge, polySubdEdge, polyMoveVertex, polyMoveEdge, polyExtrudeEdge, polyMoveFace, polyChipOff, polyExtrudeFace, polySewEdge, polySphProj, polyCylProj, polyMergeVert

Attributes (21)

imageCenter, imageCenterX, imageCenterY, imageScale, imageScaleU, imageScaleV, projType, projectionCenter, projectionCenterX, projectionCenterY, projectionCenterZ, projectionScale, projectionScaleU, projectionScaleV, radius, rotate, rotateX, rotateY, rotateZ, rotationAngle, worldInverseMatrix

Long name (short name) Type Default Flags
projType (t) short 1 outputinputconnectablestorablekeyable
The switch to select the projection type (geometry). 1=planar, 2=spherical, 3=cylindrical.
worldInverseMatrix (wim) matrix identity outputinputconnectablestorablehidden
The inverse world matrix, to transform from world to the given DAG object space.
projectionCenter (pc) double3 0.0, 0.0, 0.0 outputinputconnectablestorablekeyable
The origin point from which the map is projected.
projectionCenterX (pcx) distance (double) 0.0cm outputinputconnectablestorablekeyable
Projection center X coord.
projectionCenterY (pcy) distance (double) 0.0cm outputinputconnectablestorablekeyable
Projection center Y coord.
projectionCenterZ (pcz) distance (double) 0.0cm outputinputconnectablestorablekeyable
Projection center Z coord.
imageCenter (ic) double2 0.5, 0.5 outputinputconnectablestorablekeyable
The center point of the 2D model layout.
imageCenterX (icx) distance (double) 0.0cm outputinputconnectablestorablekeyable
Image center X coord.
imageCenterY (icy) distance (double) 0.0cm outputinputconnectablestorablekeyable
Image center Y coord.
rotate (ro) double3 0.0, 0.0, 0.0 outputinputconnectablestorablekeyable
The mapping rotate angles.
rotateX (rx) angle (double) 0.0deg outputinputconnectablestorablekeyable
X mapping rotate angle.
rotateY (ry) angle (double) 0.0deg outputinputconnectablestorablekeyable
Y mapping rotate angle.
rotateZ (rz) angle (double) 0.0deg outputinputconnectablestorablekeyable
Z mapping rotate angle.
projectionScale (ps) double2 180.0, 1.0 outputinputconnectablestorablekeyable
The width and the height of the map relative to the 3D projection axis.
projectionScaleU (psu) distance (double) 0.0cm outputinputconnectablestorablekeyable
The width of the map relative to the 3D projection axis.
projectionScaleV (psv) distance (double) 0.0cm outputinputconnectablestorablekeyable
The height of the map relative to the 3D projection axis.
imageScale (is) double2 1.0, 1.0 outputinputconnectablestorablekeyable
Specifies the UV scale : Enlarges or reduces the 2D version of the model in U or V space relative to the 2D centerpoint.
imageScaleU (isu) distance (double) 0.0cm outputinputconnectablestorablekeyable
Specifies the UV scale : Enlarges or reduces the 2D version of the model in U or V space relative to the 2D centerpoint.
imageScaleV (isv) distance (double) 0.0cm outputinputconnectablestorablekeyable
The V scale : Enlarges or reduces the 2D version of the model in V space relative to the 2D centerpoint.
radius (r) distance (double) 10.0cm outputinputconnectablestorablekeyable
Used by the UI : Manipulator.
rotationAngle (ra) angle (double) 0.0deg outputinputconnectablestorablekeyable
The for the rotation. When the angle is positive, then the map rotates counterclockwise on the mapped model, whereas when it is negative then the map rotates lockwise on the mapped model.