Uploaded July 2024 | Updated September 2026, 13 hours ago
The wetness maps not only work for the ocean, but the rain effect too. The rain blocker map is also taken into account to avoid surfaces under a roof/tree,etc. getting wet.
Website: wickedengine.net
Forum: wickedengine.net/forum
Become a supporter on Patreon for some exclusive content: patreon.com/wickedengine
Get the source code from Github: github.com/turanszkij/WickedEngine
Get it from Steam: store.steampowered.com/app/1967460/Wicked_Engine
Get it from Microsoft Store: microsoft.com/store/productId/9PPMV065W9QJ
Follow me on Twitter: twitter.com/turanszkij
The wetness maps not only work for the ocean, but the rain effect too. The rain blocker map is also taken into account to avoid surfaces under a roof/tree,etc. getting wet.
Website: wickedengine.net
Forum: wickedengine.net/forum
Become a supporter on Patreon for some exclusive content: patreon.com/wickedengine
Get the source code from Github: github.com/turanszkij/WickedEngine
Get it from Steam: store.steampowered.com/app/1967460/Wicked_Engine
Get it from Microsoft Store: microsoft.com/store/productId/9PPMV065W9QJ
Follow me on Twitter: twitter.com/turanszkij


![Anisotropic voxel clipmaps [WIP]
Working on big updates to Wicked Engines voxel GI, now it supports anisotropic voxels and clipmaps.
Anisotropic voxels means each voxel has a directionality, so voxel resolution doubles 6 times, once for each face of a cube. Sampling the anisotropic structure requires 3 texture lookups instead of one.
The clipmap is a voxel cascade structure, each level covers a twice as big area compared to the previous level, while using the same resolution. Only one clipmap is updated per frame, so the result lags a bit.
The performance is currently very slow, this will need to be solved before competing the update. Anisotropic voxel clipmaps [WIP]](https://i.ytimg.com/vi/kDJA2Yif4fs/mqdefault.jpg)







