Assets

XYZ Point Cloud Review

What this shows

Review a 201-sample helix stored as plain XYZ measurements.

This example needs a Canvas2D-capable browser.

Loading scene…

Loading scene…

Key API excerpt

import * as EASEL from "@xsyetopz/easel";

const geometry = new EASEL.XYZLoader().parse(xyzText);
geometry.center();
const points = new EASEL.Points(geometry, pointsMaterial);