@shopware-ag/dive
Version:
Shopware Spatial Framework
10 lines (9 loc) • 304 B
TypeScript
import { Object3D } from 'three/webgpu';
import { DIVEScene } from '../../engine/scene/Scene.ts';
/**
* Find the scene object of an object.
*
* @param object - The object to find the scene of.
* @returns The scene object.
*/
export declare const findSceneRecursive: (object: Object3D) => DIVEScene;