UNPKG

lingo3d

Version:

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

5 lines 323 B
import { pointLightDefaults, pointLightSchema } from "./IPointLight"; import { extendDefaults } from "./utils/Defaults"; export const pooledPointLightSchema = { ...pointLightSchema }; export const pooledPointLightDefaults = extendDefaults([pointLightDefaults], { fade: true }); //# sourceMappingURL=IPooledPointLight.js.map