Assets

Print Model Review

What this shows

Check the surface and slot of a triangulated STL disk before slicing.

This example needs a Canvas2D-capable browser.

Loading scene…

Loading scene…

Key API excerpt

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

const geometry = new EASEL.STLLoader().parse(stlText);
geometry.center();
const mesh = new EASEL.Mesh(geometry, material);