From ceeb05b8906890835a3fd3871f3aa9ed18538e93 Mon Sep 17 00:00:00 2001 From: wetzels <wetzels@rhrk.uni-kl.de> Date: Thu, 28 Apr 2022 12:17:50 +0200 Subject: [PATCH] Update Exercise 6 (fixed title) --- ex6/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ex6/README.md b/ex6/README.md index ff65571..0d402d5 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. -- GitLab