UNPKG

mylingo3d

Version:

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

11 lines 289 B
import { lightBaseDefaults, lightBaseSchema } from "./ILightBase"; export const areaLightSchema = { ...lightBaseSchema }; export const areaLightDefaults = { ...lightBaseDefaults, depth: 0, scaleZ: 0, castShadow: false }; //# sourceMappingURL=IAreaLight.js.map