UNPKG

mylingo3d

Version:

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

7 lines (6 loc) 264 B
import { Object3D } from "three"; export declare const bloomPtr: boolean[]; export declare const addBloom: (target: Object3D) => void; export declare const deleteBloom: (target: Object3D) => void; declare const _default: () => void; export default _default;