VertexFormatOptions: {
    defaultFormatter: VertexLabelFormatter;
    index: number;
    position: Vector3;
    shape: entities.Shape;
}

Type declaration

  • 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: entities.Shape