pelicanmapping / rocky

3D Geospatial SDK (C++17 / Vulkan / VSG)
MIT License
97 stars 16 forks source link

Cannot find the shaders #48

Closed Conan42 closed 1 month ago

Conan42 commented 3 months ago

Hi,

I finally got Rocky to compile on Ubuntu with Clion. But the rsimple application cannot find the shaders. Where they are?

Sincerely,

Michel Guenin

gwaldron commented 3 months ago

When you build the INSTALL target created by CMake, the shaders will copy into ${CMAKE_INSTALL_PREFIX}/share/shaders. Set your environment variable ROCKY_FILE_PATH to that location.