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.

10 lines 546 B
export * from "./lensFlareSystemSceneComponent.types.js"; /** * Re-exports pure implementation and applies runtime side effects. * Import lensFlareSystemSceneComponent.pure for tree-shakeable, side-effect-free usage. */ export * from "./lensFlareSystemSceneComponent.pure.js"; import { LensFlareSystem } from "./lensFlareSystem.js"; import { RegisterLensFlareSystemSceneComponent } from "./lensFlareSystemSceneComponent.pure.js"; RegisterLensFlareSystemSceneComponent(LensFlareSystem); //# sourceMappingURL=lensFlareSystemSceneComponent.js.map