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.