Assets

Instanced Asset Review

What this shows

Review 125 transforms from the Khronos Simple Instancing asset.

This example needs a Canvas2D-capable browser.

Loading scene…

Loading scene…

Key API excerpt

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


const result = new EASEL.GLTFLoader().parse(document, {
  buffers: [arrayBuffer],
  materialType: "lambert",
});

scene.add(result.scene);