Skip to content

Commit

Permalink
weird try
Browse files Browse the repository at this point in the history
  • Loading branch information
wellcaffeinated committed Apr 3, 2024
1 parent 98b149a commit dc5a589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ VITE_LAB_NAME="Eclipse Explorer"
VITE_LAB_DESCRIPTION="Explore beautiful solar eclipses from other planets!"
VITE_KEYWORDS="Eclipse Simulation, Solar Eclipse"
VITE_GA_ID="G-CTMLHV8EPZ"
VITE_LAB_VERSION="1.0.5"
VITE_LAB_VERSION="1.0.6"
6 changes: 3 additions & 3 deletions src/entities/Sky.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@
{:else}
<T.Mesh
visible={$skyVisible}
scale.x={1e9}
scale.y={1e9}
scale.z={1e9}
scale.x={1e7}
scale.y={1e7}
scale.z={1e7}
renderOrder={2}
>
<T.IcosahedronGeometry args={[1, 32]} />
Expand Down

0 comments on commit dc5a589

Please sign in to comment.