Skip to content

Instantly share code, notes, and snippets.

@pixelsnafu
Last active April 24, 2024 11:45
Show Gist options
  • Save pixelsnafu/e3904c49cbd8ff52cb53d95ceda3980e to your computer and use it in GitHub Desktop.
Save pixelsnafu/e3904c49cbd8ff52cb53d95ceda3980e to your computer and use it in GitHub Desktop.
Useful Resources for Rendering Volumetric Clouds

Volumetric Clouds Resources List

  1. A. Schneider, "Real-Time Volumetric Cloudscapes," in GPU Pro 7: Advanced Rendering Techniques, 2016, pp. 97-127. (Follow up presentations here, and here.)

  2. S. Hillaire, "Physically Based Sky, Atmosphere and Cloud Rendering in Frostbite" in Physically Based Shading in Theory and Practice course, SIGGRAPH 2016. [video] [course notes] [scatter integral shadertoy]

  3. R. Högfeldt, "Convincing Cloud Rendering – An Implementation of Real-Time Dynamic Volumetric Clouds in Frostbite"

  4. F. Häggström, "Real-time rendering of volumetric clouds", Dissertation, 2018.

  5. F. Bauer, "Creating the Atmospheric World of Red Dead Redemption 2: A Complete and Integrated Solution" in Advances in Real-Time Rendering in Games, Siggraph 2019.

  6. Realtime Volumetric Rendering Course in Siggraph 2011.

  7. R. Brucks, "Creating a Volumetric Ray Marcher"

  8. This awesome gamedev.net thread about clouds.

  9. Volumetric Methods in Visual Effects in Siggraph 2010. (Thanks Gavin Graham for the link!)

  10. Volumetric Clouds plugin for the Autodesk Stingray (RIP :() engine. [Source code] (Thanks reddit user /u/haiddasalami for the link!)

  11. A. Arora, "Volumetric Clouds (WIP)"

Bonus: A few awesome looking OpenGL (and 1 Vulkan) implementations I found on github which also include compute shaders for generating the noise textures for the clouds.

Bonus^2: A few shadertoy examples:

@wangfeng1981
Copy link

Thank you for the resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment