From c36914773e282d93dbff919f65461888ec81fbbc Mon Sep 17 00:00:00 2001 From: anshk Date: Mon, 30 Mar 2026 20:28:03 +0530 Subject: [PATCH] docs: updated task notes for task 1 --- Week-1/Task-1/TaskNotes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Week-1/Task-1/TaskNotes.md b/Week-1/Task-1/TaskNotes.md index eb1f3c2..5af4a45 100644 --- a/Week-1/Task-1/TaskNotes.md +++ b/Week-1/Task-1/TaskNotes.md @@ -17,7 +17,7 @@ The objective was to create a simple 3D scene with two objects in a parent-child ## Thob Page Builder - Possible: Yes -- Notes: Implemented by putting the Earth mesh inside the Sun mesh (parent-child). Changing Sun position/scale also affects Earth as expected (Earth follows position and scale inheritance). However, when Earth position is changed directly, Earth shape appears to distort/stretch as it moves farther from Sun. +- Notes: Implemented by putting the Earth mesh inside the Sun mesh (parent-child). Changing Sun position/scale also affects Earth as expected (Earth follows position and scale inheritance). However, when Earth position is changed directly, Earth shape appears to distort/stretch as it moves farther from Sun but when POI controls are added and we move around a bit we can notice that the earth is correct in size and shape it is just appering distorted/stretched from certain positions/angels. - Builder steps: Create Sun mesh -> add Earth mesh as child of Sun -> test parent transform inheritance by changing Sun position/scale -> test child local transform by changing Earth position. - Complexity: Easy @@ -44,7 +44,7 @@ The objective was to create a simple 3D scene with two objects in a parent-child ## Workaround - Is there a workaround? - NO -- No, I tried a lot of different things, like many groupa and flex inside the parent mesh and different ways to place the components. +- No, I tried a lot of different things, like grouping and wraping in flex inside the parent mesh and different ways to place the components. ## Suggested Improvement - What should improve in Thob?