3D

Voxel Regrouping

Loading…
Scene9s typicallandscape · portrait · square

Overview

Stable colored voxels move from one interleaved volume into distinct populations.

Build

  1. 01

    Give every unit a persistent color and identity.

  2. 02

    Move the same voxels into separate spatial populations.

  3. 03

    Hold the grouped volumes so their proportions can be compared, then return.

Example source React / TSX

examples/voxel-regrouping.tsx · Uses the catalog’s shared composition helpers.

Loading source…