UNPKG

lingo3d

Version:

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

10 lines 367 B
import createInternalSystem from "../utils/createInternalSystem"; export const configCameraSystem = createInternalSystem("configCameraSystem", { effect: (self) => { const { $camera } = self; $camera.fov = self.fov; $camera.zoom = self.zoom; $camera.updateProjectionMatrix(); } }); //# sourceMappingURL=configCameraSystem.js.map