Skip to content

Point Clouds

A Point Cloud object renders a surface or volume as a field of individual 3D points. The position, colour, and size of each point is determined by the cloud’s Input Mode and Render Mode, with optional displacement applied via the Point Cloud Displacement card.

  1. Add a 3D track
  2. In the Inspector, click Insert 3D Object → choose Point Cloud
  3. A default point cloud appears in the scene

Each point cloud has an Input Mode that determines where its point positions and colours come from:

ModeDescription
PLY FileLoad one or more .ply point-cloud files via a playlist
TextureSample a live track texture for XYZ positions (mapped via channel pickers)
SolidGenerate a uniform grid of points (no external file)
TextRender text as a cloud of points

The Mode selector controls how each point is drawn:

ModeDescription
PointsClassic pixel points with a Size slider
CubesVolumetric cube sprites
SpheresRaymarched sphere sprites
SurfaceTriangulated mesh surface
Scan LinesHorizontal or vertical scan-line slices

Each point cloud has a Material section and optional post-processing:

  • Color — base tint applied to all points
  • Pixel Mix — blend between the material colour and the source pixel/vertex colour
  • HSV Colorizer — spatially remap hue, saturation, and value across the cloud
  • Lens Effects — per-cloud depth of field with Focal Distance and Aperture sliders

For PLY-based clouds, point count is set by the file. Use the Resolution downsample option (Full, 1/2, 1/4, 1/8) in the PLY DATA section to reduce draw count. For Solid mode, the Grid size directly controls point count. The GPU can handle millions of points at 60 fps on modern Mac hardware with Metal.