From 9562f3a10bd719597b4d2cb7e10953df1f770dbc Mon Sep 17 00:00:00 2001
From: wetzels <wetzels@rhrk.uni-kl.de>
Date: Wed, 14 Sep 2022 14:50:57 +0200
Subject: [PATCH] More precise task descriptions in Exercise 3.

---
 ex3/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ex3/README.md b/ex3/README.md
index d101d90..a2f9f8c 100644
--- a/ex3/README.md
+++ b/ex3/README.md
@@ -20,7 +20,7 @@ The important part of the code that you need to modify is the lookup table part:
 ````
 
 
-As you can see, at the moment it is very basic and the elevation can not be represented accurately.
+As you can see, at the moment it is very basic, the elevation is not represented accurately, and a correct distinction between land and sea is not possible. Your Task is to improve the color map such that these issues are fixed.
 
 **Summary of Tasks:** Implement a new transfer function that visualizes the elevation of the world map in a meaningful way. Save your submission code as `task1.py`.
 
@@ -50,7 +50,7 @@ to more accurately represent the interpolated dataset  values:
 
 This behavior can easily be switched on or off in VTK. Look through the code and find the part that switches between Pre- and Post-Classification. Additionally, for better seeing the differences, we want to switch between the two modes seamlessly.
 
-**Summary of tasks**: Find out which method is responsible for the different classification types. Additionally, implement a switch that cycles between Pre- and Post-Classification by pressing a button on your keyboard. Save your submission code as `task2.py`.
+**Summary of tasks**: Find out which method is responsible for the different classification types. Additionally, implement a switch that cycles between Pre- and Post-Classification by pressing a button on your keyboard, and provide a label on which key to press or edit this readme file with an explanation. Save your submission code as `task2.py`.
 
 ## Task 3: Scattered Data (2P)
 
-- 
GitLab