3D Matrix Array to 3D Points

This module transforms panel-matrix array out into an array of 3D points according the position of hilited matrix cells.

Each 3D point is calculated as follow:

  • X : horizontal position of the cell scaled in the range [0..1]. (0=left, 1= right)
  • Y : vertical position of the cell scaled in the range [0..1]. (0=top, 1= bottom)
  • Z : value of the cell in the range [0..1]

Settings

matrix array

Input coming from a panel-matrix module.

3D array out

Transformed array of XYZ points.

num of cols

Number of columns of the input panel-matrix.

num of lines

Number of lines of the input panel-matrix.

ignore Z

If this option is ON then Z value are filled with 0.5 and otherwise by the value of the panel-matrix cells.

See also

version 6.0.240115

Edit All Pages