Is there a way to visualize the earth's core using Mathematica's volume rendering technique? Can someone who has looked at the feature provide an example for doing the visualization?
Possible add this to a manipulate so the crust opens up to reveal the inside.
The basic layers look like:


mountain = Entity["Mountain", "MountEverest"]; surface = GeoElevationData[GeoDisk[mountain, Quantity[3, "Miles"]]]; ListPlot3D[Reverse[surface], MeshFunctions -> {#3 &}, Mesh -> 30, ImageSize -> Large, ColorFunction -> Automatic]. But from far way since i want it for the entire earth. With possible of scaling parameters since it would be hard to see the texture at that scale. – user13892 Jan 26 '19 at 19:42