docs: updated task notes for task 1

This commit is contained in:
anshk 2026-03-30 20:28:03 +05:30
parent 1cde453293
commit 56cb4011f6

View File

@ -17,7 +17,7 @@ The objective was to create a simple 3D scene with two objects in a parent-child
## Thob Page Builder ## Thob Page Builder
- Possible: Yes - 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. - 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 - Complexity: Easy
@ -44,7 +44,7 @@ The objective was to create a simple 3D scene with two objects in a parent-child
## Workaround ## Workaround
- Is there a workaround? - Is there a workaround?
- NO - 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 ## Suggested Improvement
- What should improve in Thob? - What should improve in Thob?