Skip to content

Commit

Permalink
Exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsturges committed Nov 24, 2024
1 parent cfd3acd commit 6e129aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ export { EllipticLeafGeometry } from "./geometry/leafs/EllipticLeafGeometry";
export { FlameGeometry } from "./geometry/lighting/FlameGeometry";
export { CandleGeometry } from "./geometry/lighting/CandleGeometry";

// Primitives
export { ParallelogramBoxGeometry } from "./geometry/primitives/ParallelogramBoxGeometry";

// Rocks
export { MossyRocksGeometry } from "./geometry/rocks/MossyRocksGeometry";
export { RockGeometry } from "./geometry/rocks/RockGeometry";
Expand Down

0 comments on commit 6e129aa

Please sign in to comment.