From 4b1bc2c878223db52a5a3760bcf8297a1fd9c946 Mon Sep 17 00:00:00 2001 From: anshk Date: Tue, 31 Mar 2026 16:17:24 +0530 Subject: [PATCH] chore: cleanup --- Week-1/Days-update/Day1.md | 6 ------ Week-1/Days-update/Day2.md | 12 ------------ Week-1/GeneralNotes.md | 0 3 files changed, 18 deletions(-) delete mode 100644 Week-1/Days-update/Day1.md delete mode 100644 Week-1/Days-update/Day2.md delete mode 100644 Week-1/GeneralNotes.md diff --git a/Week-1/Days-update/Day1.md b/Week-1/Days-update/Day1.md deleted file mode 100644 index 2ef8f02..0000000 --- a/Week-1/Days-update/Day1.md +++ /dev/null @@ -1,6 +0,0 @@ -# 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. diff --git a/Week-1/Days-update/Day2.md b/Week-1/Days-update/Day2.md deleted file mode 100644 index ff3c773..0000000 --- a/Week-1/Days-update/Day2.md +++ /dev/null @@ -1,12 +0,0 @@ -# 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 `` 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. diff --git a/Week-1/GeneralNotes.md b/Week-1/GeneralNotes.md deleted file mode 100644 index e69de29..0000000