UNPKG

mylingo3d

Version:

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

10 lines 281 B
import { eventLoopDefaults, eventLoopSchema } from "./IEventLoop"; export const skyboxSchema = { ...eventLoopSchema, texture: [String, Array] }; export const skyboxDefaults = { ...eventLoopDefaults, texture: undefined }; //# sourceMappingURL=ISkybox.js.map