web-ifc-viewer
Version:
10 lines (9 loc) • 433 B
TypeScript
import * as THREE from 'three';
import { Mesh } from 'three';
export declare function RightToLeftHand(vector: THREE.Vector3): THREE.Vector3;
export declare function stringToAxes(axesString: string): {
negative: boolean;
name: string;
}[] | null;
export declare function disposeMeshRecursively(mesh: Mesh): void;
export declare function getBasisTransform(from: string, to: string, targetMatrix: THREE.Matrix4): void;