Files
filament/third_party/OpenImageDenoise/tnt
Philip Rideout 8df3253955 Resurrect the denoiser.
This follows the convention of providing our own CMake files in the tnt
folder(s) and successfully builds with the -i option (install).
2019-06-03 10:39:56 -07:00
..
2019-06-03 10:39:56 -07:00
2019-05-28 11:43:50 -07:00

This folder was created as follows:

    cd third_party
    git clone https://github.com/OpenImageDenoise/oidn.git OpenImageDenoise
    cd OpenImageDenoise
    git submodule init
    git submodule update
    find . -name ".git*" | xargs rm -rf 
    find . -name "*.pdf" | xargs rm -rf