lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
7 lines (6 loc) • 386 B
TypeScript
import { SelectiveBloomEffect } from "postprocessing";
import { Object3D } from "three";
export declare const addSelectiveBloom: (target: Object3D) => void;
export declare const deleteSelectiveBloom: (target: Object3D) => boolean;
declare const getSelectiveBloomEffect: import("@lincode/reactivity").GetGlobalState<SelectiveBloomEffect | undefined>;
export { getSelectiveBloomEffect };