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

Update Exercise 5

parent 8c367eac
No related branches found
No related tags found
2 merge requests!2Exercise1,!1Exercise 1
...@@ -69,4 +69,4 @@ To do this, create a `vtkContourFilter` and add it to your visualization. ...@@ -69,4 +69,4 @@ To do this, create a `vtkContourFilter` and add it to your visualization.
You can compare your results with the `sphere.vtk` and the `cube.vtk`. Those examples should look the same, however, this may not always be the case. Why? You can compare your results with the `sphere.vtk` and the `cube.vtk`. Those examples should look the same, however, this may not always be the case. Why?
*Hint: Check the scalar ranges of the datasets to make sure that your isosurface is in a valid range.* *Hint: Check the scalar ranges of the datasets to make sure that your isosurface is in a valid range.*
**Summary of Tasks:** Implement a `vtkContourFilter` and compare it to your own implementation. Why could Marching Tetrahedra and Marching Cubes differ? Save your submission code as `task3.py`. If changes in the code have to be made for the comparison, please mark the corresponding lines through comments. **Summary of Tasks:** Implement a `vtkContourFilter` and compare it to your own implementation. Why could Marching Tetrahedra and Marching Cubes differ? Save your submission code as `task3.py`. Please explain how to do the comparison in comments in your code.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment