API (v2.0.0) - Giro3D
    Preparing search index...

    Interface VertexFormatOptions

    interface VertexFormatOptions {
        defaultFormatter: VertexLabelFormatter;
        index: number;
        position: Vector3;
        shape: Shape;
    }
    Index

    Properties

    defaultFormatter: VertexLabelFormatter

    The default formatter for vertices.

    index: number

    The index of the vertex in the order in which they were defined.

    position: Vector3

    The position of the vertex in world space.

    shape: Shape