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