Skip to content

Commit

Permalink
Export Gizmo constants correctly (#6000)
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Jan 26, 2024
1 parent 4af3937 commit dc499b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions extras/gizmo/gizmo.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ class Gizmo extends EventHandler {
/**
* The gizmo coordinate space. Can be:
*
* {@link GIZMO_LOCAL}
* {@link GIZMO_WORLD}
* - {@link GIZMO_LOCAL}
* - {@link GIZMO_WORLD}
*
* Defaults to {@link GIZMO_WORLD}.
*
Expand Down
2 changes: 1 addition & 1 deletion extras/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export { RenderPassBloom } from './render-passes/render-pass-bloom.js';
export { RenderPassTAA } from './render-passes/render-pass-taa.js';

// gizmo
export { Gizmo } from "./gizmo/gizmo.js";
export { Gizmo, GIZMO_LOCAL, GIZMO_WORLD } from "./gizmo/gizmo.js";
export { TransformGizmo } from "./gizmo/transform-gizmo.js";
export { TranslateGizmo } from "./gizmo/translate-gizmo.js";
export { RotateGizmo } from "./gizmo/rotate-gizmo.js";
Expand Down

0 comments on commit dc499b7

Please sign in to comment.