@allincart-ag/dive
Version:
Allincart Spatial Framework
10 lines (9 loc) • 297 B
TypeScript
import { Object3D } from 'three';
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;