chore: added day1 update

This commit is contained in:
anshk 2026-03-26 19:52:17 +05:30
parent 9f0f74617d
commit d786a53904

View 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.