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 588 B
/** Pure barrel — re-exports only side-effect-free modules */ /* eslint-disable @typescript-eslint/no-restricted-imports */ export * from "./v1/pure.js"; export * from "./v2/pure.js"; export * from "./v1/physicsEngineComponent.pure.js"; export * from "./physicsHelper.js"; export * from "./physicsRaycastResult.js"; export * from "./proximityCastResult.js"; export * from "./physicsPointProximityQuery.js"; export * from "./physicsShapeProximityCastQuery.js"; export * from "./shapeCastResult.js"; export * from "./joinedPhysicsEngineComponent.pure.js"; //# sourceMappingURL=pure.js.map