Skip to content

Commit

Permalink
i'm about to give up
Browse files Browse the repository at this point in the history
  • Loading branch information
wellcaffeinated committed Apr 3, 2024
1 parent dc5a589 commit 229920a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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.6"
VITE_LAB_VERSION="1.0.7"
5 changes: 1 addition & 4 deletions src/entities/Sky.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,9 @@
{:else}
<T.Mesh
visible={$skyVisible}
scale.x={1e7}
scale.y={1e7}
scale.z={1e7}
renderOrder={2}
>
<T.IcosahedronGeometry args={[1, 32]} />
<T.IcosahedronGeometry args={[1e11, 32]} />
<T is={Sky.shader} />
</T.Mesh>
{/if}

0 comments on commit 229920a

Please sign in to comment.