Data & Export

OBJ Export Check

What this shows

A rotating mesh supplies geometry to an OBJ export call.

This example needs a Canvas2D-capable browser.

Loading scene…

Loading scene…

Key API excerpt

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


const exporter = new EASEL.OBJExporter();
const exported = exporter.parse(mesh);