[Works with UE50EA , VS2022 P3 ,VS2019 GTX 1050] Procedural Landscape from Shader Graph w/ Geometry Clipmaps BP/C++ | Download

This does not need RTX to run this my Nvidia GTX 1050 works fine.
Procedural Landscape from Shader Graph w/ Geometry Clipmaps BP/C++ | Download - Development Discussion / Unreal Engine 5 Early Access - Unreal Engine Forums

I have downloaded and built this with my repository VS2022 Preview and VS2019, even from the zip file. There is a GitHub repository to back it up. The BP is in C++, so that should be interesting and it still plays in the editor. All the Shaders are built on opening the project.

1 Like

Thanks for trying it out, i ll make the 4.26 and 4.27 version available shortly hopefully.

The requirements should be the same as running the editor, the heavy lifting being done in the shader editor.
If your goal is to generate a terrain, you can enable the caching and the computation will only be done once when you re moving around.

1 Like