Cubemap planets

A simple way to store a planet heightmap is to store 6 heightmaps & project them onto the planet as a cubemap.

You can use the Get Distance to Cubemap Planet node to sample these heightmaps:

To import an heightmap, make a new Voxel Heightmap asset:

The heightmaps are expected to be in this configuration:

Make sure to checkout the Mars example!

Last updated