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:
parent
1c1a854875
commit
54666b0fc2
1 changed files with 1 additions and 1 deletions
|
|
@ -1309,7 +1309,7 @@ const mwPoints = [];
|
||||||
ra: (Math.atan2(ey, ex) / DEG + 360) % 360,
|
ra: (Math.atan2(ey, ex) / DEG + 360) % 360,
|
||||||
dec: Math.asin(ez) / DEG,
|
dec: Math.asin(ez) / DEG,
|
||||||
size: 26 + rand() * 55,
|
size: 26 + rand() * 55,
|
||||||
alpha: bright * (0.012 + rand() * 0.03),
|
alpha: bright * (0.04 + rand() * 0.075),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue