Compare commits
21 Commits
0f9a918873
...
5ddb5b8618
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ddb5b8618 | |||
| fa5cc4f1d7 | |||
| 6f00dddd73 | |||
| d6d240f89c | |||
| c36914773e | |||
| 8e5cddb3d1 | |||
| 79c48d5cb4 | |||
| 5e97d450e8 | |||
| 8571b300b9 | |||
| d9fb575564 | |||
| 5d3381114d | |||
| 22cd2eac6b | |||
| 835e55a6e3 | |||
| e6ae7e20ac | |||
| 9d6c9a8c59 | |||
| 09fbad6626 | |||
| 8e925f0ec6 | |||
| 8a29c9edb2 | |||
| 95c319d304 | |||
| d7ae6c0736 | |||
| d786a53904 |
6
Week-1/Days-update/Day1.md
Normal file
6
Week-1/Days-update/Day1.md
Normal file
@ -0,0 +1,6 @@
|
||||
# Day 1 Update
|
||||
|
||||
- Set up the repository using Turborepo to organize the project as a monorepo.
|
||||
- Learned about the Scene Graph concept in Three.js.
|
||||
- Implemented the solar system from the Three.js manual scene graph tutorial: https://threejs.org/manual/#en/scenegraph
|
||||
- Started implementing the same solar system in React Three Fiber (R3F), but did not finish it yet.
|
||||
12
Week-1/Days-update/Day2.md
Normal file
12
Week-1/Days-update/Day2.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Day 2 Update
|
||||
|
||||
- Built the React Three Fiber app for Task 1 (`Week-1/Task-1/r3f/solar-system`) with full Vite project setup and base files.
|
||||
- Implemented a simple solar system scene in R3F:
|
||||
- Added Sun and Earth meshes.
|
||||
- Created parent-child hierarchy using a `<group ref={orbitRef}>` for Earth orbit pivot.
|
||||
- Animated orbit with `useFrame` by rotating the parent group each frame.
|
||||
- Added/updated documentation for the day:
|
||||
- Added Day 1 summary (`Week-1/Days-update/Day1.md`).
|
||||
- Updated Task 1 notes (`Week-1/Task-1/TaskNotes.md`) with Vanilla, R3F, and Thob comparison.
|
||||
- Added Builder notes (`Week-1/Task-1/builder/BuilderNotes.md`) including observed warnings/errors and limitations.
|
||||
- Key learning: Scene graph parent-child transforms are straightforward in Vanilla and R3F, while Thob showed unstable behavior when changing child local position under parent transforms.
|
||||
Loading…
x
Reference in New Issue
Block a user