File tree 1 file changed +2
-2
lines changed
tutorials/blender_shading
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Shading with Blender
2
2
3
3
This tutorial shows how we can create stunning shaded relief images using the Blender ray tracer to solve
4
- the hard jobb of computing illumination with realist shadows of a DEM surface. The tutorial linked bellow
4
+ the hard job of computing illumination with realist shadows of a DEM surface. The tutorial linked below
5
5
takes some time to follow and the time needed to compute the raytraced image is on the order of minutes.
6
6
However, as the author says at the end, once we have it set for one case it is easy and fast to adapt it
7
7
to other cases. In a posterior improvement of this tutorial we will show how to modify needed parameters
@@ -23,7 +23,7 @@ viz(I, coast=true)
23
23
24
24
Load the previously created raytrace image computed with Blender following the tutorial
25
25
[ Creating Shaded Relief in Blender] ( https://somethingaboutmaps.wordpress.com/2017/11/16/creating-shaded-relief-in-blender/ )
26
- But note that the first part of that tutorial where it explains how to cretae the UInt16 _ heightmap_ can be replaced by
26
+ But note that the first part of that tutorial where it explains how to create the UInt16 _ heightmap_ can be replaced by
27
27
this simple command:
28
28
29
29
``` julia
You can’t perform that action at this time.
0 commit comments