Skip to content

Commit

Permalink
Merge pull request #1451 from xeokit/make-pickresult-public
Browse files Browse the repository at this point in the history
Make PickResult public part of API #1314
  • Loading branch information
xeolabs authored Apr 20, 2024
2 parents 1cd79b2 + 1d0e391 commit b2d9100
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/viewer/scene/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ export * from "./utils/index.js";
export * from "./Component.js";
export * from "./utils.js";
export * from "./stats.js";
export * from "./constants/constants.js";
export * from "./constants/constants.js";
export * from "./webgl/PickResult.js";

0 comments on commit b2d9100

Please sign in to comment.