TConnectionPathOptions: Omit<TAddPathOptions, "__EXPERIMENTAL_BILLBOARDING"> & {
    __EXPERIMENTAL_BILLBOARDING?: boolean | number;
    __EXPERIMENTAL_JUNCTION_INSET?: number;
}

Options specific to connection paths (vertical paths between floors). Extends TAddPathOptions but with enhanced billboarding that supports angle-threshold activation.

Type declaration

  • Optional Experimental__EXPERIMENTAL_BILLBOARDING?: boolean | number

    Controls billboarding for connection path geometry.

    • boolean: Enable/disable billboarding directly
    • number: Angle threshold in degrees (0-90). Billboard when path angle from horizontal >= threshold. For example, 80 means billboard only when path is >=80 degrees from horizontal (nearly vertical).
    false
    
  • Optional Experimental__EXPERIMENTAL_JUNCTION_INSET?: number

    Amount in meters to shorten connection path from each end. Prevents visual overlap with floor paths at junctions.

    Note: May not work consistently for vertical paths.

    0