DigitalLibrarian / VS2010Projects

Bunch of unorganized mess
1 stars 1 forks source link

Cube Based Spherical Planets #25

Open DigitalLibrarian opened 8 years ago

DigitalLibrarian commented 8 years ago

This is an obvious problem for a space voxel game. The medium we build the world out of is blocks, but we would like to approximate a spherical planet. If possible, we'd like to be able to allow the player to mine tunnels completely through planets or into the core seamlessly. We'd like to be able to seamless transition from surface to orbit and be able to fire death lasers to slice planets in half.

This ticket is where we discuss those things and see if we can find a technical trade off that is a tenable target for development.

DigitalLibrarian commented 8 years ago

This video describes actually modeling the planet as a cube and morphing it into a sphere. This would make for seams or popping when transitioning from surface to orbit or vice versa at the eight corners of the cube model, where the deformation of the morphing is at max.

https://www.youtube.com/watch?v=bJr4QlDxEME

DigitalLibrarian commented 8 years ago

We might just play off the seam transition as our planets could have 8 "magnetic poles" that disrupt space time there or something.

drewsears commented 8 years ago

https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=imgres&cd=&cad=rja&uact=8&ved=0ahUKEwirooLkgvHLAhWCKx4KHRHiCyUQjRwIBw&url=http%3A%2F%2Fwww.astronomynotes.com%2Fsolarsys%2Fs7.htm&psig=AFQjCNET29n081123mVFjENMrjNmEkCOfw&ust=1459723191928107

This has some insight on magnetic fields.

drewsears commented 8 years ago

http://www.bbc.com/news/uk-14678002

This BBC articles has alot for us to think about: earthquakes, core materials, and how to spice that up around the galaxy. I like the idea of poles being controllable at a certain point. Maybe they flip naturally or come and go. More importantly if we have a system for magnetic fields it must also work on a smaller scale for my glorious power armor's shields.

DigitalLibrarian commented 8 years ago

I like the idea you had.

It was about explaining that our planets had 8 magnetic poles because of some screwy [insert science/magic] lore reason. We could also explain away any popping artifacts that come about during orbit to surface flight. We could even enhance these artifacts and see if we can make it into a feature.

It would also give a reason for any non-uniform geometry tricks I might have to do to create a spherical surface.