Assets
Product Model Viewer
What this shows
Frame the canonical Khronos Box glTF asset with fixed camera lighting.
Loading scene…Key API excerpt
Key API excerpt
import * as EASEL from "@xsyetopz/easel";
const result = new EASEL.GLTFLoader().parse(document);
scene.add(result.scene);