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.

13 lines 701 B
export * from "./shadowGenerator.js"; export * from "./cascadedShadowGenerator.js"; export * from "./shadowGeneratorSceneComponent.js"; // Blur postprocess export * from "../../ShadersWGSL/shadowMap.fragment.js"; export * from "../../ShadersWGSL/shadowMap.vertex.js"; export * from "../../ShadersWGSL/depthBoxBlur.fragment.js"; export * from "../../ShadersWGSL/ShadersInclude/shadowMapFragmentSoftTransparentShadow.js"; export * from "../../Shaders/shadowMap.fragment.js"; export * from "../../Shaders/shadowMap.vertex.js"; export * from "../../Shaders/depthBoxBlur.fragment.js"; export * from "../../Shaders/ShadersInclude/shadowMapFragmentSoftTransparentShadow.js"; //# sourceMappingURL=index.js.map