@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 • 448 B
JavaScript
export * from "./collider.js";
export * from "./collisionCoordinator.js";
export * from "./pickingInfo.js";
export * from "./intersectionInfo.js";
export * from "./meshCollisionData.js";
export * from "./gpuPicker.js";
export * from "../Shaders/picking.fragment.js";
export * from "../Shaders/picking.vertex.js";
export * from "../ShadersWGSL/picking.fragment.js";
export * from "../ShadersWGSL/picking.vertex.js";
//# sourceMappingURL=index.js.map