Assets
Print Model Review
What this shows
Check the surface and slot of a triangulated STL disk before slicing.
Loading scene…Key API excerpt
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);