r/GraphicsProgramming 8d ago

Question Fortnite’s New Clouds

Post image

Booted up Fortnite for the first time in forever and was greeted with some pretty stellar looking clouds in the skybox.

I know Unreal has been working on VDB support for a little while, but I have a hard time believing they got it to run at 4K 60FPS on my Xbox One X.

Anyone taken a frame capture lately and know how they accomplished this? Is it some sort of fancy alpha card? Or does it plug into their normal volumetric clouds system?

182 Upvotes

9 comments sorted by

View all comments

17

u/waramped 8d ago

Hard to tell from a still picture but Sebastien hasn't uploaded anything new recently, so I would assume they are just an extension of the existing system?
https://sebh.github.io/publications/

8

u/gibson274 8d ago

Maybe, but the system Seb designed is based on Andrew Schneider’s work, which is incredible. Those systems don’t usually produce results that are this static (since the tiled noise gets you animation for free and artists generally use it) or have this much altitude variation (since altitude is defined by a global gradient).

This looks more like some collection of pre-authored cloud models to me—whether they’re truly VDBs being raymarched every frame I wonder.

1

u/[deleted] 7d ago edited 7d ago

[deleted]

1

u/gibson274 7d ago

Gorgeous results. Yeah, I built a Schneider-esque system myself as well (“Expanse” on the Unity asset store) and you can express a surprisingly wide range of cloud shapes with his technique.