
Row-stacks every cloud in a [PointCloud] batch into one combined PointCloud, carrying optional colours and normals through when present; it concatenates only, performing no spatial alignment or deduplication.
Per-frame clouds are gathered by collect into a batch, merged into one dense cloud, and handed to a downstream writer.
Multi-sensor scans are combined for inspection, feeding a 3D viewer that consumes a single cloud.
drop_optional_on_mismatch either drops that field from the output entirely or zero-fills the missing rows so every cloud contributes; zero-fill yields black colours and degenerate normals that break shading.drop_optional_on_mismatch is hot-swappable and takes effect on the next call.Automated release