@@ -26,7 +26,9 @@ An overview over the different transfer functions can be seen here:
...
@@ -26,7 +26,9 @@ An overview over the different transfer functions can be seen here:
<imgsrc="img/tfs.png"width="500">
<imgsrc="img/tfs.png"width="500">
**Summary of Tasks:** Implement the 5 transfer functions. Save your code as `task1.py`. Please mark the line to change the transfer functions through comments or make it possible to switch between them through a button.
The provided code in `VolumeRenderingHead.py` contains test cases (i.e. transfer function calls) that can be selected through by using buttons 1-7. You can use them for testing your implementation as well as initial function calls in the designated part of the main method. We will use the provided test cases to check the correctness of your solution.
**Summary of Tasks:** Implement the 5 transfer functions. Save your code as `task1.py`.
## Task 2: Creating an interesting visualization (1P)
## Task 2: Creating an interesting visualization (1P)
Now that we have our basic transfer functions, we can use them to create meaningful visualizations. Use one or multiple tfs with different values to create such a visualization. One example could look like the following:
Now that we have our basic transfer functions, we can use them to create meaningful visualizations. Use one or multiple tfs with different values to create such a visualization. One example could look like the following: