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