UNPKG

mylingo3d

Version:

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

8 lines 216 B
import { eventLoopDefaults, eventLoopSchema } from "./IEventLoop"; export const skySchema = { ...eventLoopSchema }; export const skyDefaults = { ...eventLoopDefaults }; //# sourceMappingURL=ISky.js.map