I mean, the most ironic thing is that quite a few parts of the Flat Earth Theory are not compatible even with computer science, yet alone with sciences that deal more closely with the topics. Consider this:
The vanishing point, beyond which no man can see, is created when his perspective lines approach each other at a certain angle smaller than the eye can see. If you increase your height you are changing your perspective lines and thus can see further before all sight is lost to the vanishing point.
Usually it is taught in art schools that the vanishing point is an infinite distance away from the observer, as so:

However, since man cannot perceive infinity due to human limitations, the perspective lines are modified and placed a finite distance away from the observer as so:
The vanishing point acts as the liming point of all vision, as all bodies beyond it are too small and squished into the surface to see with the naked eye.
The same effect is found on a 3D video game which assumes a flat surface. When you increase your altitude you can see farther because you are so much higher than everything else. Your computer's resolution is better able to see something below you than off on the horizon where the pixels are linearly squished.
You guys here realize that's not remotely how 3D rendering works, right? 3D renderers, such as OpenGL, have no concept of perspective lines, yet alone of vanishing points somehow being at a finite distance to the observer.
And it obviously wouldn't provide a realistic effect. If...
The vanishing point, beyond which no man can see, is created when his perspective lines approach each other at a certain angle smaller than the eye can see.
...were true, the horizon would appear
closer to us as we climb, rather than farther. When you climb up a lighthouse, you are farther away from the ship, and thus you see it at a
smaller angle. Computer games generally simply ignore the fact that the distance to the horizon changes with your elevation.
Have you ever even done the simplest 3D graphics without a game engine, if you don't understand this? I have done some, you can see it at the bottom of
this web-page?