brepjs API Reference
    Preparing search index...

    Interface InstancedMesh

    interface InstancedMesh {
        geometry: ShapeMesh;
        instances: readonly Matrix4x4[];
    }
    Index

    Properties

    Properties

    geometry: ShapeMesh

    The source shape meshed ONCE.

    instances: readonly Matrix4x4[]

    Per-instance transforms — feed to e.g. three.js InstancedMesh.