js-sky-sim icon indicating copy to clipboard operation
js-sky-sim copied to clipboard

Accurate realtime sky color simulation in Javascript

Results 1 js-sky-sim issues
Sort by recently updated
recently updated
newest added

I believe you forgot to multiply the timezone by 15 before converting it to radian. Line 164 in sky-sim.html: `var time_zone_meridian = deg2rad(parseFloat($('#tz_sm').val()));` There were also some unused variables in...