UNPKG

lingo3d

Version:

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

5 lines (4 loc) 258 B
import { Blending as ThreeBlending } from "three"; import { Blending } from "../../interface/ITexturedStandard"; export declare const castBlending: (blending: Blending) => ThreeBlending; export declare const castBackBlending: (blending: number) => Blending;