Data & Export
PLY Export Check
What this shows
A rotating mesh supplies geometry to a PLY export call.
Loading scene…Key API excerpt
Key API excerpt
import * as EASEL from "@xsyetopz/easel";
const exporter = new EASEL.PLYExporter();
const exported = exporter.parse(mesh);