@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.
12 lines (11 loc) • 494 B
TypeScript
/** Pure barrel — re-exports only side-effect-free modules */
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";