Files
avz-site/node_modules/camera-controls/dist/utils/notSupportedInOrthographicCamera.d.ts
2026-05-30 19:59:39 -03:00

3 lines
209 B
TypeScript

import * as _THREE from 'three';
export declare function notSupportedInOrthographicCamera(camera: _THREE.OrthographicCamera | _THREE.PerspectiveCamera, message: string): camera is _THREE.OrthographicCamera;