3D scene of the solar system using Three.js:
- configured scene, camera (PerspectiveCamera) and rendering tool
- added geometric figures "Sun" and planets of the solar system (Object3D())
- surface of the planets - MeshBasicMaterial using textures (JPG image)
- created animation cycle animate() - rotation of planets around the sun
- added interaction using OrbitControls
For demonstration, use VS Code Live Server or others.