@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 • 710 B
JavaScript
/** Pure barrel — re-exports only side-effect-free modules */
export * from "./pbrAnisotropicConfiguration.js";
export * from "./pbrBaseMaterial.pure.js";
export * from "./pbrBaseSimpleMaterial.js";
export * from "./pbrBRDFConfiguration.js";
export * from "./pbrClearCoatConfiguration.js";
export * from "./pbrIridescenceConfiguration.js";
export * from "./pbrMaterial.pure.js";
export * from "./openpbrMaterial.pure.js";
export * from "./pbrMetallicRoughnessMaterial.pure.js";
export * from "./pbrSpecularGlossinessMaterial.pure.js";
export * from "./pbrSheenConfiguration.js";
export * from "./pbrSubSurfaceConfiguration.js";
export * from "./pbrMaterial.decalMap.pure.js";
//# sourceMappingURL=pure.js.map