Skip to content

Commit

Permalink
Add buildPolylineGeometry export
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Feb 27, 2024
1 parent eaca495 commit b0a03a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/viewer/scene/geometry/builders/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export * from "./buildGridGeometry.js";
export * from "./buildPlaneGeometry.js";
export * from "./buildSphereGeometry.js";
export * from "./buildTorusGeometry.js";
export * from "./buildVectorTextGeometry.js";
export * from "./buildVectorTextGeometry.js";
export * from "./buildPolylineGeometry.js";

0 comments on commit b0a03a6

Please sign in to comment.