Repository URL to install this package:
|
Version:
1.1.8 ▾
|
import type * as THREE from 'three';
export declare type MatterportLightComponentOptions = {
enabled?: boolean;
color?: THREE.Color;
intensity?: number;
position?: THREE.Vector3;
target?: THREE.Vector3;
debug?: boolean;
};
export declare type MatterportObjectLoaderComponentOptions = {
url: string;
visible: boolean;
localScale: THREE.Vector3;
};