@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 • 497 B
JavaScript
/* eslint-disable import/no-internal-modules */
export * from "./v1/index.js";
export * from "./v2/index.js";
export * from "./physicsEngineComponent.js";
export * from "./v1/physicsEngineComponent.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";
//# sourceMappingURL=index.js.map