Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 429 Bytes

File metadata and controls

9 lines (7 loc) · 429 Bytes

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.