@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.
15 lines • 566 B
JavaScript
/** Pure barrel — re-exports only side-effect-free modules */
export * from "./axisDragGizmo.js";
export * from "./axisScaleGizmo.js";
export * from "./boundingBoxGizmo.js";
export * from "./gizmo.js";
export * from "./gizmoManager.js";
export * from "./planeRotationGizmo.pure.js";
export * from "./positionGizmo.js";
export * from "./rotationGizmo.js";
export * from "./scaleGizmo.js";
export * from "./lightGizmo.js";
export * from "./cameraGizmo.js";
export * from "./planeDragGizmo.js";
export * from "./spatialAudioGizmo.js";
//# sourceMappingURL=pure.js.map