From d786a5390459d95f516be83cbd3b68c04788a0cb Mon Sep 17 00:00:00 2001 From: anshk Date: Thu, 26 Mar 2026 19:52:17 +0530 Subject: [PATCH] chore: added day1 update --- Week-1/Days-update/Day1.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Week-1/Days-update/Day1.md diff --git a/Week-1/Days-update/Day1.md b/Week-1/Days-update/Day1.md new file mode 100644 index 0000000..2ef8f02 --- /dev/null +++ b/Week-1/Days-update/Day1.md @@ -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.