This tutorial shows how we can create stunning shaded relief images using the Blender ray tracer to solve the hard job of computing illumination with realist shadows of a DEM surface. The tutorial linked below takes some time to follow and the time needed to compute the raytraced image is on the order of minutes. However, as the author says at the end, once we have it set for one case it is easy and fast to adapt it to other cases. In a posterior improvement of this tutorial we will show how to modify needed parameters of the .blend file that is run by Blender to create the raytraced image.
usingGMT# Extract a region of West Ibaria from the 15 arc sec grids stored in the GMT serverGwib =grdcut("@earth_relief_15s", region=(-10.5, -5, 35, 44));# Create a tint image from the Gwib gridI =grdimage(Gwib, C=:earth, img_out=true);viz(I, coast=true)
GMT [WARNING]: gmtapi_change_imagelayout: reordering function for case TRPa -> BRP not yet written. Doing nothing.
Load the previously created raytrace image computed with Blender following the tutorial Creating Shaded Relief in Blender But note that the first part of that tutorial where it explains how to create the UInt16 heightmap can be replaced by this simple command: