From 820f941b4f6f5610d44fa3bc108d8281b7118ca2 Mon Sep 17 00:00:00 2001 From: vini Date: Sun, 19 Jul 2026 13:42:40 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20destaca=20estrelas=20do=20cat=C3=A1logo?= =?UTF-8?q?=20no=20c=C3=A9u=20profundo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/contents/ui/dancer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/contents/ui/dancer.html b/plugin/contents/ui/dancer.html index 84c108d..12c375e 100644 --- a/plugin/contents/ui/dancer.html +++ b/plugin/contents/ui/dancer.html @@ -1436,10 +1436,10 @@ function projectSky() { const aa = altAz(ra, dec, lst); const sc = skyToScreen(aa.alt, aa.az, W, horizonPx); if (!sc) continue; - const a = Math.max(0.33, Math.min(1, 1.15 - 0.15 * mag)) * + const a = Math.max(0.38, Math.min(1, 1.18 - 0.15 * mag)) * extinction(aa.alt) * glareFactor(sc.x, sc.y, W, H, glareOn); if (a < 0.01) continue; - const r = Math.max(0.45, 2.7 - 0.42 * mag); + const r = Math.max(0.52, 2.85 - 0.43 * mag); const c = STAR_PALETTE[ci]; if (mag <= TWINKLE_MAG) { /* fase/freq determinísticas por índice — cintilação estável */