@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 • 641 B
JavaScript
/** Pure barrel — re-exports only side-effect-free modules */
export * from "./webXRAbstractMotionController.js";
export * from "./webXRControllerComponent.js";
export * from "./webXRGenericHandController.pure.js";
export * from "./webXRGenericMotionController.js";
export * from "./webXRMicrosoftMixedRealityController.pure.js";
export * from "./webXRMotionControllerManager.pure.js";
export * from "./webXROculusTouchMotionController.pure.js";
export * from "./webXROculusHandController.pure.js";
export * from "./webXRHTCViveMotionController.pure.js";
export * from "./webXRProfiledMotionController.js";
//# sourceMappingURL=pure.js.map