Skip to content

Commit

Permalink
feat(Sky): change azimuth default
Browse files Browse the repository at this point in the history
  • Loading branch information
andretchen0 committed Sep 15, 2023
1 parent 323fc82 commit 12b7c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/staging/Sky.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const props = withDefaults(defineProps<SkyProps>(), {
mieCoefficient: 0.005,
mieDirectionalG: 0.7,
elevation: 0.6,
azimuth: 0,
azimuth: 180,
distance: 450000,
})
Expand Down

0 comments on commit 12b7c38

Please sign in to comment.