@twinfinity/core
    Preparing search index...

    Interface GeometryArrayOffset

    Represent an offset into a Geometry array that indicates the position of a mesh or sub-mesh

    interface GeometryArrayOffset {
        indices: number;
        positions: number;
    }
    Index

    Properties

    Properties

    indices: number
    positions: number