summit/frontend/node_modules/camera-controls/dist/utils/notSupportedInOrthographicC...

3 lines
209 B
TypeScript
Raw Normal View History

2025-12-08 16:31:30 +00:00
import * as _THREE from 'three';
export declare function notSupportedInOrthographicCamera(camera: _THREE.OrthographicCamera | _THREE.PerspectiveCamera, message: string): camera is _THREE.OrthographicCamera;