alex-moon / vf

VoidFill
MIT License
0 stars 0 forks source link

More asteroids #17

Closed alex-moon closed 1 year ago

alex-moon commented 1 year ago
alex-moon commented 1 year ago

Check these numbers... it should all be scaled down 10,000 times. 1 AU = 1.5e11 meters = 1.5e7 m in game (that's 15 million) sun diameter = 1.4e9 meters = 1.4e5 m in game (that's 140 thousand) distance between asteroids = 1e9 meters = 1e5 m in game (that's 100 thousand)

100,000 is the diagonal of a cube roughly 58,000 on an edge. sqrt(3 * 58k^2) ~= 100k. So the cubes might have to be 50k x 50k x 50k. That is far too large.

alex-moon commented 1 year ago

There is an outstanding bug on this ticket: