UNPKG

@tresjs/cientos

Version:

Collection of useful helpers and fully functional, ready-made abstractions for Tres

4 lines (3 loc) 257 B
import { Camera, OrthographicCamera, PerspectiveCamera } from 'three'; export declare const isPerspectiveCamera: (camera?: Camera) => camera is PerspectiveCamera; export declare const isOrthographicCamera: (camera?: Camera) => camera is OrthographicCamera;