Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.58 KB

README.md

File metadata and controls

64 lines (46 loc) · 1.58 KB

Solar Eclipse

A visually stunning simulation of the Solar Eclipse and the movement of the Sun, the Earth and the Moon, rendered with OpenGL.

1

3

4

5

demo video

Simulation

  • the self-rotation of the Earth, the Moon and the Sun
  • the Earth's orbit around the Sun and the Moon's orbit around the Earth
  • solar flare storms
  • lunar eclipse and phases
  • terminator

Features

  • load .obj model using Assimp
  • Animation for cameras, objects
    • Camera Focus
  • Blinn-Phong Lighting
    • Point
    • Directional
    • Spot Lights
  • Shadow
    • shadow map
  • PostProcessing
    • HDR / Tonemapping
    • Bloom
  • Particle System
  • Object Outline
  • Object Picking
  • In-app user interface using Dear ImGui

Packages

Assets Reference

Tutorials and References