PointsCube Op
Generates a 3d point field with controllable amount of xyz points (was PointsField3d)
Summary (oneliner)
<p>Generates a 3d point field. Use the xyz parameters to define how points are created. All num parameters must have at least a setting of 1 for this op to work.</p>
- Ops.Array.PointArray.PointsCube
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch PointsField3d - example file
Link to the tutorial video : https://youtu.be/tVphEMCXDb4
Youtube Video Tutorial
INPUT PORTS
<i>integer</i>
)<p>Amount of points generated on the X axis</p>
<i>integer</i>
)<p>Amount of points generated on the Y axis</p>
<i>integer</i>
)<p>Amount of points generated on the Z axis</p>
<p>Default 1. Amount of space between each point</p>
<i>boolean</i>
)<p>If true the origin is the center, otherwise its from the starting corner</p>
OUTPUT PORTS
<p>The pointfield out. XYZ array</p>
<p>Total amount of xyz points</p>