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.

15 lines (14 loc) 554 B
/** Pure barrel — re-exports only side-effect-free modules */ 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";