A newer version of Max is available. Click here to access the latest version of this document.

jit.gencoord

Evaluates a procedural basis function graph

Description

The jit.gencoord object generates spatial coordinates across a grid. The output matrix will contain coordinate dimensional values in each plane (eg. RGB == XYZ)

Matrix Operator

matrix inputs:1, matrix outputs:1
Name IOProc Planelink Typelink Dimlink Plane Dim Type
out n/a 1 1 1 1 1 char long float32 float64

Information for Jitter Matrix Operator (MOP) messages and attributes to this object

Attributes

Name Type g/s Description
offset float The dimensional offsets to use for generating the spatial grid coordinates (only valid when an input matrix is not attached). (default = 0)
scale float The dimensional scale factors to use for generating the spatial grid coordinates (only valid when an input matrix is not attached). (default = 0)

Information for box attributes common to all objects

Examples

See Also

Name Description
jit.matrix The Jitter Matrix!
jit.bfg Evaluates a procedural basis function graph
Tutorial 39: Spatial Mapping Tutorial 39: Spatial Mapping