fix: Via Láctea ~3.5x mais brilhante — era imperceptível sob scanlines

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015HtPHsTnDcLVSCiF5FGHZj
This commit is contained in:
vini 2026-07-19 10:55:07 -03:00
parent 1c1a854875
commit 54666b0fc2

View file

@ -1309,7 +1309,7 @@ const mwPoints = [];
ra: (Math.atan2(ey, ex) / DEG + 360) % 360,
dec: Math.asin(ez) / DEG,
size: 26 + rand() * 55,
alpha: bright * (0.012 + rand() * 0.03),
alpha: bright * (0.04 + rand() * 0.075),
});
}
})();