Skip to content
Snippets Groups Projects
Commit 29fc30db authored by Laszlo Agocs's avatar Laszlo Agocs
Browse files

Update README.md

parent f0f1f247
No related branches found
No related tags found
No related merge requests found
Pipeline #42026 canceled
Command line tool using OpenImageDenoise https://www.openimagedenoise.org/ to denoise qlm_*.exr lightmaps generated by Qt Quick 3D. Command line tool using OpenImageDenoise https://www.openimagedenoise.org/ to denoise qlm_*.exr lightmaps generated by Qt Quick 3D.
Needs an installation of OpenImageDenoise (which in turn needs TBB). If there is no CMake find package file, configure with OPENIMAGEDENOISE_ROOT=path, for example: TODO only Windows is supported now. Run prepare_deps.bat first. Then qt-cmake-private -CMAKE_BUILD_TYPE=Release . and ninja.
This gives a qlmdenoiser.exe with the 3rd party dependencies linked in statically.
qt-cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DOPENIMAGEDENOISE_ROOT=c:/oidn .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment