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.

11 lines (10 loc) 378 B
export { PhysicsEngine as PhysicsEngineV2 } from "./physicsEngine"; export * from "./physicsBody"; export * from "./physicsShape"; export * from "./physicsConstraint"; export * from "./physicsMaterial"; export * from "./physicsAggregate"; export * from "./ragdoll"; export * from "./IPhysicsEnginePlugin"; export * from "./characterController"; export * from "./Plugins/index";