UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

5 lines (4 loc) 378 B
import { PerspectiveCamera } from "three"; export declare const setCameraStack: import("@lincode/reactivity").SetGlobalState<PerspectiveCamera[]>, getCameraStack: import("@lincode/reactivity").GetGlobalState<PerspectiveCamera[]>; export declare const pushCameraStack: (val: PerspectiveCamera) => void; export declare const pullCameraStack: (val: PerspectiveCamera) => void;