Go to: Related nodes. Attributes.

Node used for mapping array attribute to the color attributes of texture nodes. Typically used by particle objects to invoke color values from the texture node for each particle.

Node nameParentsClassificationMFn typeCompatible function sets
arrayMappernodeutility/generalkArrayMapperkBase
kNamedObject
kDependencyNode
kArrayMapper

Related nodes

deleteComponent, script

Attributes (12)

computeNode, computeNodeColor, computeNodeColorB, computeNodeColorG, computeNodeColorR, maxValue, minValue, outColorPP, outValuePP, time, uCoordPP, vCoordPP

Long name (short name)TypeDefaultFlags
computeNode (cn) Messagen/ainputconnectable
Node used to compute output values.
uCoordPP (upp) doubleArrayemptyoutputinputconnectable
The u component of an array of sample positions.
vCoordPP (vpp) doubleArrayemptyoutputinputconnectable
The v component of an array of sample positions.
minValue (min) double0.0outputinputconnectablestorable
The minimum limit on the output attribute outValuePP.
maxValue (max) double1.0outputinputconnectablestorable
The maximum limit on the output attribute outValuePP.
computeNodeColor (cnc) double3outputinputconnectablehidden
This attribute allows the propogation of any changes to the computeNode's outColor through the arrayMapper and on to the attribute that the arrayMapper is driving.
computeNodeColorR (cncr) double0.0outputinputconnectablehidden
This attribute allows the propogation of any changes to the computeNode's outColor through the arrayMapper and on to the attribute that the arrayMapper is driving.
computeNodeColorG (cncg) double0.0outputinputconnectablehidden
This attribute allows the propogation of any changes to the computeNode's outColor through the arrayMapper and on to the attribute that the arrayMapper is driving.
computeNodeColorB (cncb) double0.0outputinputconnectablehidden
This attribute allows the propogation of any changes to the computeNode's outColor through the arrayMapper and on to the attribute that the arrayMapper is driving.
time (tim) time0filmoutputinputconnectablehidden
This holds the value for time to be queried in seconds.
outColorPP (ocpp) vectorArrayemptyoutputconnectable
The array of output colors for the array of sample positions.
outValuePP (ovpp) doubleArrayemptyoutputconnectable
The array of output values for the array of sample positions.