UNPKG

mylingo3d

Version:

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

4 lines 189 B
import { PerspectiveCamera } from "three"; import { FAR, NEAR } from "../globals"; export default new PerspectiveCamera(75, 1, NEAR, FAR); //# sourceMappingURL=interpolationCamera.js.map