diff --git a/ex6/README.md b/ex6/README.md index ff65571c33e942ceaf52189008d28e839c786d3e..0d402d581b63e627ba70b24923dbf6354cbe29ab 100644 --- a/ex6/README.md +++ b/ex6/README.md @@ -1,4 +1,4 @@ -# Assignment 5: Inner Values +# Assignment 6: Inner Values In the previous assignments, we have seen multiple ways to visualize three-dimensional scalar data, but only indirect methods which worked by creating visual artifacts (e.g. contours or slices) and rendering them. For this assignment, we want to take a look at **direct volume rendering**, especially using a ray-casting approach, as well as transfer function design. For this assignment, you should have watched the video on Chapter 5.