UNPKG

mylingo3d

Version:

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

3 lines 149 B
import { fpsRatio } from "../../engine/eventLoop"; export default (alpha) => Math.min(alpha * fpsRatio[0], 1); //# sourceMappingURL=fpsAlpha.js.map