Skip to content

Commit

Permalink
Exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsturges committed Nov 2, 2024
1 parent 782d87e commit 52ac5af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export { Star } from "./models/shapes/Star";
// Shaders
//------------------------------

export { daySkyShader } from "./shaders/daySkyShader";
export { fadeShader } from "./shaders/fadeShader";

//------------------------------
Expand All @@ -100,6 +101,7 @@ export { StarShape } from "./shapes/StarShape";
// Skybox
//------------------------------

export { DaySkybox } from "./skybox/DaySkybox";
export { TwilightSkybox } from "./skybox/TwilightSkybox.js";

//------------------------------
Expand Down

0 comments on commit 52ac5af

Please sign in to comment.