-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible to do an interior-only world? #2
Comments
I think it is mathematically impossible in the same way that a normal sphere world is impossible. It is however possible (and trivial to implement) to use a torus world instead (once again, only in the way the surface behaves). If you are only interested in what it looks like, I have just made a proof-of-concept on the Now a hollow-earth style approch has the disadvantage that you cannot just hide the inevitable distortion beyond the horizon, so playing the game just makes you really sea-sick. If you still want to try it out, I recommend you to use a larger planet_radius setting. Some screenshots: Tiny
|
Interesting, thanks for setting that up. That's more or less what I had hoped was possible. Very cool. Since it's actually a flat space warped outward instead of inward (right?) then digging down from a position will no longer take you to the other side (right?). I suppose that means you will eventually see "space" out the "bottom"? Also, the visual stretching is a function of the world "radius", I assume, so making the world bigger should alleviate the eye strain associated with small radius worlds? |
I bet a distance haze could also help out to avoid seeing so much warping |
For this proof-of-concept, I haven't changed any of the game machanics, so it still behaves like the outward-warped world. But making it so that digging down will end up with getting lost in space and flying up will get you to the other side is possible. However, since a hollow world doesn't make any sense in reality, I doubt there is a logic way to write game physics. And I don't think the hollow world conspiracy people have produced any consistent gravity description for their model 😏 , so I don't even know how to make gravity behave. I'd guess it's best to keep it the way it currently is. |
Well it's most interesting as a game mechanic, so it doesn't "have" to make sense irl if it feels okay in game. Digging down to space would be a cool adjustment for this branch whenever you get around to it. It's a neat experiment. |
hi i am thinking if that work than no light because its cover whole:) than the sky dont work:( |
Lookin' a bit like De Sitter Farms from Hyperbolica. |
I'm thinking a hollow-earth style world. It's unclear from your videos if this would be possible.
The text was updated successfully, but these errors were encountered: