Skip to content
Snippets Groups Projects
Commit 1d1a129f authored by wetzels's avatar wetzels
Browse files

Update Exercise 1 (typo)

parent 5a8adb16
Branches
No related tags found
2 merge requests!2Exercise1,!1Exercise 1
......@@ -38,7 +38,7 @@ Start with a simple elevation filter ([`vtkElevationFilter`](https://vtk.org/doc
Note however, that the elevation only depends on a direction. Still, please use sensible values (e.g. corresponding to the height of the cylinder).
Generally, to connect to filters, you need to use a construction of the form
Generally, to connect two filters, you need to use a construction of the form
```
filter2->SetInputConnection( filter1->GetOutputPort() )
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment