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 (15 loc) 636 B
/** * Re-exports pure implementation and applies runtime side effects. * Import babylonFileLoader.pure for tree-shakeable, side-effect-free usage. */ export * from "./babylonFileLoader.pure.js"; import "../../Cameras/universalCamera.js"; import "../../Cameras/arcRotateCamera.js"; import "../../Lights/hemisphericLight.js"; import "../../Lights/pointLight.js"; import "../../Lights/directionalLight.js"; import "../../Lights/spotLight.js"; import "../../Materials/standardMaterial.js"; import "../../Materials/PBR/pbrMaterial.js"; import "../../Materials/Background/backgroundMaterial.js"; import "../../Materials/multiMaterial.js";