From 52d63ab4631c44b6422b68249dc608fd16819b35 Mon Sep 17 00:00:00 2001 From: ScorpionX90 Date: Thu, 18 Sep 2025 20:41:58 +0200 Subject: [PATCH] bonus a precision --- gloom-rs/report/exercise2.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gloom-rs/report/exercise2.md b/gloom-rs/report/exercise2.md index bceb1ce..3f46038 100644 --- a/gloom-rs/report/exercise2.md +++ b/gloom-rs/report/exercise2.md @@ -89,7 +89,8 @@ together, it is impossible to observe rotational transformations from only changing one value at a time, starting from the identity matrix. -## Bonus task a) is implemented in code +## Bonus task a) +Implemented in code. Note that we have only made translation relative to the yaw of camera, and not the tilt. This is done as a preference from our side. ## Bonus task b)