UNPKG

lingo3d

Version:

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

7 lines (6 loc) 344 B
import { OutlineEffect } from "postprocessing"; import { Object3D } from "three"; declare const getOutlineEffect: import("@lincode/reactivity").GetGlobalState<OutlineEffect | undefined>; export { getOutlineEffect }; export declare const addOutline: (target: Object3D) => void; export declare const deleteOutline: (target: Object3D) => boolean;