beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

ArrayUnpack4 Op



ArrayUnpack4

Splits a xyzw array into 4 individual arrays


An array of xyzw is split into 4 individual arrays.



Inputs

Array in xyzw (Array)

Array in xyzw

Outputs

Array 1 out (Array)

array x out

Array 2 out (Array)

array y out

Array 3 out (Array)

array z out

Array 4 out (Array)

array w out

Array lengths (Number)
Caught a mistake or want to contribute to the documentation?

Edit Documentation 

field / array unpack4 example


Changelog


Ops.Array.ArrayUnpack4x renamed to Ops.Array.ArrayUnpack4
2019-06-21 - pandur
now reports an error if array length is not divisible by 4
2019-08-05 - andro

Patches using ArrayUnpack4

  • Examples
  • My Patches
  • Public