@inweb/viewer-three
Version:
JavaScript library for rendering CAD and BIM files in a browser using Three.js
7 lines (6 loc) • 393 B
TypeScript
import { LineSegmentsGeometry } from "three/examples/jsm/lines/LineSegmentsGeometry.js";
export declare class HighlighterUtils {
static isBreak(positions: Float32Array, i: number): boolean;
static fromIndexedLine(positions: Float32Array, indices: number[]): LineSegmentsGeometry;
static fromNonIndexedLine(positions: Float32Array, isLineSegments: boolean): LineSegmentsGeometry;
}