UNPKG

mylingo3d

Version:

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

4 lines (2 loc) 118 B
import { fpsRatio } from "../../engine/eventLoop" export default (alpha: number) => Math.min(alpha * fpsRatio[0], 1)