←back to thread

Making Minecraft Spherical

(www.bowerbyte.com)
899 points iamwil | 1 comments | | HN request time: 0.227s | source
Show context
RA2lover ◴[] No.45095211[source]
Eco: Global Survival (https://play.eco/) bypassed the distortion problem entirely by using an undistorted flat voxel grid, but rendering the globe view as a torisphere.

It still has the tradeoff of making travel close to the center take longer than it should on a sphere (worked around by limiting diggable height), but i find it a more elegant solution.

replies(2): >>45095641 #>>45096512 #
1. superb_dev ◴[] No.45096512[source]
I had a similar idea while reading this article, it’s very cool to see someone implemented it!