UNPKG

lingo3d

Version:

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

7 lines 317 B
import { extendDefaults } from "./utils/Defaults"; import { pointLightBaseDefaults, pointLightBaseSchema } from "./IPointLightBase"; export const pointLightSchema = { ...pointLightBaseSchema }; export const pointLightDefaults = extendDefaults([pointLightBaseDefaults], {}); //# sourceMappingURL=IPointLight.js.map