Data & Export
glTF Normal Check
What this shows
Two lit planes supply normalized normals to a glTF export call.
Loading scene…Key API excerpt
Key API excerpt
import * as EASEL from "@xsyetopz/easel";
const exporter = new EASEL.GLTFExporter();
const exported = exporter.parse(scene, { normalizeNormals: true });