Assets
XYZ Point Cloud Review
What this shows
Review a 201-sample helix stored as plain XYZ measurements.
Loading scene…Key API excerpt
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);