@shopware-ag/dive
Version:
Shopware Spatial Framework
17 lines (16 loc) • 574 B
TypeScript
import { Object3D } from 'three/webgpu';
import { DIVERoot } from '../../../components/root/Root.ts';
import { DIVEXRLightRoot } from './xrlightroot/XRLightRoot.ts';
import { DIVEScene } from '../Scene.ts';
export declare class DIVEXRRoot extends Object3D {
private _xrLightRoot;
private _xrModelRoot;
private _xrHandNode;
get XRModelRoot(): DIVERoot;
get XRLightRoot(): DIVEXRLightRoot;
get XRHandNode(): Object3D;
private _xrShadowPlane;
constructor(scene: DIVEScene);
initLightEstimation(): void;
disposeLightEstimation(): void;
}