mylingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
8 lines (7 loc) • 355 B
TypeScript
import { Object3D } from "three";
import { OutlinePass } from "three/examples/jsm/postprocessing/OutlinePass";
export declare const outlinePtr: boolean[];
export declare const addOutline: (target: Object3D) => void;
export declare const deleteOutline: (target: Object3D) => void;
declare const outlinePass: OutlinePass;
export default outlinePass;