Exercise1
Compare changes
- wetzels authored
+ 3
− 3
@@ -9,7 +9,7 @@ However, you should see that the current color map is insufficient to show the d
In this task we want to enhance the visualization from above by rendering the vector field as glyphs. To achieve this, you can use the `vtkGlyph2D` class. To use this filter, you must set two inputs, one of them being a source. We ask you to use arrows as source, this will create glyphs in the shape of arrows. To complete this task successfully you have to play around with the scale and quantity of the glyphs.
@@ -18,7 +18,7 @@ A possible solution could look like the following:
@@ -29,4 +29,4 @@ A result could look like this: