UNPKG

mylingo3d

Version:

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

11 lines 310 B
import { lightBaseDefaults, lightBaseSchema } from "./ILightBase"; export const skyLightSchema = { ...lightBaseSchema, groundColor: String }; export const skyLightDefaults = { ...lightBaseDefaults, groundColor: "#ffffff", castShadow: false }; //# sourceMappingURL=ISkyLight.js.map