UNPKG

@babylonjs/core

Version:

Getting started? Play directly with the Babylon.js API using our [playground](https://playground.babylonjs.com/). It also contains a lot of samples to learn how to use it.

16 lines 648 B
/** Pure barrel — re-exports only side-effect-free modules */ /* eslint-disable @typescript-eslint/no-restricted-imports */ export * from "./light.js"; export * from "./shadowLight.js"; export * from "./Shadows/pure.js"; export * from "./directionalLight.pure.js"; export * from "./hemisphericLight.pure.js"; export * from "./pointLight.pure.js"; export * from "./spotLight.pure.js"; export * from "./areaLight.pure.js"; export * from "./rectAreaLight.pure.js"; export * from "./Clustered/pure.js"; export * from "./IES/iesLoader.js"; export * from "./lightConstants.js"; export * from "./lightingVolume.pure.js"; //# sourceMappingURL=pure.js.map