sun light

This commit is contained in:
Benjamin Takats
2022-12-01 23:34:37 +01:00
parent fb87895549
commit db6d4a6ac2

View File

@@ -96,8 +96,8 @@
init() { init() {
this.earth = new Earth(this.$refs.myearth, { this.earth = new Earth(this.$refs.myearth, {
location : {lat: {{ $cities->first()->latitude }}, lng: {{ $cities->first()->longitude }}}, location : {lat: {{ $cities->first()->latitude }}, lng: {{ $cities->first()->longitude }}},
zoom: 1.05, zoom: 2,
light: 'none', light: 'sun',
polarLimit: 0.6, polarLimit: 0.6,
transparent : true, transparent : true,