PointsCube Op

PointsCube

Generates a 3d point field with controllable amount of xyz points (was PointsField3d)


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.


Full Name
  • Ops.Array.PointArray.PointsCube
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


Example Patch PointsField3d - example file

Link to the tutorial video : https://youtu.be/tVphEMCXDb4

Open In Editor

Youtube Video Tutorial

INPUT PORTS


num x (Number: integer)

Amount of points generated on the X axis

num y (Number: integer)

Amount of points generated on the Y axis

num z (Number: integer)

Amount of points generated on the Z axis

mul (Number)

Default 1. Amount of space between each point

center (Number: boolean)

If true the origin is the center, otherwise its from the starting corner

OUTPUT PORTS


Array out (Array)

The pointfield out. XYZ array

Total points (Number)

Total amount of xyz points

Array length (Number)

Changelog

Patches using PointsCube

  • Examples
  • Public
  • My Patches