Assets
Instanced Asset Review
What this shows
Review 125 transforms from the Khronos Simple Instancing asset.
Loading scene…Key API excerpt
Key API excerpt
import * as EASEL from "@xsyetopz/easel";
const result = new EASEL.GLTFLoader().parse(document, {
buffers: [arrayBuffer],
materialType: "lambert",
});
scene.add(result.scene);