Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 4.37 KB

README.md

File metadata and controls

64 lines (43 loc) · 4.37 KB

🚀 My Learning Progress

🎨 Three.js Progress

This section tracks my journey with Three.js, where I’ve built various projects and learned important concepts:


🟦 Basic Cube Setup

Repo Live
Learned about setting up the scene, camera, and renderer. Created a basic rotating cube.


🔄 Transformations and Animations

Repo Live
Applied transformations (position, rotation, scaling) and explored keyframe animations along different axes.


💡 Lighting and Shadows

Repo Live
Explored different types of lights (ambient, directional, point) and implemented realistic shadows in the scene.


📏 Deep Understanding

Repo Live
Gained deeper knowledge about mesh scaling, rotation, and positioning to control object behavior precisely.


🌍 Orbit Controls

Repo Live
Learned to implement and customize orbit controls, enabling interactive camera movements with mouse input.


🛞 Cylinder MeshGeometry

Repo Live
Explored CylinderGeometry to create cylindrical meshes and experimented with different material properties.


🎨 Textures and Materials

Repo Live
Learned how to apply textures to meshes and integrate the lil-gui library for real-time property adjustments.


💡 Advanced Lighting and Helpers

Repo Live
Explored advanced lighting setups with ambient, point, and directional lights. Implemented light helpers for better debugging.


📦 Adding 3D Models

Repo Live
Learned how to import 3D models using GLB files and integrate HDRI for realistic environment reflections.


⚛️ React Three Fiber (R3F)

Repo Live
Applied all the above concepts using React Three Fiber, a powerful Three.js library for React, to create declarative 3D scenes.