codeonwort / pathosengine

OpenGL Rendering Engine for Study
MIT License
20 stars 0 forks source link

Merge rendering-challenge-1 for volumetric clouds #18

Closed codeonwort closed 3 years ago

codeonwort commented 3 years ago
  1. Implement volumetric clouds.
  2. Add cvar r.bloom for bloom toggle.
  3. Read EngineConfig.ini at engine startup.
  4. Skip assertion for glut mouse wheel events.
  5. Fix a bug that some cvars are not registered to the manager.
  6. Generate mipmaps correctly when loading images.
  7. Add exec profile_gpu to dump gpu profile to a text file.
  8. Implement depth prepass.