UNPKG

threepipe

Version:

A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.

15 lines 523 B
import { Group2, IMaterial, IObject3D, IWidget } from '../../core'; export declare class SelectionWidget extends Group2 implements IWidget { isWidget: true; assetType: "widget"; private _object; boundingScaleMultiplier: number; lineMaterial?: IMaterial; protected _updater(): void; constructor(); setVisible(v: boolean): void; attach(object: IObject3D): this; detach(): this; get object(): IObject3D | null; } //# sourceMappingURL=../../src/three/widgets/SelectionWidget.d.ts.map