webani - v1.0.0
    Preparing search index...

    Options for creating a connecting line between two 3D points.

    type ConnectingLineComponentOptions = {
        end: Vector3;
        material?: WebaniMaterialOptions;
        start: Vector3;
        thickness?: number;
    }
    Index

    Properties

    end: Vector3

    Ending point of the line in 3D space.

    Optional material for line styling.

    start: Vector3

    Starting point of the line in 3D space.

    thickness?: number

    Optional thickness of the line. Default is 5.