Skip to content
Snippets Groups Projects

Exercise1

Merged Samarth Manjunath Hathwar requested to merge master into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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?
*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`. Please explain how to do the comparison in comments in your code.
**Summary of Tasks:** Implement a `vtkContourFilter` and compare it to your own implementation. Why could Marching Tetrahedra and Marching Cubes differ? Put your answer into the designated field below. For the code, save your submission as `task3.py`. Please explain how to do the comparison in comments in your code.
Loading