this post was submitted on 10 Feb 2024
32 points (88.1% liked)
math
829 readers
1 users here now
General community for all things mathematics on @lemmy.world
Submit link and text posts about anything at all related to mathematics.
Questions about mathematical topics are allowed, but NO HOMEWORK HELP. Communities for general math and homework help should be firmly delineated just as they were on reddit.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Okay after posting I realized what I was looking at. My initial assessment was correct. In a truly infinite grid, we would never seen the background (the blue/white). What we’re seeing here is influenced by the render distance. You continue to see the same shape when you move around because this program is only displaying so many cubes in any direction when you move. I strongly suspect you’d get similar but different outlines if you changed the render distance. It’s a partitioning of the visual space using a coordinate display.
That might be the case with the diagonal lines, but for the horizontal one there just truly aren't any blocks, since the player is in between to layers
That’s still rendering distance and visual perception. We see a large gap because the rendering distance is relatively low. If the rendering distance extends to infinity, our ability to see the gap disappears even though there is still a gap. We’re basically looking at a one point perspective. The way we represent that, both on paper or digitally, is have parallel lines meet at infinity in a single point.