@shopware-ag/dive
Version:
Shopware Spatial Framework
14 lines (13 loc) • 405 B
TypeScript
import { Object3D } from 'three/webgpu';
import { DIVEScene } from '../../Scene.ts';
export declare class DIVEXRLightRoot extends Object3D {
private _scene;
private _xrLight;
private _lightRoot;
private _warnedUnsupported;
constructor(scene: DIVEScene);
initLightEstimation(): void;
disposeLightEstimation(): void;
private onEstimationStart;
private onEstimationEnd;
}