main d114ed0d4c1d cached
1316 files
3.2 MB
889.9k tokens
1 requests
Download .txt
Showing preview only (3,518K chars total). Download the full file or copy to clipboard to get everything.
Repository: TomClabault/HIPRT-Path-Tracer
Branch: main
Commit: d114ed0d4c1d
Files: 1316
Total size: 3.2 MB

Directory structure:
gitextract_c_vny0t9/

├── .gitignore
├── .gitmodules
├── CMakeLists.txt
├── COPYING
├── README.md
├── README_data/
│   ├── Features/
│   │   └── features.md
│   └── img/
│       └── LayeredBSDF.drawio
├── SceneCredits.txt
├── cmake/
│   ├── Clip.cmake
│   ├── SetupASSIMP.cmake
│   ├── SetupHIPRT.cmake
│   ├── SetupOIDN.cmake
│   ├── SetupOrochi.cmake
│   └── SetupTracy.cmake
├── data/
│   ├── BRDFsData/
│   │   ├── GGX/
│   │   │   ├── GGX_Conductor_Correlated_128x128.hdr
│   │   │   ├── GGX_Conductor_Uncorrelated_128x128.hdr
│   │   │   └── Glass/
│   │   │       ├── 0GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 0GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 0GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 0GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 0inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 0inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 100GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 100GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 100inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 100inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 101GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 101GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 101inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 101inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 102GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 102GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 102inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 102inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 103GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 103GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 103inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 103inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 104GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 104GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 104inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 104inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 105GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 105GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 105inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 105inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 106GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 106GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 106inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 106inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 107GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 107GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 107inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 107inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 108GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 108GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 108inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 108inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 109GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 109GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 109inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 109inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 10GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 10GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 10GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 10GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 10inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 10inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 110GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 110GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 110inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 110inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 111GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 111GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 111inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 111inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 112GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 112GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 112inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 112inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 113GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 113GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 113inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 113inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 114GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 114GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 114inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 114inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 115GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 115GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 115inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 115inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 116GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 116GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 116inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 116inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 117GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 117GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 117inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 117inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 118GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 118GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 118inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 118inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 119GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 119GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 119inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 119inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 11GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 11GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 11GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 11GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 11inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 11inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 120GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 120GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 120inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 120inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 121GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 121GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 121inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 121inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 122GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 122GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 122inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 122inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 123GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 123GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 123inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 123inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 124GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 124GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 124inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 124inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 125GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 125GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 125inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 125inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 126GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 126GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 126inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 126inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 127GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 127GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 127inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 127inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 12GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 12GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 12GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 12GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 12inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 12inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 13GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 13GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 13GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 13GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 13inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 13inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 14GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 14GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 14GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 14GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 14inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 14inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 15GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 15GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 15GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 15GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 15inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 15inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 16GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 16GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 16GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 16GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 16inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 16inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 17GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 17GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 17GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 17GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 17inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 17inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 18GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 18GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 18GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 18GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 18inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 18inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 19GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 19GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 19GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 19GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 19inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 19inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 1GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 1GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 1GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 1GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 1inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 1inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 20GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 20GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 20GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 20GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 20inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 20inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 21GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 21GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 21GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 21GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 21inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 21inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 22GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 22GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 22GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 22GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 22inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 22inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 23GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 23GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 23GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 23GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 23inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 23inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 24GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 24GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 24GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 24GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 24inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 24inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 25GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 25GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 25GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 25GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 25inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 25inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 26GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 26GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 26GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 26GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 26inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 26inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 27GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 27GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 27GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 27GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 27inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 27inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 28GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 28GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 28GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 28GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 28inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 28inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 29GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 29GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 29GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 29GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 29inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 29inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 2GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 2GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 2GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 2GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 2inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 2inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 30GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 30GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 30GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 30GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 30inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 30inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 31GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 31GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 31GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 31GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 31inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 31inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 32GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 32GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 32GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 32GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 32inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 32inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 33GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 33GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 33GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 33GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 33inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 33inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 34GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 34GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 34GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 34GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 34inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 34inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 35GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 35GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 35GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 35GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 35inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 35inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 36GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 36GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 36GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 36GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 36inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 36inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 37GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 37GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 37GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 37GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 37inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 37inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 38GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 38GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 38GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 38GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 38inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 38inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 39GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 39GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 39GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 39GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 39inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 39inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 3GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 3GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 3GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 3GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 3inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 3inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 40GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 40GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 40GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 40GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 40inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 40inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 41GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 41GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 41GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 41GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 41inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 41inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 42GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 42GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 42GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 42GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 42inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 42inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 43GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 43GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 43GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 43GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 43inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 43inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 44GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 44GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 44GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 44GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 44inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 44inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 45GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 45GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 45GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 45GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 45inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 45inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 46GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 46GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 46GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 46GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 46inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 46inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 47GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 47GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 47GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 47GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 47inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 47inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 48GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 48GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 48GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 48GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 48inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 48inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 49GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 49GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 49GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 49GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 49inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 49inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 4GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 4GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 4GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 4GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 4inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 4inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 50GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 50GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 50GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 50GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 50inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 50inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 51GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 51GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 51GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 51GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 51inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 51inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 52GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 52GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 52GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 52GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 52inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 52inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 53GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 53GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 53GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 53GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 53inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 53inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 54GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 54GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 54GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 54GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 54inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 54inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 55GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 55GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 55GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 55GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 55inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 55inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 56GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 56GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 56GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 56GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 56inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 56inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 57GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 57GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 57GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 57GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 57inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 57inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 58GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 58GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 58GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 58GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 58inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 58inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 59GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 59GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 59GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 59GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 59inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 59inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 5GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 5GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 5GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 5GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 5inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 5inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 60GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 60GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 60GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 60GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 60inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 60inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 61GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 61GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 61GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 61GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 61inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 61inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 62GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 62GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 62GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 62GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 62inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 62inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 63GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 63GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 63GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 63GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 63inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 63inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 64GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 64GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 64GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 64GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 64inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 64inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 65GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 65GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 65GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 65GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 65inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 65inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 66GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 66GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 66GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 66GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 66inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 66inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 67GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 67GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 67GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 67GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 67inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 67inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 68GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 68GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 68GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 68GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 68inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 68inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 69GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 69GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 69GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 69GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 69inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 69inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 6GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 6GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 6GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 6GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 6inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 6inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 70GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 70GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 70GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 70GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 70inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 70inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 71GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 71GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 71GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 71GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 71inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 71inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 72GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 72GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 72GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 72GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 72inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 72inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 73GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 73GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 73GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 73GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 73inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 73inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 74GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 74GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 74GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 74GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 74inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 74inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 75GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 75GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 75GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 75GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 75inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 75inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 76GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 76GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 76GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 76GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 76inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 76inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 77GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 77GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 77GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 77GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 77inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 77inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 78GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 78GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 78GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 78GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 78inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 78inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 79GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 79GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 79GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 79GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 79inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 79inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 7GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 7GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 7GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 7GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 7inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 7inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 80GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 80GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 80GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 80GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 80inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 80inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 81GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 81GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 81GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 81GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 81inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 81inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 82GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 82GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 82GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 82GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 82inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 82inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 83GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 83GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 83GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 83GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 83inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 83inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 84GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 84GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 84GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 84GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 84inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 84inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 85GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 85GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 85GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 85GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 85inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 85inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 86GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 86GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 86GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 86GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 86inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 86inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 87GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 87GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 87GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 87GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 87inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 87inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 88GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 88GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 88GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 88GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 88inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 88inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 89GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 89GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 89GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 89GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 89inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 89inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 8GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 8GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 8GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 8GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 8inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 8inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 90GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 90GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 90GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 90GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 90inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 90inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 91GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 91GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 91GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 91GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 91inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 91inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 92GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 92GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 92GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 92GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 92inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 92inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 93GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 93GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 93GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 93GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 93inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 93inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 94GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 94GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 94GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 94GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 94inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 94inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 95GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 95GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 95GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 95GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 95inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 95inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 96GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 96GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 96inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 96inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 97GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 97GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 97inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 97inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 98GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 98GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 98inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 98inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 99GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 99GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 99inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 99inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 9GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 9GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 9GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 9GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 9inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 9inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       └── ExponentCorrection.ipynb
│   │   └── GlossyDielectrics/
│   │       ├── 0Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 0Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 100Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 100Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 101Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 101Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 102Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 102Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 103Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 103Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 104Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 104Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 105Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 105Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 106Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 106Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 107Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 107Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 108Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 108Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 109Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 109Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 10Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 10Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 110Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 110Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 111Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 111Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 112Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 112Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 113Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 113Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 114Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 114Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 115Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 115Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 116Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 116Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 117Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 117Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 118Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 118Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 119Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 119Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 11Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 11Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 120Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 120Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 121Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 121Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 122Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 122Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 123Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 123Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 124Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 124Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 125Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 125Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 126Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 126Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 127Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 127Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 12Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 12Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 13Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 13Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 14Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 14Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 15Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 15Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 16Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 16Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 17Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 17Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 18Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 18Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 19Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 19Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 1Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 1Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 20Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 20Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 21Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 21Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 22Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 22Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 23Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 23Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 24Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 24Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 25Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 25Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 26Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 26Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 27Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 27Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 28Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 28Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 29Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 29Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 2Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 2Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 30Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 30Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 31Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 31Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 32Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 32Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 33Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 33Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 34Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 34Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 35Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 35Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 36Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 36Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 37Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 37Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 38Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 38Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 39Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 39Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 3Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 3Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 40Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 40Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 41Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 41Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 42Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 42Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 43Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 43Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 44Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 44Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 45Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 45Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 46Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 46Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 47Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 47Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 48Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 48Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 49Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 49Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 4Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 4Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 50Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 50Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 51Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 51Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 52Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 52Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 53Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 53Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 54Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 54Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 55Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 55Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 56Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 56Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 57Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 57Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 58Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 58Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 59Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 59Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 5Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 5Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 60Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 60Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 61Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 61Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 62Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 62Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 63Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 63Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 64Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 64Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 65Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 65Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 66Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 66Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 67Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 67Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 68Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 68Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 69Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 69Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 6Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 6Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 70Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 70Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 71Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 71Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 72Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 72Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 73Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 73Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 74Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 74Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 75Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 75Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 76Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 76Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 77Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 77Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 78Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 78Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 79Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 79Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 7Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 7Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 80Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 80Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 81Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 81Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 82Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 82Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 83Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 83Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 84Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 84Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 85Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 85Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 86Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 86Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 87Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 87Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 88Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 88Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 89Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 89Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 8Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 8Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 90Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 90Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 91Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 91Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 92Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 92Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 93Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 93Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 94Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 94Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 95Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 95Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 96Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 96Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 97Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 97Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 98Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 98Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 99Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 99Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 9Glossy_Ess_Correlated_128x64x128.hdr
│   │       └── 9Glossy_Ess_Uncorrelated_128x64x128.hdr
│   └── GLTFs/
│       ├── cornell_pbr.gltf
│       ├── multi-dispersion.gltf
│       ├── nested-dielectrics-complex.gltf
│       ├── nested-dielectrics.gltf
│       └── the-white-room-low.gltf
└── src/
    ├── Compiler/
    │   ├── GPUKernel.cpp
    │   ├── GPUKernel.h
    │   ├── GPUKernelCompiler.cpp
    │   ├── GPUKernelCompiler.h
    │   ├── GPUKernelCompilerOptions.cpp
    │   └── GPUKernelCompilerOptions.h
    ├── Device/
    │   ├── functions/
    │   │   ├── FilterFunction.h
    │   │   └── FilterFunctionPayload.h
    │   ├── includes/
    │   │   ├── AdaptiveSampling.h
    │   │   ├── AliasTable.h
    │   │   ├── BSDFs/
    │   │   │   ├── BSDFContext.h
    │   │   │   ├── BSDFIncidentLightInfo.h
    │   │   │   ├── CookTorrance.h
    │   │   │   ├── Glass.h
    │   │   │   ├── Lambertian.h
    │   │   │   ├── Microfacet.h
    │   │   │   ├── MicrofacetEnergyCompensation.h
    │   │   │   ├── MicrofacetRegularization.h
    │   │   │   ├── OrenNayar.h
    │   │   │   ├── Principled.h
    │   │   │   ├── PrincipledEnergyCompensation.h
    │   │   │   ├── SheenLTC.h
    │   │   │   ├── SheenLTCFittedParameters.h
    │   │   │   └── ThinFilm.h
    │   │   ├── Dispatcher.h
    │   │   ├── Dispersion.h
    │   │   ├── FixIntellisense.h
    │   │   ├── Fresnel.h
    │   │   ├── GBufferDevice.h
    │   │   ├── GMoN/
    │   │   │   ├── GMoN.h
    │   │   │   ├── GMoNDevice.h
    │   │   │   ├── GMoNMeansRadixSort.h
    │   │   │   └── GMoNMeansRadixSortHistogramDeclaration.h
    │   │   ├── Hash.h
    │   │   ├── HashGrid.h
    │   │   ├── HashGridHash.h
    │   │   ├── Intersect.h
    │   │   ├── LightSampling/
    │   │   │   ├── Envmap.h
    │   │   │   ├── LightUtils.h
    │   │   │   ├── Lights.h
    │   │   │   └── PDFConversion.h
    │   │   ├── Material.h
    │   │   ├── NEE++/
    │   │   │   └── NEE++.h
    │   │   ├── NestedDielectrics.h
    │   │   ├── ONB.h
    │   │   ├── PathTracing.h
    │   │   ├── RIS/
    │   │   │   ├── RIS.h
    │   │   │   └── RIS_Reservoir.h
    │   │   ├── RayPayload.h
    │   │   ├── RayVolumeState.h
    │   │   ├── ReSTIR/
    │   │   │   ├── DI/
    │   │   │   │   ├── FinalShading.h
    │   │   │   │   ├── PresampledLight.h
    │   │   │   │   ├── Reservoir.h
    │   │   │   │   ├── SampleFlags.h
    │   │   │   │   └── TargetFunction.h
    │   │   │   ├── GI/
    │   │   │   │   ├── InitialCandidatesUtils.h
    │   │   │   │   ├── Reservoir.h
    │   │   │   │   └── TargetFunction.h
    │   │   │   ├── Jacobian.h
    │   │   │   ├── MISWeightsCommon.h
    │   │   │   ├── NeighborSimilarity.h
    │   │   │   ├── OptimalVisibilitySampling.h
    │   │   │   ├── ReGIR/
    │   │   │   │   ├── FinalShading.h
    │   │   │   │   ├── GridFillSurface.h
    │   │   │   │   ├── HashGridCellData.h
    │   │   │   │   ├── HashGridSoADevice.h
    │   │   │   │   ├── PresampledLight.h
    │   │   │   │   ├── ReGIRHashGrid.h
    │   │   │   │   ├── Representative.h
    │   │   │   │   ├── Reservoir.h
    │   │   │   │   ├── ReservoirSoA.h
    │   │   │   │   ├── Settings.h
    │   │   │   │   ├── ShadingAdditionalInfo.h
    │   │   │   │   ├── ShadingSettings.h
    │   │   │   │   ├── TargetFunction.h
    │   │   │   │   └── VisibilityTest.h
    │   │   │   ├── SpatialMISWeight.h
    │   │   │   ├── SpatialNormalizationWeight.h
    │   │   │   ├── SpatiotemporalMISWeight.h
    │   │   │   ├── SpatiotemporalNormalizationWeight.h
    │   │   │   ├── Surface.h
    │   │   │   ├── TemporalMISWeight.h
    │   │   │   ├── TemporalNormalizationWeight.h
    │   │   │   ├── Utils.h
    │   │   │   ├── UtilsSpatial.h
    │   │   │   └── UtilsTemporal.h
    │   │   ├── RussianRoulette.h
    │   │   ├── Sampling.h
    │   │   ├── SanityCheck.h
    │   │   ├── Texture.h
    │   │   ├── TriangleStructures.h
    │   │   └── WarpDirectionReuse.h
    │   ├── kernel_parameters/
    │   │   ├── NEE++/
    │   │   │   └── NEEPlusPlusCachingPrepassParameters.h
    │   │   └── ReSTIR/
    │   │       └── DI/
    │   │           └── LightPresamplingParameters.h
    │   └── kernels/
    │       ├── Baking/
    │       │   ├── GGXConductorDirectionalAlbedo.h
    │       │   ├── GGXFresnelDirectionalAlbedo.h
    │       │   ├── GGXGlassDirectionalAlbedo.h
    │       │   ├── GGXThinGlassDirectionalAlbedo.h
    │       │   └── GlossyDielectricDirectionalAlbedo.h
    │       ├── CameraRays.h
    │       ├── Experimentations/
    │       │   ├── RegistersTest.h
    │       │   ├── Test3DTexture.h
    │       │   ├── TestCopyKernelAlignment.h
    │       │   ├── TestCopyKernelRestrict.h
    │       │   └── TestCopyKernelSimple.h
    │       ├── GMoN/
    │       │   └── GMoNComputeMedianOfMeans.h
    │       ├── Megakernel.h
    │       ├── NEE++/
    │       │   ├── GridPrepopulate.h
    │       │   └── NEEPlusPlusFinalizeAccumulation.h
    │       ├── ReSTIR/
    │       │   ├── DI/
    │       │   │   ├── FusedSpatiotemporalReuse.h
    │       │   │   ├── InitialCandidates.h
    │       │   │   ├── LightsPresampling.h
    │       │   │   ├── SpatialReuse.h
    │       │   │   └── TemporalReuse.h
    │       │   ├── DirectionalReuseCompute.h
    │       │   ├── GI/
    │       │   │   ├── InitialCandidates.h
    │       │   │   ├── Shading.h
    │       │   │   ├── SpatialReuse.h
    │       │   │   └── TemporalReuse.h
    │       │   └── ReGIR/
    │       │       ├── GridFillTemporalReuse.h
    │       │       ├── GridPrepopulate.h
    │       │       ├── LightPresampling.h
    │       │       ├── PreIntegration.h
    │       │       ├── Rehash.h
    │       │       ├── SpatialReuse.h
    │       │       └── SupersamplingCopy.h
    │       ├── TraceTest.h
    │       └── Utils/
    │           └── RayVolumeStateSize.h
    ├── Experimentations/
    │   ├── TestCopyKernelAlignment.cpp
    │   ├── TestCopyKernelAlignment.h
    │   ├── TestCopyKernelRestrict.cpp
    │   ├── TestCopyKernelRestrict.h
    │   ├── TestCopyKernelSimple.cpp
    │   └── TestCopyKernelSimple.h
    ├── HIPRT-Orochi/
    │   ├── HIPRTOrochiCtx.h
    │   ├── HIPRTOrochiUtils.cpp
    │   ├── HIPRTOrochiUtils.h
    │   ├── HIPRTScene.h
    │   ├── OrochiBuffer.h
    │   ├── OrochiEnvmap.cpp
    │   ├── OrochiEnvmap.h
    │   ├── OrochiTexture.cpp
    │   ├── OrochiTexture.h
    │   ├── OrochiTexture3D.cpp
    │   ├── OrochiTexture3D.h
    │   └── OrochiTextureCUDA.cpp
    ├── HostDeviceCommon/
    │   ├── AtomicType.h
    │   ├── BSDFsData.h
    │   ├── Color.h
    │   ├── HIPRTCamera.h
    │   ├── HitInfo.h
    │   ├── KernelOptions/
    │   │   ├── Common.h
    │   │   ├── DirectLightSamplingOptions.h
    │   │   ├── GMoNOptions.h
    │   │   ├── KernelOptions.h
    │   │   ├── NEEPlusPlusOptions.h
    │   │   ├── PrincipledBSDFKernelOptions.h
    │   │   ├── ReGIROptions.h
    │   │   ├── ReSTIRDIOptions.h
    │   │   └── ReSTIRGIOptions.h
    │   ├── LightSampleInformation.h
    │   ├── Material/
    │   │   ├── MaterialCPU.h
    │   │   ├── MaterialConstants.h
    │   │   ├── MaterialPacked.h
    │   │   ├── MaterialPackedSoA.h
    │   │   ├── MaterialUnpacked.h
    │   │   └── MaterialUtils.h
    │   ├── Math.h
    │   ├── MicrofacetRegularizationSettings.h
    │   ├── Packing.h
    │   ├── PathRussianRoulette.h
    │   ├── PrecomputedEmissiveTrianglesDataSoADevice.h
    │   ├── RIS/
    │   │   └── RISSettings.h
    │   ├── ReSTIR/
    │   │   ├── ReSTIRCommonSettings.h
    │   │   ├── ReSTIRDIDefaultSettings.h
    │   │   ├── ReSTIRDISettings.h
    │   │   ├── ReSTIRGIDefaultSettings.h
    │   │   └── ReSTIRGISettings.h
    │   ├── ReSTIRSettingsHelper.h
    │   ├── RenderBuffers.h
    │   ├── RenderData.h
    │   ├── RenderSettings.cpp
    │   ├── RenderSettings.h
    │   ├── WorldSettings.h
    │   └── Xorshift.h
    ├── Image/
    │   ├── EnvmapRGBE9995.h
    │   ├── Image.cpp
    │   └── Image.h
    ├── OpenGL/
    │   ├── OpenGLInteropBuffer.h
    │   ├── OpenGLProgram.cpp
    │   ├── OpenGLProgram.h
    │   ├── OpenGLShader.cpp
    │   └── OpenGLShader.h
    ├── Renderer/
    │   ├── BVH.cpp
    │   ├── BVH.h
    │   ├── BVHConstants.h
    │   ├── Baker/
    │   │   ├── GGXConductorDirectionalAlbedoSettings.h
    │   │   ├── GGXFresnelDirectionalAlbedoSettings.h
    │   │   ├── GGXGlassDirectionalAlbedoSettings.h
    │   │   ├── GGXThinGlassDirectionalAlbedoSettings.h
    │   │   ├── GPUBaker.cpp
    │   │   ├── GPUBaker.h
    │   │   ├── GPUBakerConstants.h
    │   │   ├── GPUBakerKernel.cpp
    │   │   ├── GPUBakerKernel.h
    │   │   └── GlossyDielectricDirectionalAlbedoSettings.h
    │   ├── BoundingVolume.h
    │   ├── CPUDataStructures/
    │   │   ├── GBufferCPUData.h
    │   │   ├── GMoNCPUData.h
    │   │   ├── MaterialPackedSoACPUData.h
    │   │   └── NEEPlusPlusCPUData.h
    │   ├── CPUGPUCommonDataStructures/
    │   │   ├── DevicePackedMaterialSoACPUGPUCommonData.h
    │   │   ├── GMoNCPUGPUCommonData.h
    │   │   ├── GenericSoA.h
    │   │   ├── PrecomputedEmissiveTrianglesDataSoAHost.h
    │   │   ├── ReGIRGridBufferSoAHost.h
    │   │   ├── ReGIRHashCellDataSoAHost.h
    │   │   ├── ReGIRHashGridSoAHost.h
    │   │   └── ReGIRPresampledLightsSoAHost.h
    │   ├── CPURenderer.cpp
    │   ├── CPURenderer.h
    │   ├── GPUDataStructures/
    │   │   ├── DenoiserBuffersGPUData.cpp
    │   │   ├── DenoiserBuffersGPUData.h
    │   │   ├── GBufferGPUData.h
    │   │   ├── GMoNGPUData.h
    │   │   ├── MaterialPackedSoAGPUData.h
    │   │   └── StatusBuffersGPUData.h
    │   ├── GPURenderer.cpp
    │   ├── GPURenderer.h
    │   ├── GPURendererThread.cpp
    │   ├── GPURendererThread.h
    │   ├── HardwareAccelerationSupport.h
    │   ├── OpenImageDenoiser.cpp
    │   ├── OpenImageDenoiser.h
    │   ├── RenderPasses/
    │   │   ├── FillGBufferRenderPass.cpp
    │   │   ├── FillGBufferRenderPass.h
    │   │   ├── GMoNRenderPass.cpp
    │   │   ├── GMoNRenderPass.h
    │   │   ├── MegaKernelRenderPass.cpp
    │   │   ├── MegaKernelRenderPass.h
    │   │   ├── NEEPlusPlusHashGridStorage.cpp
    │   │   ├── NEEPlusPlusHashGridStorage.h
    │   │   ├── NEEPlusPlusRenderPass.cpp
    │   │   ├── NEEPlusPlusRenderPass.h
    │   │   ├── ReGIRHashGridStorage.cpp
    │   │   ├── ReGIRHashGridStorage.h
    │   │   ├── ReGIRRenderPass.cpp
    │   │   ├── ReGIRRenderPass.h
    │   │   ├── ReSTIRDIRenderPass.cpp
    │   │   ├── ReSTIRDIRenderPass.h
    │   │   ├── ReSTIRGIRenderPass.cpp
    │   │   ├── ReSTIRGIRenderPass.h
    │   │   ├── ReSTIRRenderPassCommon.cpp
    │   │   ├── ReSTIRRenderPassCommon.h
    │   │   ├── RenderGraph.cpp
    │   │   ├── RenderGraph.h
    │   │   ├── RenderPass.cpp
    │   │   └── RenderPass.h
    │   ├── RendererAnimationState.h
    │   ├── RendererEnvmap.cpp
    │   ├── RendererEnvmap.h
    │   ├── Sphere.h
    │   ├── StatusBuffersValues.h
    │   ├── Triangle.cpp
    │   └── Triangle.h
    ├── Scene/
    │   ├── BoundingBox.h
    │   ├── Camera.cpp
    │   ├── Camera.h
    │   ├── CameraAnimation.cpp
    │   ├── CameraAnimation.h
    │   ├── CameraRotationType.h
    │   ├── SceneParser.cpp
    │   └── SceneParser.h
    ├── Shaders/
    │   ├── albedo_display.frag
    │   ├── blend_2_display.frag
    │   ├── boolmap_int.frag
    │   ├── default_display.frag
    │   ├── fullscreen_quad.vert
    │   ├── heatmap_int.frag
    │   ├── normal_display.frag
    │   └── white_furnace_threshold.frag
    ├── Threads/
    │   ├── ThreadFunctions.cpp
    │   ├── ThreadFunctions.h
    │   ├── ThreadManager.cpp
    │   ├── ThreadManager.h
    │   └── ThreadState.h
    ├── UI/
    │   ├── ApplicationSettings.h
    │   ├── ApplicationState.h
    │   ├── DisplayView/
    │   │   ├── DisplaySettings.h
    │   │   ├── DisplayTextureType.h
    │   │   ├── DisplayView.cpp
    │   │   ├── DisplayView.h
    │   │   ├── DisplayViewEnum.h
    │   │   ├── DisplayViewSystem.cpp
    │   │   └── DisplayViewSystem.h
    │   ├── ImGui/
    │   │   ├── ImGuiAnimationWindow.cpp
    │   │   ├── ImGuiAnimationWindow.h
    │   │   ├── ImGuiLogWindow.cpp
    │   │   ├── ImGuiLogWindow.h
    │   │   ├── ImGuiLogger.cpp
    │   │   ├── ImGuiLogger.h
    │   │   ├── ImGuiLoggerLine.h
    │   │   ├── ImGuiLoggerSeverity.h
    │   │   ├── ImGuiObjectsWindow.cpp
    │   │   ├── ImGuiObjectsWindow.h
    │   │   ├── ImGuiRenderWindow.cpp
    │   │   ├── ImGuiRenderWindow.h
    │   │   ├── ImGuiRenderer.cpp
    │   │   ├── ImGuiRenderer.h
    │   │   ├── ImGuiRendererPerformancePreset.h
    │   │   ├── ImGuiSettingsWindow.cpp
    │   │   ├── ImGuiSettingsWindow.h
    │   │   ├── ImGuiToolsWindow.cpp
    │   │   └── ImGuiToolsWindow.h
    │   ├── Interaction/
    │   │   ├── LinuxRenderWindowMouseInteractor.cpp
    │   │   ├── LinuxRenderWindowMouseInteractor.h
    │   │   ├── RenderWindowKeyboardInteractor.cpp
    │   │   ├── RenderWindowKeyboardInteractor.h
    │   │   ├── RenderWindowMouseInteractor.cpp
    │   │   ├── RenderWindowMouseInteractor.h
    │   │   ├── WindowsRenderWindowMouseInteractor.cpp
    │   │   └── WindowsRenderWindowMouseInteractor.h
    │   ├── PerformanceMetricsComputer.cpp
    │   ├── PerformanceMetricsComputer.h
    │   ├── RenderWindow.cpp
    │   ├── RenderWindow.h
    │   ├── Screenshoter.cpp
    │   └── Screenshoter.h
    ├── Utils/
    │   ├── CommandlineArguments.cpp
    │   ├── CommandlineArguments.h
    │   ├── Utils.cpp
    │   └── Utils.h
    ├── llvm-compile-kernel.h
    └── main.cpp

================================================
FILE CONTENTS
================================================

================================================
FILE: .gitignore
================================================
CMakeLists.txt.user

RT_output*.png

.vscode
.vs

build*
data/OBJs/*.blend
data/OBJs/*.obj
data/OBJs/*.mtl
data/Skyspheres/*.hdr
data/OBJs/Projects/
data/Skyspheres/evening_road_01_puresky_8k.hdr
data/Skyspheres/AllSkyFree_Sky_EpicGloriousPink_EquirectDebug.jpg
data/Skyspheres/AllSkyFree_Sky_EpicGloriousPink_Equirect.jpg
oidn/bin/
oidn/doc/
oidn/lib/

thirdparties/

contrib/
hiprt/



================================================
FILE: .gitmodules
================================================
[submodule "Orochi-Fork"]
	path = thirdparties/Orochi-Fork
	url = https://github.com/TomClabault/Orochi.git
[submodule "HIPRT-Fork"]
	path = thirdparties/HIPRT-Fork
	url = https://github.com/TomClabault/HIPRT.git
[submodule "ASSIMP-Fork"]
	path = thirdparties/ASSIMP-Fork
	url = https://github.com/TomClabault/assimp.git
[submodule "thirdparties/imgui"]
	path = thirdparties/imgui
	url = https://github.com/ocornut/imgui.git
[submodule "thirdparties/tracy"]
	path = thirdparties/tracy
	url = https://github.com/wolfpld/tracy.git
[submodule "thirdparties/libtinyfiledialogs"]
	path = thirdparties/libtinyfiledialogs
	url = https://github.com/TomClabault/libtinyfiledialogs.git
[submodule "thirdparties/clip"]
	path = thirdparties/clip
	url = https://github.com/dacap/clip.git


================================================
FILE: CMakeLists.txt
================================================
cmake_minimum_required(VERSION 3.24)

project(HIPRTPathTracer LANGUAGES CXX)

# To be able to use the ExternalProject_Add() command
include(ExternalProject)
include(FetchContent)
# To see the progress of FetchContent
Set(FETCHCONTENT_QUIET FALSE)
# Policy for what timestamp to use when downloading stuff with FetchContent / ExternelProject / ...
# NEW sets the timestamps to the extraction time
cmake_policy(SET CMP0135 NEW)

# If the build type wasn't given on the commandline, we're defaulting to release
if(NOT CMAKE_BUILD_TYPE)
  set(CMAKE_BUILD_TYPE "Debug")
  message(STATUS "Build type not specified: Using Debug by default")
endif()

# Sets up ASSIMP library CMake variable to prepare the building step
include (cmake/SetupASSIMP.cmake)

# Open Image Denoise binaries
include(cmake/SetupOIDN.cmake)

# Preparing HIPRT
include(cmake/SetupHIPRT.cmake)

# Preparing Orochi
include(cmake/SetupOrochi.cmake)

# Include Tracy for OpenGL profiling
include(cmake/SetupTracy.cmake)

# Clip for copying images to clipboard
include(cmake/Clip.cmake)

set(GLFW_LIB_DIR "thirdparties/opengl/lib/GLFW")
set(GLEW_LIB_DIR "thirdparties/opengl/lib/GLEW")
set(GLEW_BIN_DIR "thirdparties/opengl/bin/GLEW")
set(TRACY_PUBLIC_DIR "thirdparties/tracy/public")

# Using CMake here to define C++ macros that will be used to find the directory of the kernels, etc...
# in the C++ code. This basically avoids hardcoding the path to the kernels in C++ and instead
# use the more flexible approach of defining it in the CMake
add_compile_definitions(DEVICE_KERNELS_DIRECTORY="../src/Device/kernels")
add_compile_definitions(DEVICE_INCLUDES_DIRECTORY="../src/") # This gives access to Device/ and HostDeviceCommon/
add_compile_definitions(OROCHI_INCLUDES_DIRECTORY="${OROCHI_SOURCES_DIR}/..") # This gives access to <Orochi/Orochi.h> in the kernels
add_compile_definitions(GLSL_SHADERS_DIRECTORY="../src/Shaders")
add_compile_definitions(DATA_DIRECTORY="${CMAKE_SOURCE_DIR}/data")
add_compile_definitions(BRDFS_DATA_DIRECTORY="${CMAKE_SOURCE_DIR}/data/BRDFsData")
#add_compile_definitions(TRACY_ENABLE="1")

link_directories(${CMAKE_SOURCE_DIR}/${GLFW_LIB_DIR})
link_directories(${CMAKE_SOURCE_DIR}/${GLEW_LIB_DIR})

file(GLOB_RECURSE SOURCE_FILES src/*.cpp src/*.h)
file(GLOB_RECURSE OPENGL_HEADERS thirdparties/opengl/include/*.h)
file(GLOB_RECURSE STBI_HEADERS thirdparties/stbi/*.h)
# Selecting only what we need from the whole ImGui submodule
file(GLOB_RECURSE IMGUI_FILES thirdparties/imgui/imgui.h
	thirdparties/imgui/imgui.cpp
	thirdparties/imgui/imgui_demo.cpp
	thirdparties/imgui/imgui_draw.cpp
	thirdparties/imgui/imgui_tables.cpp
	thirdparties/imgui/imgui_widgets.cpp
	thirdparties/imgui/backends/imgui_impl_glfw.cpp
	thirdparties/imgui/backends/imgui_impl_opengl3.cpp
	thirdparties/imgui/misc/cpp/imgui_stdlib.cpp)

file(GLOB_RECURSE DEVICE_SOURCES src/Device/*.h)
file(GLOB_RECURSE GLSL_SHADERS src/Shaders/*.frag src/Shaders/*.vert)
file(GLOB_RECURSE HIPRT_HEADERS ${HIPRT_HEADERS_DIR}/*.h)
file(GLOB_RECURSE OROCHI_SOURCES_AND_HEADERS ${OROCHI_SOURCES_DIR}/*.h ${OROCHI_SOURCES_DIR}/*.cpp)
file(GLOB_RECURSE CUEW_SOURCES_AND_HEADERS ${CUEW_SOURCES_DIR}/*.h ${CUEW_SOURCES_DIR}/*.cpp)
file(GLOB_RECURSE HIPEW_SOURCES_AND_HEADERS ${HIPEW_SOURCES_DIR}/*.h ${HIPEW_SOURCES_DIR}/*.cpp)
file(GLOB_RECURSE TINYFILEDIALOGS_SOURCE_AND_HEADERS thirdparties/libtinyfiledialogs/tinyfiledialogs.h thirdparties/libtinyfiledialogs/tinyfiledialogs.cpp)
file(GLOB_RECURSE NVIDIA_FLIP_HEADERS thirdparties/nvidia-FLIP/*.h)

add_executable(HIPRTPathTracer
	${SOURCE_FILES}

	${OPENGL_HEADERS}
	${STBI_HEADERS}
	${IMGUI_FILES}
	${ASSIMP_HEADERS}

	${DEVICE_SOURCES}
	${GLSL_SHADERS}
	${HIPRT_HEADERS}
	${OROCHI_SOURCES_AND_HEADERS}
	${CUEW_SOURCES_AND_HEADERS}
	${HIPEW_SOURCES_AND_HEADERS}
	${TINYFILEDIALOGS_SOURCE_AND_HEADERS}
	${NVIDIA_FLIP_HEADERS}
)

set_property(TARGET HIPRTPathTracer PROPERTY CXX_STANDARD 20)

find_package(OpenMP REQUIRED)
find_package(OpenGL REQUIRED)
find_package(OpenImageDenoise REQUIRED HINTS ${oidnbinaries_SOURCE_DIR}) # HINTS to indicate a folder to search for the library in

if (WIN32)
	# "version" is a library from the Windows SDK
	target_link_libraries(HIPRTPathTracer PRIVATE OpenMP::OpenMP_CXX assimp OpenImageDenoise ${OPENGL_LIBRARY} glfw3 glew32 hiprt02004 TracyClient clip version)
elseif(UNIX)
	find_package(GLEW REQUIRED)
	target_link_libraries(HIPRTPathTracer PRIVATE OpenMP::OpenMP_CXX assimp OpenImageDenoise ${OPENGL_LIBRARY} glfw GLEW::GLEW hiprt02004 clip TracyClient)
endif()

target_include_directories(HIPRTPathTracer PRIVATE "src/")
target_include_directories(HIPRTPathTracer PRIVATE "thirdparties/opengl/include")
target_include_directories(HIPRTPathTracer PRIVATE "thirdparties/stbi/")
target_include_directories(HIPRTPathTracer PRIVATE "thirdparties/libtinyfiledialogs/")
target_include_directories(HIPRTPathTracer PRIVATE "thirdparties/glm/")
target_include_directories(HIPRTPathTracer PRIVATE "thirdparties/imgui/")
target_include_directories(HIPRTPathTracer PRIVATE "thirdparties/imgui/backends")
target_include_directories(HIPRTPathTracer PRIVATE "thirdparties/tinyexr/")
target_include_directories(HIPRTPathTracer PRIVATE "thirdparties/nvidia-FLIP/")
target_include_directories(HIPRTPathTracer PRIVATE "thirdparties/clip/")
target_include_directories(HIPRTPathTracer PRIVATE ${HIPRT_HEADERS_DIR}/..)
target_include_directories(HIPRTPathTracer PRIVATE ${OROCHI_SOURCES_DIR}/..)
target_include_directories(HIPRTPathTracer PRIVATE "${EXTERNAL_ASSIMP_INSTALL_LOCATION}/include/")
target_include_directories(HIPRTPathTracer PRIVATE ".")
target_include_directories(HIPRTPathTracer PRIVATE ${TRACY_PUBLIC_DIR})

# Auto setup of Orochi for NVIDIA by including their cmake file
include(${HIPRT_SUBMODULE_DIR}/contrib/Orochi/Orochi/enable_cuew.cmake)

if (WIN32)
	message(STATUS "Copying OpenImageDenoise binaries...")
	file(GLOB OIDN_BINARIES ${oidnbinaries_SOURCE_DIR}/bin/*.dll)
	file(COPY ${OIDN_BINARIES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/)

	# For copying HIPRT's DLL
	get_target_property(HIPRT_DLL_NAME hiprt02004 OUTPUT_NAME)

	#if (${CMAKE_BUILD_TYPE} STREQUAL "Debug" AND MSVC_IDE)
		# Adding the 'd' suffix that MSVC adds to debug libraries file names
		set(HIPRT_DLL_NAME_DEBUG ${HIPRT_DLL_NAME}d.dll)
	#endif()
	# Appending .dll extension
	set(HIPRT_DLL_NAME ${HIPRT_DLL_NAME}.dll)

	add_custom_command(OUTPUT
        ${CMAKE_BINARY_DIR}/${HIPRT_DLL_NAME}
    COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:hiprt02004>
        ${CMAKE_BINARY_DIR}/${HIPRT_DLL_NAME}
    DEPENDS hiprt02004)

	add_custom_command(OUTPUT
        ${CMAKE_BINARY_DIR}/${HIPRT_DLL_NAME_DEBUG}
    COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:hiprt02004>
        ${CMAKE_BINARY_DIR}/${HIPRT_DLL_NAME_DEBUG}
    DEPENDS hiprt02004)

	# Create target which consume the command via DEPENDS.
	add_custom_target(hiprtCopyDLL ALL DEPENDS ${CMAKE_BINARY_DIR}/${HIPRT_DLL_NAME} ${CMAKE_BINARY_DIR}/${HIPRT_DLL_NAME_DEBUG})
	add_dependencies(HIPRTPathTracer hiprtCopyDLL)

	message(STATUS "Copying Glew binaries...")
	file(COPY ${CMAKE_SOURCE_DIR}/${GLEW_BIN_DIR}/glew32.dll DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
endif()



if(MSVC_IDE)
	# Enabling parallel compilation on MSVC which isn't enabled by default
	if(MSVC)
		add_definitions(/MP)

		if (${CMAKE_BUILD_TYPE} STREQUAL "RelWithDebInfo")
			# In RelWithDebInfo, we're disabling all optimizations
			# for easier debugging:
			#	- RelWithDebInfo is faster than debug so we want to use
			#	that when debugging line by line
			#	
			#	- But the optimizations that are enabled by default in
			#	RelWithDebInfo still mess up with MSVC debugger and the
			#	debugger jumps everywhere, variables are optimized away etc...
			#	Even if we're supposed to include debug infos in the compilation...
			#	So we're just disabling optimizations then

			# No optimizations
			add_definitions(/Od)

			# No inlining of functions
			add_definitions(/Ob0)
		endif()
	endif()

	# Macro to preserve nice beautiful source files hierarchy in Visual Studio
	macro(GroupSources curdir)
		file(GLOB children RELATIVE ${PROJECT_SOURCE_DIR}/${curdir} ${PROJECT_SOURCE_DIR}/${curdir}/*)

		foreach(child ${children})
			if(IS_DIRECTORY ${PROJECT_SOURCE_DIR}/${curdir}/${child})
				GroupSources(${curdir}/${child})
			else()
				string(REPLACE "/" "\\" groupname ${curdir})
				string(REPLACE "src" "Sources" groupname ${groupname})
				source_group(${groupname} FILES ${PROJECT_SOURCE_DIR}/${curdir}/${child})
			endif()
		endforeach()
	endmacro()

	# Run macro
	GroupSources(src)
	
	# Creating a Visual Studio folder for the targets we don't care about so we have
	# a way to have our IDE look clean
	set_property(GLOBAL PROPERTY USE_FOLDERS ON)
	set_target_properties(
		assimp uninstall zlibstatic UpdateAssimpLibsDebugSymbolsAndDLLs # ASSIMP Targets
		hiprt02004 hiprtCopyDLL # HIPRT Targets
		TracyClient # Tracy
		hello_world copy clip_user_format_tests clip_text_tests clip_image_tests clip int_format paste put_image show_image # Clip
		PROPERTIES FOLDER ExternalTargets)
endif()


================================================
FILE: COPYING
================================================
                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The GNU General Public License is a free, copyleft license for
software and other kinds of works.

  The licenses for most software and other practical works are designed
to take away your freedom to share and change the works.  By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.  We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors.  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.

  To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights.  Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received.  You must make sure that they, too, receive
or can get the source code.  And you must show them these terms so they
know their rights.

  Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.

  For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software.  For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.

  Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so.  This is fundamentally incompatible with the aim of
protecting users' freedom to change the software.  The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable.  Therefore, we
have designed this version of the GPL to prohibit the practice for those
products.  If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.

  Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary.  To prevent this, the GPL assures that
patents cannot be used to render the program non-free.

  The precise terms and conditions for copying, distribution and
modification follow.

                       TERMS AND CONDITIONS

  0. Definitions.

  "This License" refers to version 3 of the GNU General Public License.

  "Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.

  "The Program" refers to any copyrightable work licensed under this
License.  Each licensee is addressed as "you".  "Licensees" and
"recipients" may be individuals or organizations.

  To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy.  The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.

  A "covered work" means either the unmodified Program or a work based
on the Program.

  To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy.  Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.

  To "convey" a work means any kind of propagation that enables other
parties to make or receive copies.  Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.

  An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License.  If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.

  1. Source Code.

  The "source code" for a work means the preferred form of the work
for making modifications to it.  "Object code" means any non-source
form of a work.

  A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.

  The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form.  A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.

  The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities.  However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work.  For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.

  The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.

  The Corresponding Source for a work in source code form is that
same work.

  2. Basic Permissions.

  All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met.  This License explicitly affirms your unlimited
permission to run the unmodified Program.  The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work.  This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.

  You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force.  You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright.  Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.

  Conveying under any other circumstances is permitted solely under
the conditions stated below.  Sublicensing is not allowed; section 10
makes it unnecessary.

  3. Protecting Users' Legal Rights From Anti-Circumvention Law.

  No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.

  When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.

  4. Conveying Verbatim Copies.

  You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.

  You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.

  5. Conveying Modified Source Versions.

  You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:

    a) The work must carry prominent notices stating that you modified
    it, and giving a relevant date.

    b) The work must carry prominent notices stating that it is
    released under this License and any conditions added under section
    7.  This requirement modifies the requirement in section 4 to
    "keep intact all notices".

    c) You must license the entire work, as a whole, under this
    License to anyone who comes into possession of a copy.  This
    License will therefore apply, along with any applicable section 7
    additional terms, to the whole of the work, and all its parts,
    regardless of how they are packaged.  This License gives no
    permission to license the work in any other way, but it does not
    invalidate such permission if you have separately received it.

    d) If the work has interactive user interfaces, each must display
    Appropriate Legal Notices; however, if the Program has interactive
    interfaces that do not display Appropriate Legal Notices, your
    work need not make them do so.

  A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit.  Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.

  6. Conveying Non-Source Forms.

  You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:

    a) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by the
    Corresponding Source fixed on a durable physical medium
    customarily used for software interchange.

    b) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by a
    written offer, valid for at least three years and valid for as
    long as you offer spare parts or customer support for that product
    model, to give anyone who possesses the object code either (1) a
    copy of the Corresponding Source for all the software in the
    product that is covered by this License, on a durable physical
    medium customarily used for software interchange, for a price no
    more than your reasonable cost of physically performing this
    conveying of source, or (2) access to copy the
    Corresponding Source from a network server at no charge.

    c) Convey individual copies of the object code with a copy of the
    written offer to provide the Corresponding Source.  This
    alternative is allowed only occasionally and noncommercially, and
    only if you received the object code with such an offer, in accord
    with subsection 6b.

    d) Convey the object code by offering access from a designated
    place (gratis or for a charge), and offer equivalent access to the
    Corresponding Source in the same way through the same place at no
    further charge.  You need not require recipients to copy the
    Corresponding Source along with the object code.  If the place to
    copy the object code is a network server, the Corresponding Source
    may be on a different server (operated by you or a third party)
    that supports equivalent copying facilities, provided you maintain
    clear directions next to the object code saying where to find the
    Corresponding Source.  Regardless of what server hosts the
    Corresponding Source, you remain obligated to ensure that it is
    available for as long as needed to satisfy these requirements.

    e) Convey the object code using peer-to-peer transmission, provided
    you inform other peers where the object code and Corresponding
    Source of the work are being offered to the general public at no
    charge under subsection 6d.

  A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.

  A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling.  In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage.  For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product.  A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.

  "Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source.  The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.

  If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information.  But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).

  The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed.  Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.

  Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.

  7. Additional Terms.

  "Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law.  If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.

  When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it.  (Additional permissions may be written to require their own
removal in certain cases when you modify the work.)  You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.

  Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:

    a) Disclaiming warranty or limiting liability differently from the
    terms of sections 15 and 16 of this License; or

    b) Requiring preservation of specified reasonable legal notices or
    author attributions in that material or in the Appropriate Legal
    Notices displayed by works containing it; or

    c) Prohibiting misrepresentation of the origin of that material, or
    requiring that modified versions of such material be marked in
    reasonable ways as different from the original version; or

    d) Limiting the use for publicity purposes of names of licensors or
    authors of the material; or

    e) Declining to grant rights under trademark law for use of some
    trade names, trademarks, or service marks; or

    f) Requiring indemnification of licensors and authors of that
    material by anyone who conveys the material (or modified versions of
    it) with contractual assumptions of liability to the recipient, for
    any liability that these contractual assumptions directly impose on
    those licensors and authors.

  All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10.  If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term.  If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.

  If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.

  Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.

  8. Termination.

  You may not propagate or modify a covered work except as expressly
provided under this License.  Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).

  However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.

  Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.

  Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License.  If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.

  9. Acceptance Not Required for Having Copies.

  You are not required to accept this License in order to receive or
run a copy of the Program.  Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance.  However,
nothing other than this License grants you permission to propagate or
modify any covered work.  These actions infringe copyright if you do
not accept this License.  Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.

  10. Automatic Licensing of Downstream Recipients.

  Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License.  You are not responsible
for enforcing compliance by third parties with this License.

  An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations.  If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.

  You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License.  For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.

  11. Patents.

  A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based.  The
work thus licensed is called the contributor's "contributor version".

  A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version.  For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.

  Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.

  In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement).  To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.

  If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients.  "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.

  If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.

  A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License.  You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.

  Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.

  12. No Surrender of Others' Freedom.

  If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all.  For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.

  13. Use with the GNU Affero General Public License.

  Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work.  The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.

  14. Revised Versions of this License.

  The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time.  Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

  Each version is given a distinguishing version number.  If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation.  If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.

  If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.

  Later license versions may give you additional or different
permissions.  However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.

  15. Disclaimer of Warranty.

  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

  16. Limitation of Liability.

  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.

  17. Interpretation of Sections 15 and 16.

  If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.

                     END OF TERMS AND CONDITIONS

            How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

  If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

    <program>  Copyright (C) <year>  <name of author>
    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".

  You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.

  The GNU General Public License does not permit incorporating your program
into proprietary programs.  If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.  But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.

================================================
FILE: README.md
================================================
# HIPRT-Path-Tracer

![HIPRT path tracer cover](README_data/img/Bistro.jpg)

Physically based unidirectional (backwards) Monte Carlo path tracer written with the [HIPRT](https://gpuopen.com/hiprt/) and [Orochi](https://gpuopen.com/orochi/) libraries.

HIPRT is AMD's equivalent to [OptiX](https://developer.nvidia.com/rtx/ray-tracing/optix). It allows the use of the ray tracing accelerators of RDNA2+ AMD GPUs and can run on NVIDIA devices as well (although it wouldn't take advatange of RT cores) as it is not AMD specific. 

The Orochi library allows the loading of HIP and CUDA libraries at runtime meaning that the application doesn't have to be recompiled to be used on a GPU from a different vendor (unlike HIP alone which, despite being compatible with NVIDIA and AMD hardware, would require a recompilation).

# System requirements

- AMD RDNA1 GPU or newer (RX 5000 or newer) **or** NVIDIA Maxwell GPU or newer (GTX 700 & GTX 900 Series or newer)
- Visual Studio 2022 (only version tested but older versions might work as well) on Windows
- CMake
- CUDA for NVIDIA compilation
# Features:

### Layered Principled BSDF:
- Coat Microfacet GGX Layer + Anisotropy, Anisotropy Rotation, Medium Absorption & Thickness
- SGGX Volumetric Sheen Lobe LTC Fit [\[Zeltner, Burley, Chiang, 2022\]](https://tizianzeltner.com/projects/Zeltner2022Practical/)
- Specular Microfacet GGX Layer
- Diffuse BRDF lobe. Support for:
	- Lambertian
	- Oren-nayar
- Metallic Microfacet GGX Layer + Anisotropy & Anisotropy Rotation + Double Roughness [\[Kulla & Conty, 2017\]](https://blog.selfshadow.com/publications/s2017-shading-course/imageworks/s2017_pbs_imageworks_slides_v2.pdf)
- Specular transmission BTDF + Beer Lambert Volumetric Absorption [\[Burley, 2015\]](https://blog.selfshadow.com/publications/s2015-shading-course/#course_content)
- Diffuse lambertian BTDF
- Spectral dispersion using Cauchy's equation
- Multiple-scattering energy compensation for conductors (double metal layer), dielectrics (transmission layer) and glossy-diffuse (specular + diffuse layer) materials [\[Turquin, 2019\]](https://blog.selfshadow.com/publications/turquin/ms_comp_final.pdf)
- Thin-film interference over dielectrics and conductors [\[Belcour, Barla, 2017\]](https://belcour.github.io/blog/research/publication/2017/05/01/brdf-thin-film.html)
- Thin-walled model

![LayeredBSDF](README_data/img/LayeredBSDF.png)

![LayeredBSDF](README_data/img/metallic-energy.png)
![LayeredBSDF](README_data/img/glass-energy.png)
![LayeredBSDF](README_data/img/specular-diffuse-energy.png)
### Sampling
- Base light sampling techniques:
	- Uniform light sampling for direct lighting estimation + MIS
	- Power-proportional light sampling
	- ReGIR [\[Boksansky et al., 2021\]](https://cwyman.org/papers/rtg2-manyLightReGIR.pdf) augmented with:
		- Representative cell surface-data + integration with NEE++ for resampling according to the product **BRDF \* L_i \* G \* V**
		- Spatial reuse
		- Hash grid
		- Per-cell RIS integral normalization factor pre-integration for multiple importance sampling support
- Next-event estimation strategies (built on-top of base techniques):
	- MIS with BSDF sampling
	- Resampled Importance Sampling (RIS) [\[Talbot et al., 2005\]](https://www.researchgate.net/publication/220852928_Importance_Resampling_for_Global_Illumination)+ Weighted Reservoir Sampling (WRS) for many light sampling  + [\[M. T. Chao, 1982\]](https://www.jstor.org/stable/2336002)
	- ReSTIR DI
	- Next Event Estimation++ [\[Guo et al., 2020\]](https://graphics.tudelft.nl/Publications-new/2020/GEE20/GEE20-NEE++.pdf) + Custom envmap support
	- HDR Environment map + Multiple Importance Sampling using
		- CDF-inversion & binary search
		- Alias Table (Vose's O(N) construction [\[Vose, 1991\]](https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=f65bcde1fcf82e05388b31de80cba10bf65acc07))
	
- BSDF sampling:
	- GGX NDF Sampling:
		- Visible Normal Distribution Function (VNDF) [\[Heitz, 2018\]](https://jcgt.org/published/0007/04/01/)
		- Spherical caps VNDF Sampling [\[Dupuy, Benyoub, 2023\]](https://arxiv.org/abs/2306.05044)
	
- Path sampling:
	- BSDF Sampling:
		- One sample MIS for lobe sampling [\[Hery et al., 2017\]](https://graphics.pixar.com/library/PxrMaterialsCourse2017/paper.pdf)
	- ReSTIR GI [\[Ouyang et al., 2021\]](https://research.nvidia.com/publication/2021-06_restir-gi-path-resampling-real-time-path-tracing)
	- Experimental warp-wide direction reuse for improved indirect rays coherency [\[Liu et al., 2023\]](https://arxiv.org/abs/2310.07182)
- ReSTIR Samplers:
	- ReSTIR DI [\[Bitterli et al., 2020\]](https://research.nvidia.com/labs/rtr/publication/bitterli2020spatiotemporal/)
		- Supports envmap sampling
		- Fused Spatiotemporal Reuse [\[Wyman, Panteleev, 2021\]](https://research.nvidia.com/publication/2021-07_rearchitecting-spatiotemporal-resampling-production)
		- Light Presampling [\[Wyman, Panteleev, 2021\]](https://research.nvidia.com/publication/2021-07_rearchitecting-spatiotemporal-resampling-production)
	- ReSTIR GI [\[Ouyang et al., 2021\]](https://research.nvidia.com/publication/2021-06_restir-gi-path-resampling-real-time-path-tracing)
	- Many bias correction weighting schemes:
		- 1/M
		- 1/Z
		- MIS-like,
		- Generalized balance heuristic
		- Pairwise MIS [\[Bitterli, 2022\]](https://digitalcommons.dartmouth.edu/dissertations/77/) & defensive formulation [\[Lin et al., 2022\]](https://research.nvidia.com/publication/2022-07_generalized-resampled-importance-sampling-foundations-restir))
		- Pairwise symmetric & asymmetric ratio MIS weights [\[Pan et al., 2024\]](https://diglib.eg.org/items/df9d727e-13a1-4d48-9275-57da7fb87f7f)
	- Adaptive-directional spatial reuse for improved offline rendering efficiency
	- Optimal visibility sampling [\[Pan et al., 2024\]](https://diglib.eg.org/items/df9d727e-13a1-4d48-9275-57da7fb87f7f)
### Other rendering features
- Microfacet Model Regularization for Robust Light Transport [\[Jendersie et al., 2019\]](https://jojendersie.de/wp-content/uploads/2013/06/2019_Jendersie_brdfregularization.pdf)
- G-MoN - Adaptive median of means for unbiased firefly removal [\[Buisine et al., 2021\]](https://hal.science/hal-03201630v2)
- Texture support for all the parameters of the BSDF
- Texture alpha transparency support
- Stochastic material opacity support
- Normal mapping
- Nested dielectrics support 
	- Handling with priorities as proposed in [\[Simple Nested Dielectrics in Ray Traced Images, Schmidt, 2002\]](https://www.researchgate.net/publication/247523037_Simple_Nested_Dielectrics_in_Ray_Traced_Images)
- A Low-Distortion Map Between Triangle and Square [\[Heitz, 2019\]](https://hal.science/hal-02073696v2/document)
- Per-pixel variance based adaptive sampling
- Intel [Open Image Denoise](https://github.com/RenderKit/oidn) + Normals & Albedo AOV support
### UI
- Interactive ImGui interface
	- Asynchronous interface to guarantee smooth UI interactions even with heavy path tracing kernels
- Interactive first-person camera
- Different frame-buffer visualization (visualize the adaptive sampling heatmap, converged pixels, the denoiser normals / albedo, ...)
### Other features
- Use of the [\[ASSIMP\]](https://github.com/assimp/assimp) library to support [many](https://github.com/assimp/assimp/blob/master/doc/Fileformats.md) scene file formats.
- Multithreaded scene parsing/texture loading/shader compiling/BVH building/envmap processing/... for faster application startup times
- Background-asynchronous path tracing kernels pre-compilation
- Shader cache to avoid recompiling kernels unnecessarily

# Building
## Prerequisites
### Windows
#### - AMD GPUs

1) Install the [HIP SDK](https://www.amd.com/en/developer/resources/rocm-hub/hip-sdk.html)

2) Follow the "[**Compiling**](#compiling)" steps.

#### - NVIDIA GPUs

To build the project on NVIDIA hardware, you will need to install the NVIDIA CUDA SDK v12.2 (minimum). It can be downloaded and installed from [here](https://developer.nvidia.com/cuda-downloads).

Your `CUDA_PATH` environment variable then needs to be defined. 
This should automatically be the case after installing the CUDA Toolkit but just in case, 
you can define it yourself such that `CUDA_PATH/include/cuda.h` is a valid file path.

### Linux

#### - AMD GPUs

1) Install OpenGL, GLFW and glew dependencies:

```sh
sudo apt install freeglut3-dev
sudo apt install libglfw3-dev
sudo apt install libglew-dev
```

2) Install AMD HIP (if you already have ROCm installed, you should have a `/opt/rocm` folder on your system and you can skip this step):

Download `amdgpu-install` package: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/amdgpu-install.html

Install the package: 

```sh
sudo apt install ./amdgpu-install_xxxx.deb
```

Install HIP: 

```sh
sudo amdgpu-install --usecase=hip
```

3) Normally, you would have to run the path tracer as `sudo` to be able to acces GPGPU compute capabilities. However, you can save yourself the trouble by adding the user to the `render` group and **rebooting your system** :

```sh
sudo usermod -a -G render $LOGNAME
```
#### - NVIDIA GPUs

1) Install OpenGL, GLFW and glew dependencies:

```sh
sudo apt install freeglut3-dev
sudo apt install libglfw3-dev
sudo apt install libglew-dev
sudo apt install libomp-dev
```

2) Install the NVIDIA CUDA SDK (called "CUDA Toolkit"). It can be downloaded and installed from [here](https://developer.nvidia.com/cuda-downloads).
## Compiling

With the pre-requisites fulfilled, you now just have to run the CMake:

``` sh
git clone https://github.com/TomClabault/HIPRT-Path-Tracer.git --recursive
cd HIPRT-Path-Tracer
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
```

On Windows, a Visual Studio solution will be generated in the `build` folder that you can open and compile the project with (select `HIPRTPathTracer` as startup project).

On Linux, the `HIPRTPathTracer` executable will be generated in the `build` folder.

## Usage

`./HIPRT-Path-Tracer`

The following arguments are available:
- `<scene file path>` an argument of the commandline without prefix will be considered as the scene file. File formats [supported](https://github.com/assimp/assimp/blob/master/doc/Fileformats.md).
- `--sky=<path>` for the equirectangular skysphere used during rendering (HDR or not)
- `--samples=N` for the number of samples to trace*
- `--bounces=N` for the maximum number of bounces in the scene*
- `--w=N` / `--width=N` for the width of the rendering*
- `--h=N` / `--height=N` for the height of the rendering*

\* CPU only commandline arguments. These parameters are controlled through the UI when running on the GPU.

# Gallery

![DispersionDiamonds](README_data/img/DispersionDiamonds.jpg)![Bistro](README_data/img/Bistro.jpg)
![P1 street](README_data/img/P1_environment.jpg)
![Contemporary bedroom](README_data/img/contemporary-bedroom.jpg)![Blender 4.1 splash](README_data/img/blender-4.1-splash.jpg)
![Dragon glass](README_data/img/dragon-glass.jpg)
![Beeple Zero Day Measure Seven](README_data/img/bzd-measure-seven.jpg)
![Lux Core Orbs](README_data/img/LuxCoreBalls.jpg)
![Mitsuba Knob Sheen Dust](README_data/img/MitsubaSheenDustOrbs.jpg)
![Dragon indirect lighting](README_data/img/DragonBTDF.jpg)![Dragon indirect lighting](README_data/img/pbrt-dragon-indirect-v2.jpg)
![MIS vs. RIS vs. ReSTIR DI Comparison](README_data/img/RIS.ReSTIR.Comparison.jpg)
![ImGui Interface](README_data/img/ImGuiDemo.jpg)
Sources of the scenes can be found [here](./SceneCredits.txt).
# Live YouTube Demos

### Material Editor Demo
[![Material Editor Demo](./README_data/img/Material_editor_thumbnail.jpg)](https://www.youtube.com/watch?v=LOVBwOoLVVQ "Material Editor Demo")
### OIDN AOVs Quality Comparison
[![OIDN AOVs Comparison](./README_data/img/OIDN_AOVs_thumbnail.jpg)](https://www.youtube.com/watch?v=GnCi7K2w9go "OIDN AOVs Comparison")
### ReSTIR DI vs. RIS vs. MIS Showcase
[![ReSTIR DI Showcase](./README_data/img/ReSTIR_DI_Showcase_thumbnail.jpg)](https://www.youtube.com/watch?v=R6nkhSDoJ4U "ReSTIR DI vs. RIS vs. MIS Showcase")
### Thin-film iridescence render
[![OIDN AOVs Comparison](./README_data/img/thin-film-iri-thumbnail.jpg)](https://www.youtube.com/watch?v=rGwkacGbd3g "Thin-film iridescence render")
# License

GNU General Public License v3.0 or later

See [COPYING](https://github.com/TomClabault/HIPRT-Path-Tracer/blob/main/COPYING) to see the full text.


================================================
FILE: README_data/Features/features.md
================================================
### TODO
- Disney BSDF (Diffuse, fake subsurface, metallic, roughness, anisotropy + anisotropy rotation, clearcoat, sheen, glass, volumetric Beer-Lambert absorption, ...) \[Burley, 2015\]
	- For experimentation purposes, the BRDF diffuse lobe can be switched for either:
		- The original "Disney diffuse" presented in [\[Burley, 2012\]](https://disneyanimation.com/publications/physically-based-shading-at-disney/)
		- A lambertian distribution
		- The Oren Nayar microfacet diffuse model.
### TODO
- Texture support for all the parameters of the BSDF
### TODO

- BSDF Direct lighting multiple importance sampling
### TODO

- HDR Environment map + importance sampling using
	- CDF-inversion binary search
### TODO
- Emissive geometry light sampling

### TODO
- Nested dielectrics support 
	- Automatic handling as presented in \[Ray Tracing Gems, 2019\]
	- Handling with priorities as proposed in \[Simple Nested Dielectrics in Ray Traced Images, Schmidt, 2002\]
### Per-pixel adaptive sampling

Adaptive sampling is a technique that allows focusing the samples on pixels that need more of them. This is useful because not all parts of a scene are equally complex to render.

Consider this modified cornell box for example:

![Cornell box PBR reflective caustic reference](./img/cornell_pbr_reference.jpg)

Half of the rays of this scene don't even intersect any geometry and directly end up in the environment where the color of the environment map is computed. The variance of the radiance of these rays is very low since a given camera ray direction basically always results in the same radiance (almost) being returned.

However, the same cannot be said for the reflective caustic (the emissive light panel reflecting off the mirror small box) at the top right of the Cornell box. A camera ray that hits this region of the ceiling then has a fairly low chance of bouncing in direction of the small box to then bounce directly in the direction of the light. This makes the variance of these rays very high which really slows down the convergence of this part of the scene. As a result, we would like to shoot more rays at these pixels than at other parts of the scene.

Adaptive sampling allows us to do just that. The idea is to estimate the error of each pixel of the image, compare this estimated error with a user-defined threshold $T$ and only continue to sample the pixel if the pixel's error is still larger than the threshold.

A very simple error metric is that of the variance of the luminance $\sigma^2$ of the pixel. In practice, we want to estimate the variance of a pixel across the $N$ samples $x_k$ it has received so far. 

The variance of $N$ samples is usually computed as:
$$\sigma^2 = \frac{1}{N}\sum_{k=1}^N (x_k - \mu) ^2$$
However, this approach would imply keeping the average of each pixel's samples (which is the framebuffer itself so that's fine) as well as the values of all samples (that's not fine). Every time we want to estimate the error of a single pixel, we would then have to loop over all the previous samples to compute their difference with the average and get our variance $\sigma^2$. Keeping track of all the samples is infeasible in terms of memory consumption (that would be 2GB of RAM/VRAM for a mere 256 samples' floating-point luminance at 1080p) and looping over all the samples seen so far is computationally way too demanding.

The practical solution is to evaluate the running-variance of the $N$ pixel samples $x_k$:
$$\sigma^2 = \frac{1}{N - 1} \left(\sum_{k=1}^N x_k^2 - \left( \sum_{k=1}^N x_k \right)^2\right)$$
  *Note that due to the nature of floating point numbers, this formula can have some precision issues. [This](https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Online_algorithm) Wikipedia article presents good alternatives.*

With the variance, we can compute a 95% confidence interval $I$:
$$I = 1.96 \frac{\sigma}{\sqrt{N}}$$
 This 95% confidence interval gives us a range around our samples mean $\mu$ and we can be 95% sure that, for the current number of samples $N$ and and their variance $\sigma$ that we used to compute this interval, the converged mean (true mean) of an infinite amount of samples is in that interval.

![Confidence interval visualization](./img/confidenceInterval.png)

*Visualization of the confidence interval **I** (green arrows) around **µ**.*

Judging by how $I$ is computed, it is easy to see that as the number of samples $N$ increases or the variance $\sigma^2$ decreases (and thus $\sigma$ decreases too), $I$ decreases. 

That should make sense since as we increase the number of samples, our mean $\mu$ should get closer and closer to the "true" mean value of the pixel (which is the value of the fully converged pixel when an infinite amount of samples are averaged together). 

If $I$ gets smaller, this means for our $\mu$ that it also gets closer to the "true" mean and that is the sign that our pixel has converged a little more.

![Confidence interval smaller visualization](./img/confidenceInterval2.png)

*As the number of samples increases (or as the computed variance decreases), **I** gets smaller, meaning that the true mean is closer to our current mean which in turn means that our pixel has converged a little more.*

Knowing that we can interpret $I$ as a measure of the convergence of our pixel, the question now becomes: 

**When do we assume that our pixel has sufficiently converged and stop sampling?**

We use that user-given threshold $T$ we talked about earlier! Specifically, we can assume that if:

$$I \leq T\mu$$
Then that pixel has converged enough for that threshold $T$. As a practical example, consider $T=0$. We then have:

``` math
\displaylines{I \leq T\mu \\ I \leq 0}
```
If $I =0$, then the interval completely collapses on $\mu$. Said otherwise, $\mu$ **is** the true mean and our pixel has completely converged. Thus, for $T=0$, we will only stop sampling the pixel when it has fully converged.

In practice, having $I=0$ is infeasible. After some experimentations a $T$ threshold of $0.1$ seems to target a visually very reasonable amount of noise. Any $T$ lower than that represents quite the overhead in terms of rendering times but can still provide some improvements on the perceived level of noise:

![cornellThreshold](./img/cornellThreshold.jpg)
*Comparison of the noise level obtained after all pixels have converged and stopped sampling with a varying **T** threshold*

Now if you look at the render with $T=0.1$, you'll notice that the caustic on the ceiling is awkwardly noisier than the rest of the image. There are some "holes" in the caustic (easy to see when you compare it to the $T=0.05$ render).

This is an issue of the per-pixel approach used here: because that caustic has so much variance, it is actually possible that we sample a pixel on the ceiling 50 times (arbitrary number) without ever finding a path to the light. The sampled pixel will then remain gray-ish (diffuse color of the ceiling) instead of being bright because of the caustic. Our evaluation of the error of this pixel will then assume that it has converged since it has gone through 50 samples without that much of a change in radiance, meaning that it has a low variance, meaning that we can stop sampling it. 

But we shouldn't! If we had sampled it maybe 50 more times, we would have probably found a path that leads to the light, spiking the variance of the pixel which in turn would be sampled until the variance has attenuated enough so that our confidence interval $I$ is small again and gets below our threshold.

One solution is simply to increase the minimum number of samples that must be traced through a pixel before evaluating its error. This way, the pixels of the image all get a chance to show their true variance and can't escape the adaptive sampling strategy! 

![minimumSampleNumber](./img/minimumSampleNumber.jpg)
*Impact of the minimum amount of samples to trace before starting evaluating adaptive sampling for the same **T** threshold.*

This is however a poor solution since this forces all pixels of the image to be sampled at least 100 times, even the ones that would only need 50 samples. This is a waste of computational resources.

A better way of estimating the error of the scene is presented in the "Hierarchical Adaptive Sampling" section.

Nonetheless, this naive way of estimating the error of a pixel can provide very appreciable speedups in rendering time:

![Adaptive Sampling Speedup](./img/testedScenes.jpg) 

The application also offers the possibility to visualize where the rays are being concentrated on the image thanks to a heatmap (based on the number of rays per pixel):

![Adaptive sampling heatmap](./img/heatmap.jpg)
### TODO
- Hierarchical adaptive sampling

### Normal mapping
Normal mapping (or bump mapping) is a technique that aims at visually improving perceived geometric details without actually having the geometry for it. This is done through the use of normal maps which are textures that look like this:

<p align="center">
  <img src="./img/normalMap.jpg" />
</p>

*An example normal map.*

Each pixel of this texture represents a perturbation of the geometric normal of the surface. Because the lighting of a surface strongly depends on its orientation (its normal), if the normal of the surface is altered, then the lighting will be too.

The three channels RGB of a pixel of the texture respectively represent the X, Y and Z coordinates of the perturbed normal. However, you cannot just read from the texture using texture coordinates and assume that the RGB values of the pixel you get is going to be 1:1 the new normal of your surface:
	- The pixel are in $[0, 1]$ (or $[0, 255]$ if your prefer) but a normal is in $[-1, 1]$
	- The normals of the texture are in their own coordinate space called tangent space. They are not in the same space as your model. They will have to be transformed.

Bringing the pixel from $[0, 1]$ to the tangent space normal in $[-1, 1]$ is fairly straightforward:

$$N_{TS} = Pixel * 2 - 1$$
The more interesting question is how to bring the normal from tangent space to the coordinate space of our model (and then the world) so that we can actually use our normal for the lighting calculations. To do that, we're going to need a transformation matrix, also called an ONB (Orthonormal Basis) in this case. This matrix will let us bring the tangent space normal to model space (a change of basis).

<p align="center">
  <img src="./img/normalMappingTBN.jpg" />
</p>

*TBN vectors used for the ONB matrix calculation. Illustration from* [LearnOpenGL](https://learnopengl.com/Advanced-Lighting/Normal-Mapping).

But how do we find that matrix?

The matrix is going to be built from three vectors: $T$, $B$ and $N$. $T$ and $B$ are called the tangent and bitangent vectors (depicted in the figure above). They represent the $X$ and $Y$ coordinates of our tangent space. $N$ is the geometric normal of our surface (or smooth normal if you're using interpolated vertex normals), it is the $Z$ coordinate of our tangent space.

*Sidenote: you may have noticed that normal maps are blue-ish in general. This is due to the normals being mostly oriented towards the **Z** axis (which is the blue channel of the pixel) of the tangent space which is the normal of our surface. Since a normal map represents perturbations of the surface normal, it is expected that the normal map is going to be mostly the normal of our surface itself.*

The goal is then to find these $T$ and $B$ vectors. We know that these two vectors are aligned with the $U$ and $V$ directions of the texture respectively. If $p_0$, $p_1$ and $p_2$ are the three vertices in counter-clockwise order of the triangle that we intersected and that they have $UV_1=(u_1, v_1)$, $UV_2=(u_2, v_2)$ and $UV_3=(u_3, v_3)$ for texture coordinates respectively, we can define two of the edges $e_1$ and $e_2$ of our triangle simply as:

```math
\displaylines{e_1 = p_2-p_1 \\ e_2 = p_3-p_2}
```

*Sidenote again: Note that the **T** and **B** we're computing **need** to be aligned with the **U** and **V** directions of the texture. A generic algorithm ([Duff, 2017](https://graphics.pixar.com/library/OrthonormalB/paper.pdf) for example) for finding arbitrary tangent and bitangent vectors to a normal cannot be used here. The process of building the ONB for normal mapping here isn't the same as when building an ONB of the "shading space" for BSDF evaluation.*

Similarly, we can define the differences $\Delta UV_1$ and $\Delta UV_2$ in textures coordinates of these vertices:

```math
\displaylines{\Delta UV_1 = (\Delta U_1, \Delta V_1)=UV_2-UV_1 \\ \Delta UV_2 = (\Delta U_2, \Delta V_2) = UV_3-UV_2}
```

<p align="center">
  <img src="./img/normalMappingE1E2.jpg" />
</p>

***e1** and **e2** can be expressed in terms of **ΔU\*T** and **ΔV\*B**. Illustration from* [LearnOpenGL](https://learnopengl.com/Advanced-Lighting/Normal-Mapping).

These $\Delta UV_1$ and $\Delta UV_2$ can be understood as the edges $e_1$ and $e_2$ but expressed in the coordinate space of the texture, the $UV$ coordinate space. Because we know that $UV$ coordinates are aligned with the $T$ and $B$ vectors that we're looking for (remember the "TBN vectors used for the ONB matrix calculation" illustration), we can therefore express $e_1$ and $e_2$ in terms of $\Delta UV_1$, $\Delta UV_2$, $T$ and $B$:

```math
\displaylines{e_1 = T*\Delta U_1 + B*\Delta V_1 \\ e_2 = T*\Delta U_2 + B*\Delta V_2}
```

In matrix form, this can be written as:
```math  
\begin{bmatrix}
\uparrow & \uparrow \\
e_1 & e_2 \\
\downarrow & \downarrow
\end{bmatrix}
=
\begin{bmatrix}
\uparrow & \uparrow \\
T & B \\
\downarrow & \downarrow
\end{bmatrix}
\begin{bmatrix}
\Delta U_1 & \Delta U_2 \\
\Delta V_1 & \Delta V_2
\end{bmatrix}
```

We can then solve for $T$ and $B$ by multiplying by the inverse of the $\left[ \Delta U_1 \Delta U_2, \Delta V_1 \Delta V_2 \right]$ matrix:

```math  
\begin{bmatrix}
\uparrow & \uparrow \\
T & B \\
\downarrow & \downarrow
\end{bmatrix}
=
\begin{bmatrix}
\uparrow & \uparrow \\
e_1 & e_2 \\
\downarrow & \downarrow
\end{bmatrix}
\frac{1}{\Delta U_1\Delta V_2 -\Delta V_1\Delta U_2}
\begin{bmatrix}
\Delta V_2 & -\Delta U_2 \\
-\Delta V_1 & \Delta U_1
\end{bmatrix}
```

This stems from the fact that the inverse of a 2x2 matrix is given by:

```math  
\begin{bmatrix}
a & b \\
c & d
\end{bmatrix}^{-1}
=
\frac{1}{ad-bc}
\begin{bmatrix}
d & -b \\
-c & a
\end{bmatrix}
```

*Sidenote yet again: when the determinant $ad-bc$ of the matrix is equal to 0, we're getting a division by 0 in the fraction and we cannot compute the inverse of the matrix. This is why matrices that have a determinant equal to 0 cannot be inversed. Such a matrix is said to be singular.*

Our $T$ and $B$ vectors now computed, the TBN matrix that will allow us to pass from the normal of our normal map (tangent space) to the model-space is given by:

```math
Mat_{TBN} = 
\begin{bmatrix}
\uparrow & \uparrow & \uparrow \\
T & B & N \\
\downarrow & \downarrow & \downarrow
\end{bmatrix}
```

The final normal that we can use for our shading is thus:

$$N_{shading}=Mat_{TBN}*N_{TS}$$

TODO visual impact
### Interactive ImGui Interface & FPS Camera

When rendering on the GPU, an ImGui interface is available to help playing with the parameters of the path tracer.

The goal of the interface really is to allow experimentations in terms of performance and visual impact.

![ImGui interface](./img/imguiInterface.jpg)

The GUI also offers a first-person camera to move around the scene:
- Right click to pan
- Left click for rotating the view
- Mouse wheel for zooming in/out
### Visualization

Again with the goal of experimenting and better understand what is happening under the hood, the "Display view" option in the ImGui interface under "Render settings" allows to change what the viewport is displaying. For example, The AOVs (Arbitrary Output Values, which are additional data fed to the denoiser to help it denoiser better) of the denoiser such as the normals and albedo color of the scene can be visualized (this can also serve for debugging and making sure everything is in order)

![Denoiser normal visualization](./img/denoiserAlbedoNormal.jpg)

More visualization options are available (adaptive sampling heatmap as used in the [adaptive sampling section](#per-pixel-adaptive-sampling) is one of them), have a look at them in the app!

### ASSIMP

[ASSIMP](https://github.com/assimp/assimp) is a library that provides a uniform interface for parsing [many](https://github.com/assimp/assimp/blob/master/doc/Fileformats.md) different file formats. Although not all extensions of some important file formats are not supported (ASSIMP doesn't seem to be recognizing the PBR extension of OBJ ("aniso" keyword issue) files and doesn't support all GLTF 2.0 extensions for example), ASSIMP vastly improves the range of scene files supported by the application.

### TODO
 - Optimized application startup time with:
	- Multithreaded texture loading
	- Asynchronous path tracing kernel compilation
### TODO
- Intel Open Image Denoise + Normals & Albedo AOV support

## TODO

Filter functions


================================================
FILE: README_data/img/LayeredBSDF.drawio
================================================
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0" version="25.0.3">
  <diagram name="Page-1" id="_YB4e4YoaT3FMhfF6Ti6">
    <mxGraphModel dx="576" dy="307" grid="1" gridSize="1" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" background="#0d1117" math="0" shadow="0">
      <root>
        <mxCell id="0" />
        <mxCell id="1" parent="0" />
        <mxCell id="LqvaC12SgwfPoJ_6hcm2-22" value="" style="rounded=1;whiteSpace=wrap;html=1;strokeWidth=1;" parent="1" vertex="1">
          <mxGeometry x="324" y="322" width="426" height="39" as="geometry" />
        </mxCell>
        <mxCell id="LqvaC12SgwfPoJ_6hcm2-21" value="" style="rounded=1;whiteSpace=wrap;html=1;strokeWidth=1;" parent="1" vertex="1">
          <mxGeometry x="546" y="411" width="138" height="55" as="geometry" />
        </mxCell>
        <mxCell id="LqvaC12SgwfPoJ_6hcm2-2" value="&lt;font style=&quot;font-size: 11px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Kollektif&quot; face=&quot;Kollektif&quot;&gt;Sheen&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#C7C7C7;fontColor=#333333;strokeColor=#666666;gradientColor=#FFFFFF;gradientDirection=radial;" parent="1" vertex="1">
          <mxGeometry x="324" y="365" width="360" height="27" as="geometry" />
        </mxCell>
        <mxCell id="LqvaC12SgwfPoJ_6hcm2-5" value="&lt;font face=&quot;Kollektif&quot;&gt;2x GGX Metal&lt;br&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#fff2cc;strokeColor=#d6b656;gradientColor=#FFCE9F;gradientDirection=west;" parent="1" vertex="1">
          <mxGeometry x="323" y="413" width="96" height="61" as="geometry" />
        </mxCell>
        <mxCell id="LqvaC12SgwfPoJ_6hcm2-10" value="&lt;p style=&quot;line-height: 120%;&quot;&gt;&lt;font style=&quot;font-size: 11px;&quot; face=&quot;Kollektif&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Kollektif&quot;&gt;Specular&lt;/font&gt;&lt;/p&gt;" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#f5f5f5;fontColor=#333333;strokeColor=#666666;" parent="1" vertex="1">
          <mxGeometry x="425" y="413" width="116" height="24" as="geometry" />
        </mxCell>
        <mxCell id="LqvaC12SgwfPoJ_6hcm2-11" value="&lt;div&gt;&lt;font style=&quot;font-size: 11px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Kollektif&quot; face=&quot;Kollektif&quot;&gt;Diffuse&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font style=&quot;font-size: 11px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Kollektif&quot; face=&quot;Kollektif&quot;&gt;Diffuse transmission&lt;br&gt;&lt;/font&gt;&lt;/div&gt;" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#eff7ee;strokeColor=#82b366;gradientColor=#9ac798;" parent="1" vertex="1">
          <mxGeometry x="425" y="441" width="116" height="33" as="geometry" />
        </mxCell>
        <mxCell id="LqvaC12SgwfPoJ_6hcm2-12" value="&lt;font style=&quot;font-size: 10px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Kollektif&quot; face=&quot;Kollektif&quot;&gt;Transmission&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=none;gradientColor=#FFFFFF;gradientDirection=south;arcSize=36;" parent="1" vertex="1">
          <mxGeometry x="546" y="413" width="138" height="22" as="geometry" />
        </mxCell>
        <mxCell id="LqvaC12SgwfPoJ_6hcm2-13" value="&lt;font style=&quot;font-size: 9px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Kollektif&quot; face=&quot;Kollektif&quot;&gt;Homogeneous &lt;/font&gt;&lt;font style=&quot;font-size: 9px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Kollektif&quot; face=&quot;Kollektif&quot;&gt;Volumetric Absorption&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#A9C4EB;strokeColor=none;gradientColor=#FFFFFF;gradientDirection=north;arcSize=27;" parent="1" vertex="1">
          <mxGeometry x="546" y="435" width="138" height="39" as="geometry" />
        </mxCell>
        <mxCell id="LqvaC12SgwfPoJ_6hcm2-14" value="&lt;font style=&quot;font-size: 11px;&quot; face=&quot;Kollektif&quot;&gt;Emission&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#fff2cc;strokeColor=#d6b656;" parent="1" vertex="1">
          <mxGeometry x="690" y="366" width="60" height="108" as="geometry" />
        </mxCell>
        <mxCell id="LqvaC12SgwfPoJ_6hcm2-18" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=none;fontColor=#333333;strokeColor=#9F9F9F;strokeWidth=1;" parent="1" vertex="1">
          <mxGeometry x="546" y="411" width="138" height="63" as="geometry" />
        </mxCell>
        <mxCell id="LqvaC12SgwfPoJ_6hcm2-20" value="" style="group" parent="1" vertex="1" connectable="0">
          <mxGeometry x="324" y="323" width="426" height="38" as="geometry" />
        </mxCell>
        <mxCell id="LqvaC12SgwfPoJ_6hcm2-16" value="&lt;div style=&quot;font-size: 11px;&quot;&gt;&lt;font style=&quot;font-size: 11px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Kollektif&quot; face=&quot;Kollektif&quot;&gt;Coat&lt;/font&gt;&lt;/div&gt;" style="rounded=1;whiteSpace=wrap;html=1;gradientDirection=radial;glass=0;rotation=0;strokeWidth=0;perimeterSpacing=1;strokeColor=none;" parent="LqvaC12SgwfPoJ_6hcm2-20" vertex="1">
          <mxGeometry width="426" height="20" as="geometry" />
        </mxCell>
        <mxCell id="LqvaC12SgwfPoJ_6hcm2-17" value="&lt;div style=&quot;font-size: 11px;&quot;&gt;&lt;font style=&quot;font-size: 11px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Kollektif&quot; face=&quot;Kollektif&quot;&gt;Coat Medium Absorption&lt;br&gt;&lt;/font&gt;&lt;/div&gt;" style="rounded=1;whiteSpace=wrap;html=1;gradientDirection=south;gradientColor=#EF958F;perimeterSpacing=0;glass=1;imageWidth=34;imageHeight=3;fillColor=default;strokeWidth=0;arcSize=26;strokeColor=none;" parent="LqvaC12SgwfPoJ_6hcm2-20" vertex="1">
          <mxGeometry y="18" width="426" height="20" as="geometry" />
        </mxCell>
        <mxCell id="LqvaC12SgwfPoJ_6hcm2-19" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=none;fontColor=#333333;strokeColor=#666666;strokeWidth=1;" parent="1" vertex="1">
          <mxGeometry x="324" y="322" width="426" height="39" as="geometry" />
        </mxCell>
        <mxCell id="zKmTrmhVeMyoOnWYh9cR-2" value="&lt;font style=&quot;font-size: 9px;&quot;&gt;Thin-film interferences&lt;br style=&quot;font-size: 9px;&quot;&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#BDCAFC;strokeColor=#6c8ebf;gradientDirection=east;gradientColor=#FF99CC;glass=0;verticalAlign=middle;fontSize=9;fontFamily=Kollektif;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DKollektif;" parent="1" vertex="1">
          <mxGeometry x="324" y="395" width="360" height="13" as="geometry" />
        </mxCell>
      </root>
    </mxGraphModel>
  </diagram>
</mxfile>


================================================
FILE: SceneCredits.txt
================================================
Bistro: https://developer.nvidia.com/orca/amazon-lumberyard-bistro
Beeple Zero Day: https://developer.nvidia.com/orca/beeple-zero-day
Blender 4.1 Splash: https://www.blender.org/download/demo-files/
Contemporary bedroom: https://www.cgtrader.com/free-3d-models/interior/bedroom/bedroom-interior-contemporer
Glass dragon: https://benedikt-bitterli.me/resources/
Suzanne Caustics (old render): Just Suzanne from Blender with some very small light inside of it
McLaren P1 + Environment: https://sketchfab.com/3d-models/mclaren-p1-6d6072b79ae444058a8f7c7ffd548fb4#download + https://www.cgtrader.com/items/4740776/download-page
PBRT Dragon Indirect Lighting: https://www.pbrt.org/scenes-v3
Rolex: https://www.cgtrader.com/items/4228612/download-page
LuxCoreBalls: https://luxcorerender.org/example-scenes/
Mitsuba-knob: https://casual-effects.com/data/
Porsche 718 Cayman GT4: https://www.cgtrader.com/free-3d-models/car/sport-car/porsche-718-cayman-gt4-5734530d-8afb-4852-9421-b71bde9adce3


================================================
FILE: cmake/Clip.cmake
================================================
add_subdirectory(thirdparties/clip)

# Enabling CLIP's image support
add_compile_definitions(CLIP_ENABLE_IMAGE=1)


================================================
FILE: cmake/SetupASSIMP.cmake
================================================
# We're going to disable shared libs for assimp but we need to save
# the current value of BUILD_SHARED_LIBS before overriding it with
# OFF (for assimp only)
set(BUILD_SHARED_LIBS_BACKUP ${BUILD_SHARED_LIBS})
set(CMAKE_BUILD_TYPE_BACKUP ${CMAKE_BUILD_TYPE})
set(BUILD_SHARED_LIBS OFF)
set(ASSIMP_NO_EXPORT ON)
set(ASSIMP_BUILD_TESTS OFF)
set(ASSIMP_INSTALL_PDB OFF)
set(ASSIMP_BUILD_ZLIB ON)
set(ASSIMP_BUILD_ASSIMP_VIEW OFF)

set(ASSIMP_SUBMODULE_DIR ${CMAKE_SOURCE_DIR}/thirdparties/ASSIMP-Fork)

if(NOT EXISTS ${ASSIMP_SUBMODULE_DIR}/code)
	# Making sure that the HIPRT submodule was cloned
	message(FATAL_ERROR "The ASSIMP submodule couldn't be found. Did you forget to clone the submodules? Run 'git submodule update --init --recursive'.")
endif()

add_subdirectory(${ASSIMP_SUBMODULE_DIR})

# Restoring varaibles
set(BUILD_SHARED_LIBS ${BUILD_SHARED_LIBS_BACKUP})
set(CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE_BACKUP})


================================================
FILE: cmake/SetupHIPRT.cmake
================================================
set(HIPRT_SUBMODULE_DIR ${CMAKE_SOURCE_DIR}/thirdparties/HIPRT-Fork)

if(NOT EXISTS ${HIPRT_SUBMODULE_DIR}/hiprt)
	# Making sure that the HIPRT submodule was cloned
	message(FATAL_ERROR "The HIPRT submodule couldn't be found. Did you forget to clone the submodules? Run 'git submodule update --init --recursive'.")
endif()

set(NO_ENCRYPT ON)
set(NO_UNITTEST ON)
#option(HIPRT_PREFER_HIP_5 "Prefer HIP 5" OFF)

set(CMAKE_EXE_LINKER_FLAGS_DEBUGGPU "")
add_subdirectory(${HIPRT_SUBMODULE_DIR})

# Now that we built HIPRT, we can set the variables that will be used in the rest of the CMake 
# to find the headers, the libraries, ...
set(HIPRT_BIN_DIR ${HIPRT_SUBMODULE_DIR}/dist/bin/${CMAKE_BUILD_TYPE})
set(HIPRT_HEADERS_DIR ${HIPRT_SUBMODULE_DIR}/hiprt)

# The GPU compiler will need this additional include folder to properly compile some kernels
add_compile_definitions(KERNEL_COMPILER_ADDITIONAL_INCLUDE="${HIPRT_SUBMODULE_DIR}")

# Replacing backslashes in the Windows paths that lead to wrong escape character
# note that the four backslashes \\\\ are required because we need a regular expression that
# compiles to '\'.
# \\ is converted by CMake to a single '\'
# so \\\\ is converted by CMake to '\\' which is the regular expression for the single '\' character
STRING(REGEX REPLACE "\\\\" "/" HIPRT_HEADERS_DIR ${HIPRT_HEADERS_DIR})
	
link_directories(${HIPRT_BIN_DIR})


================================================
FILE: cmake/SetupOIDN.cmake
================================================
if (WIN32)
	set(OIDN_URL https://github.com/RenderKit/oidn/releases/download/v2.3.0/oidn-2.3.0.x64.windows.zip)
elseif(UNIX)
	set(OIDN_URL https://github.com/RenderKit/oidn/releases/download/v2.3.0/oidn-2.3.0.x86_64.linux.tar.gz)
endif()

FetchContent_Declare(
	oidnbinaries
	URL      ${OIDN_URL}
)

FetchContent_MakeAvailable(
	oidnbinaries
)


================================================
FILE: cmake/SetupOrochi.cmake
================================================
set(OROCHI_SUBMODULE_DIR ${CMAKE_SOURCE_DIR}/thirdparties/Orochi-Fork)

if(NOT EXISTS ${OROCHI_SUBMODULE_DIR}/ParallelPrimitives)
	# Making sure that the Orochi submodule was cloned
	message(FATAL_ERROR "The Orochi submodule couldn't be found. Did you forget to clone the submodules? Run 'git submodule update --init --recursive'.")
endif()

set(OROCHI_BIN_DIR ${OROCHI_SUBMODULE_DIR})
set(OROCHI_SOURCES_DIR ${OROCHI_SUBMODULE_DIR}/Orochi)

set(CUEW_SOURCES_DIR ${OROCHI_SUBMODULE_DIR}/contrib/cuew)
set(HIPEW_SOURCES_DIR ${OROCHI_SUBMODULE_DIR}/contrib/hipew)

STRING(REGEX REPLACE "\\\\" "/" OROCHI_SOURCES_DIR ${OROCHI_SOURCES_DIR})
STRING(REGEX REPLACE "\\\\" "/" CUEW_SOURCES_DIR ${CUEW_SOURCES_DIR})
STRING(REGEX REPLACE "\\\\" "/" HIPEW_SOURCES_DIR ${HIPEW_SOURCES_DIR})

# TODO remove when issue #7 (https://github.com/GPUOpen-LibrariesAndSDKs/HIPRT/issues/7) is fixed
if (true)
	file(COPY ${OROCHI_SUBMODULE_DIR}/ParallelPrimitives DESTINATION ${CMAKE_SOURCE_DIR}/contrib/Orochi)
	file(COPY ${HIPRT_SUBMODULE_DIR}/hiprt/impl DESTINATION ${CMAKE_SOURCE_DIR}/hiprt)

	file(GLOB HIPRT_FILES_TO_COPY ${HIPRT_SUBMODULE_DIR}/hiprt/*.h ${HIPRT_SUBMODULE_DIR}/hiprt/*.in)
	file(COPY ${HIPRT_FILES_TO_COPY} DESTINATION ${CMAKE_SOURCE_DIR}/hiprt/)
endif()


================================================
FILE: cmake/SetupTracy.cmake
================================================
add_subdirectory(thirdparties/tracy)

set(DISABLE_TRACY_PROFILING ON)

if (DISABLE_TRACY_PROFILING)
	get_target_property(TRACY_INTERFACE TracyClient INTERFACE_COMPILE_DEFINITIONS)
	list(REMOVE_ITEM TRACY_INTERFACE "TRACY_ENABLE")
	set_target_properties(TracyClient PROPERTIES INTERFACE_COMPILE_DEFINITIONS "${TRACY_INTERFACE}")
endif()


================================================
FILE: data/BRDFsData/GGX/Glass/ExponentCorrection.ipynb
================================================
{
 "cells": [
  {
   "cell_type": "code",
   "execution_count": 110,
   "id": "6992e79b-eec0-4bd5-8e69-13e2a002e919",
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "relative_eta * -13.439691641502959+roughness * -14.648819997830152+relative_eta*relative_eta * 6.8789072129524165+relative_eta * roughness * 2.277848368999256+roughness*roughness * 30.73190238514913+relative_eta*relative_eta*relative_eta * -1.1621500927731714+relative_eta*relative_eta * roughness * 0.37498830694981306+relative_eta * roughness*roughness * 0.8224134608255266+roughness*roughness*roughness * -21.325291375291403+\n",
      "\n",
      "Fitting Errors:\n",
      "Mean Squared Error (MSE): 1.513004991070829\n",
      "Root Mean Squared Error (RMSE): 1.2300426785566543\n",
      "Mean Absolute Error (MAE): 0.6879266691669605\n",
      "\n",
      "\n",
      "float lower_relative_eta_bound;\n",
      "float lower_correction;\n",
      "if (relative_eta > 1.01f && relative_eta <= 1.02f)\n",
      "{\n",
      "\tlower_relative_eta_bound = 1.01f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\tlower_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\tlower_correction = 2.5f;\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\tlower_correction = hippt::lerp(2.5f, 2.3f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\tlower_correction = hippt::lerp(2.3f, 2.4f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\tlower_correction = hippt::lerp(2.4f, 2.45f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\tlower_correction = hippt::lerp(2.45f, 2.4665f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\tlower_correction = hippt::lerp(2.4665f, 2.52f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\tlower_correction = hippt::lerp(2.52f, 2.55f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\tlower_correction = 2.55f;\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\tlower_correction = hippt::lerp(2.55f, 2.585f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\tlower_correction = hippt::lerp(2.585f, 2.5f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "else if (relative_eta > 1.02f && relative_eta <= 1.03f)\n",
      "{\n",
      "\tlower_relative_eta_bound = 1.02f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\tlower_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\tlower_correction = 2.5f;\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\tlower_correction = hippt::lerp(2.5f, 2.3f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\tlower_correction = hippt::lerp(2.3f, 2.4f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\tlower_correction = hippt::lerp(2.4f, 2.475f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\tlower_correction = hippt::lerp(2.475f, 2.51f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\tlower_correction = hippt::lerp(2.51f, 2.54f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\tlower_correction = hippt::lerp(2.54f, 2.565f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\tlower_correction = hippt::lerp(2.565f, 2.57f, (roughness - 0.7f) / 0.1f);\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\tlower_correction = hippt::lerp(2.57f, 2.59f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\tlower_correction = hippt::lerp(2.59f, 2.5f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "else if (relative_eta > 1.03f && relative_eta <= 1.1f)\n",
      "{\n",
      "\tlower_relative_eta_bound = 1.03f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\tlower_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\tlower_correction = 2.5f;\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\tlower_correction = hippt::lerp(2.5f, 2.3f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\tlower_correction = hippt::lerp(2.3f, 2.4f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\tlower_correction = hippt::lerp(2.4f, 2.475f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\tlower_correction = hippt::lerp(2.475f, 2.51f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\tlower_correction = hippt::lerp(2.51f, 2.544f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\tlower_correction = hippt::lerp(2.544f, 2.565f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\tlower_correction = hippt::lerp(2.565f, 2.58f, (roughness - 0.7f) / 0.1f);\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\tlower_correction = hippt::lerp(2.58f, 2.6f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\tlower_correction = hippt::lerp(2.6f, 2.5f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "else if (relative_eta > 1.1f && relative_eta <= 1.2f)\n",
      "{\n",
      "\tlower_relative_eta_bound = 1.1f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\tlower_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\tlower_correction = 2.5f;\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\tlower_correction = hippt::lerp(2.5f, 2.3f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\tlower_correction = hippt::lerp(2.3f, 2.38f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\tlower_correction = hippt::lerp(2.38f, 2.475f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\tlower_correction = hippt::lerp(2.475f, 2.54f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\tlower_correction = hippt::lerp(2.54f, 2.575f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\tlower_correction = hippt::lerp(2.575f, 2.61f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\tlower_correction = hippt::lerp(2.61f, 2.63f, (roughness - 0.7f) / 0.1f);\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\tlower_correction = hippt::lerp(2.63f, 2.6f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\tlower_correction = hippt::lerp(2.6f, 2.5f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "else if (relative_eta > 1.2f && relative_eta <= 1.4f)\n",
      "{\n",
      "\tlower_relative_eta_bound = 1.2f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\tlower_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\tlower_correction = hippt::lerp(2.5f, 1.8f, (roughness - 0.0f) / 0.1f);\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\tlower_correction = hippt::lerp(1.8f, 2.3f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\tlower_correction = hippt::lerp(2.3f, 2.38f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\tlower_correction = hippt::lerp(2.38f, 2.475f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\tlower_correction = hippt::lerp(2.475f, 2.55f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\tlower_correction = hippt::lerp(2.55f, 2.65f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\tlower_correction = hippt::lerp(2.65f, 2.675f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\tlower_correction = hippt::lerp(2.675f, 2.7f, (roughness - 0.7f) / 0.1f);\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\tlower_correction = hippt::lerp(2.7f, 2.675f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\tlower_correction = hippt::lerp(2.675f, 2.5f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "else if (relative_eta > 1.4f && relative_eta <= 1.5f)\n",
      "{\n",
      "\tlower_relative_eta_bound = 1.4f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\tlower_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\tlower_correction = hippt::lerp(2.5f, 1.8f, (roughness - 0.0f) / 0.1f);\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\tlower_correction = hippt::lerp(1.8f, 2.3f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\tlower_correction = hippt::lerp(2.3f, 2.38f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\tlower_correction = hippt::lerp(2.38f, 2.475f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\tlower_correction = hippt::lerp(2.475f, 2.7f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\tlower_correction = hippt::lerp(2.7f, 2.875f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\tlower_correction = hippt::lerp(2.875f, 2.925f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\tlower_correction = hippt::lerp(2.925f, 2.95f, (roughness - 0.7f) / 0.1f);\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\tlower_correction = hippt::lerp(2.95f, 2.8f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\tlower_correction = hippt::lerp(2.8f, 2.55f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "else if (relative_eta > 1.5f && relative_eta <= 2.0f)\n",
      "{\n",
      "\tlower_relative_eta_bound = 1.5f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\tlower_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\tlower_correction = hippt::lerp(2.5f, 1.6f, (roughness - 0.0f) / 0.1f);\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\tlower_correction = hippt::lerp(1.6f, 2.3f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\tlower_correction = hippt::lerp(2.3f, 2.38f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\tlower_correction = hippt::lerp(2.38f, 2.475f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\tlower_correction = hippt::lerp(2.475f, 2.7f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\tlower_correction = hippt::lerp(2.7f, 2.95f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\tlower_correction = hippt::lerp(2.95f, 3.1f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\tlower_correction = 3.1f;\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\tlower_correction = hippt::lerp(3.1f, 3.05f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\tlower_correction = hippt::lerp(3.05f, 2.57f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "else if (relative_eta > 2.0f && relative_eta <= 2.4f)\n",
      "{\n",
      "\tlower_relative_eta_bound = 2.0f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\tlower_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\tlower_correction = hippt::lerp(2.5f, 1.5f, (roughness - 0.0f) / 0.1f);\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\tlower_correction = hippt::lerp(1.5f, 2.2f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\tlower_correction = hippt::lerp(2.2f, 2.38f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\tlower_correction = hippt::lerp(2.38f, 2.475f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\tlower_correction = hippt::lerp(2.475f, 2.75f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\tlower_correction = hippt::lerp(2.75f, 3.5f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\tlower_correction = hippt::lerp(3.5f, 4.85f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\tlower_correction = hippt::lerp(4.85f, 6.0f, (roughness - 0.7f) / 0.1f);\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\tlower_correction = hippt::lerp(6.0f, 7.0f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\tlower_correction = hippt::lerp(7.0f, 2.57f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "else if (relative_eta > 2.4f && relative_eta <= 3.0f)\n",
      "{\n",
      "\tlower_relative_eta_bound = 2.4f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\tlower_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\tlower_correction = hippt::lerp(2.5f, 1.5f, (roughness - 0.0f) / 0.1f);\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\tlower_correction = hippt::lerp(1.5f, 2.0f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\tlower_correction = hippt::lerp(2.0f, 2.44f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\tlower_correction = hippt::lerp(2.44f, 2.475f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\tlower_correction = hippt::lerp(2.475f, 3.0f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\tlower_correction = hippt::lerp(3.0f, 3.8f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\tlower_correction = hippt::lerp(3.8f, 7.0f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\tlower_correction = hippt::lerp(7.0f, 10.0f, (roughness - 0.7f) / 0.1f);\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\tlower_correction = hippt::lerp(10.0f, 12.0f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\tlower_correction = hippt::lerp(12.0f, 3.9f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "else if (relative_eta > 3.0f)\n",
      "{\n",
      "\tlower_relative_eta_bound = 3.0f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\tlower_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\tlower_correction = hippt::lerp(2.5f, 1.5f, (roughness - 0.0f) / 0.1f);\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\tlower_correction = hippt::lerp(1.5f, 1.7f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\tlower_correction = hippt::lerp(1.7f, 2.38f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\tlower_correction = hippt::lerp(2.38f, 2.475f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\tlower_correction = hippt::lerp(2.475f, 2.9f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\tlower_correction = hippt::lerp(2.9f, 3.8f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\tlower_correction = hippt::lerp(3.8f, 7.5f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\tlower_correction = hippt::lerp(7.5f, 12.0f, (roughness - 0.7f) / 0.1f);\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\tlower_correction = hippt::lerp(12.0f, 13.75f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\tlower_correction = hippt::lerp(13.75f, 2.5f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "float higher_relative_eta_bound;\n",
      "float higher_correction;\n",
      "if (relative_eta <= 1.01f)\n",
      "{\n",
      "\thigher_relative_eta_bound = 1.01f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\thigher_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\thigher_correction = 2.5f;\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\thigher_correction = hippt::lerp(2.5f, 2.3f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\thigher_correction = hippt::lerp(2.3f, 2.4f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\thigher_correction = hippt::lerp(2.4f, 2.45f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\thigher_correction = hippt::lerp(2.45f, 2.4665f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\thigher_correction = hippt::lerp(2.4665f, 2.52f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\thigher_correction = hippt::lerp(2.52f, 2.55f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\thigher_correction = 2.55f;\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\thigher_correction = hippt::lerp(2.55f, 2.585f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\thigher_correction = hippt::lerp(2.585f, 2.5f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "else if (relative_eta <= 1.02f)\n",
      "{\n",
      "\thigher_relative_eta_bound = 1.02f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\thigher_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\thigher_correction = 2.5f;\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\thigher_correction = hippt::lerp(2.5f, 2.3f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\thigher_correction = hippt::lerp(2.3f, 2.4f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\thigher_correction = hippt::lerp(2.4f, 2.475f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\thigher_correction = hippt::lerp(2.475f, 2.51f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\thigher_correction = hippt::lerp(2.51f, 2.54f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\thigher_correction = hippt::lerp(2.54f, 2.565f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\thigher_correction = hippt::lerp(2.565f, 2.57f, (roughness - 0.7f) / 0.1f);\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\thigher_correction = hippt::lerp(2.57f, 2.59f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\thigher_correction = hippt::lerp(2.59f, 2.5f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "else if (relative_eta <= 1.03f)\n",
      "{\n",
      "\thigher_relative_eta_bound = 1.03f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\thigher_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\thigher_correction = 2.5f;\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\thigher_correction = hippt::lerp(2.5f, 2.3f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\thigher_correction = hippt::lerp(2.3f, 2.4f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\thigher_correction = hippt::lerp(2.4f, 2.475f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\thigher_correction = hippt::lerp(2.475f, 2.51f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\thigher_correction = hippt::lerp(2.51f, 2.544f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\thigher_correction = hippt::lerp(2.544f, 2.565f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\thigher_correction = hippt::lerp(2.565f, 2.58f, (roughness - 0.7f) / 0.1f);\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\thigher_correction = hippt::lerp(2.58f, 2.6f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\thigher_correction = hippt::lerp(2.6f, 2.5f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "else if (relative_eta <= 1.1f)\n",
      "{\n",
      "\thigher_relative_eta_bound = 1.1f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\thigher_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\thigher_correction = 2.5f;\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\thigher_correction = hippt::lerp(2.5f, 2.3f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\thigher_correction = hippt::lerp(2.3f, 2.38f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\thigher_correction = hippt::lerp(2.38f, 2.475f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\thigher_correction = hippt::lerp(2.475f, 2.54f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\thigher_correction = hippt::lerp(2.54f, 2.575f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\thigher_correction = hippt::lerp(2.575f, 2.61f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\thigher_correction = hippt::lerp(2.61f, 2.63f, (roughness - 0.7f) / 0.1f);\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\thigher_correction = hippt::lerp(2.63f, 2.6f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\thigher_correction = hippt::lerp(2.6f, 2.5f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "else if (relative_eta <= 1.2f)\n",
      "{\n",
      "\thigher_relative_eta_bound = 1.2f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\thigher_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\thigher_correction = hippt::lerp(2.5f, 1.8f, (roughness - 0.0f) / 0.1f);\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\thigher_correction = hippt::lerp(1.8f, 2.3f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\thigher_correction = hippt::lerp(2.3f, 2.38f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\thigher_correction = hippt::lerp(2.38f, 2.475f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\thigher_correction = hippt::lerp(2.475f, 2.55f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\thigher_correction = hippt::lerp(2.55f, 2.65f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\thigher_correction = hippt::lerp(2.65f, 2.675f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\thigher_correction = hippt::lerp(2.675f, 2.7f, (roughness - 0.7f) / 0.1f);\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\thigher_correction = hippt::lerp(2.7f, 2.675f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\thigher_correction = hippt::lerp(2.675f, 2.5f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "else if (relative_eta <= 1.4f)\n",
      "{\n",
      "\thigher_relative_eta_bound = 1.4f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\thigher_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\thigher_correction = hippt::lerp(2.5f, 1.8f, (roughness - 0.0f) / 0.1f);\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\thigher_correction = hippt::lerp(1.8f, 2.3f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\thigher_correction = hippt::lerp(2.3f, 2.38f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\thigher_correction = hippt::lerp(2.38f, 2.475f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\thigher_correction = hippt::lerp(2.475f, 2.7f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\thigher_correction = hippt::lerp(2.7f, 2.875f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\thigher_correction = hippt::lerp(2.875f, 2.925f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\thigher_correction = hippt::lerp(2.925f, 2.95f, (roughness - 0.7f) / 0.1f);\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\thigher_correction = hippt::lerp(2.95f, 2.8f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\thigher_correction = hippt::lerp(2.8f, 2.55f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "else if (relative_eta <= 1.5f)\n",
      "{\n",
      "\thigher_relative_eta_bound = 1.5f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\thigher_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\thigher_correction = hippt::lerp(2.5f, 1.6f, (roughness - 0.0f) / 0.1f);\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\thigher_correction = hippt::lerp(1.6f, 2.3f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\thigher_correction = hippt::lerp(2.3f, 2.38f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\thigher_correction = hippt::lerp(2.38f, 2.475f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\thigher_correction = hippt::lerp(2.475f, 2.7f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\thigher_correction = hippt::lerp(2.7f, 2.95f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\thigher_correction = hippt::lerp(2.95f, 3.1f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\thigher_correction = 3.1f;\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\thigher_correction = hippt::lerp(3.1f, 3.05f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\thigher_correction = hippt::lerp(3.05f, 2.57f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "else if (relative_eta <= 2.0f)\n",
      "{\n",
      "\thigher_relative_eta_bound = 2.0f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\thigher_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\thigher_correction = hippt::lerp(2.5f, 1.5f, (roughness - 0.0f) / 0.1f);\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\thigher_correction = hippt::lerp(1.5f, 2.2f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\thigher_correction = hippt::lerp(2.2f, 2.38f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\thigher_correction = hippt::lerp(2.38f, 2.475f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\thigher_correction = hippt::lerp(2.475f, 2.75f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\thigher_correction = hippt::lerp(2.75f, 3.5f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\thigher_correction = hippt::lerp(3.5f, 4.85f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\thigher_correction = hippt::lerp(4.85f, 6.0f, (roughness - 0.7f) / 0.1f);\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\thigher_correction = hippt::lerp(6.0f, 7.0f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\thigher_correction = hippt::lerp(7.0f, 2.57f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "else if (relative_eta <= 2.4f)\n",
      "{\n",
      "\thigher_relative_eta_bound = 2.4f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\thigher_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\thigher_correction = hippt::lerp(2.5f, 1.5f, (roughness - 0.0f) / 0.1f);\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\thigher_correction = hippt::lerp(1.5f, 2.0f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\thigher_correction = hippt::lerp(2.0f, 2.44f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\thigher_correction = hippt::lerp(2.44f, 2.475f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\thigher_correction = hippt::lerp(2.475f, 3.0f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\thigher_correction = hippt::lerp(3.0f, 3.8f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\thigher_correction = hippt::lerp(3.8f, 7.0f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\thigher_correction = hippt::lerp(7.0f, 10.0f, (roughness - 0.7f) / 0.1f);\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\thigher_correction = hippt::lerp(10.0f, 12.0f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\thigher_correction = hippt::lerp(12.0f, 3.9f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "else if (relative_eta <= 3.0f)\n",
      "{\n",
      "\thigher_relative_eta_bound = 3.0f;\n",
      "\n",
      "\tif (roughness <= 0.0f)\n",
      "\t\thigher_correction = 2.5f;\n",
      "\telse if (roughness <= 0.1f)\n",
      "\t\thigher_correction = hippt::lerp(2.5f, 1.5f, (roughness - 0.0f) / 0.1f);\n",
      "\telse if (roughness <= 0.2f)\n",
      "\t\thigher_correction = hippt::lerp(1.5f, 1.7f, (roughness - 0.1f) / 0.1f);\n",
      "\telse if (roughness <= 0.3f)\n",
      "\t\thigher_correction = hippt::lerp(1.7f, 2.38f, (roughness - 0.2f) / 0.1f);\n",
      "\telse if (roughness <= 0.4f)\n",
      "\t\thigher_correction = hippt::lerp(2.38f, 2.475f, (roughness - 0.3f) / 0.1f);\n",
      "\telse if (roughness <= 0.5f)\n",
      "\t\thigher_correction = hippt::lerp(2.475f, 2.9f, (roughness - 0.4f) / 0.1f);\n",
      "\telse if (roughness <= 0.6f)\n",
      "\t\thigher_correction = hippt::lerp(2.9f, 3.8f, (roughness - 0.5f) / 0.1f);\n",
      "\telse if (roughness <= 0.7f)\n",
      "\t\thigher_correction = hippt::lerp(3.8f, 7.5f, (roughness - 0.6f) / 0.1f);\n",
      "\telse if (roughness <= 0.8f)\n",
      "\t\thigher_correction = hippt::lerp(7.5f, 12.0f, (roughness - 0.7f) / 0.1f);\n",
      "\telse if (roughness <= 0.9f)\n",
      "\t\thigher_correction = hippt::lerp(12.0f, 13.75f, (roughness - 0.8f) / 0.1f);\n",
      "\telse if (roughness <= 1.0f)\n",
      "\t\thigher_correction = hippt::lerp(13.75f, 2.5f, (roughness - 0.9f) / 0.1f);\n",
      "}\n",
      "\n",
      "return hippt::lerp(lower_correction, higher_correction, (relative_eta - lower_relative_eta_bound) / (higher_relative_eta_bound - lower_relative_eta_bound));\n"
     ]
    }
   ],
   "source": [
    "import numpy as np\n",
    "import re\n",
    "from sklearn.preprocessing import PolynomialFeatures\n",
    "from sklearn.linear_model import LinearRegression\n",
    "\n",
    "DEGREE = 3\n",
    "\n",
    "# Notebook for fitting a polynomial for the correction exponent for glass dielectrics \n",
    "# given a certain IOR and roughness\n",
    "#\n",
    "# The 'values'  array has been eyeballed manually to try and minimize the visual energy loss/gain\n",
    "# The idea of the polynomial is to replace the massive if(),  else if(), else if() that would have been\n",
    "# needed otherwise\n",
    "#\n",
    "# TURNS OUT THAT THE FITTING ERROR IS TOO LARGE AND THE POLYNOMIAL\n",
    "# FITTED BY THIS SCRIPT IS THUS NEVER USED IN THE RENDERER\n",
    "# \n",
    "# Instead, we just translate the double entry table IO-Roughness into a massive and disgusting\n",
    "# if(), else if(). This is exactly what we wanted to avoid but in the end, it's efficient and fits well.\n",
    "# The only single downside is that it looks disgusting but who cares?\n",
    "\n",
    "ior_values = [1.01, 1.02, 1.03, 1.1, 1.2, 1.4, 1.5, 2.0, 2.4, 3.0]\n",
    "roughness_values = [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1]\n",
    "\n",
    "# Table of output values (for each combination of IOR and roughness)\n",
    "# For example, these could represent reflectance values:\n",
    "values = np.array([\n",
    "    [2.5, 2.5, 2.5, 2.5, 2.5, 2.5, 2.5, 2.5, 2.5, 2.5],  # Roughness 0.0\n",
    "    [2.5, 2.5, 2.5, 2.5, 1.8, 1.8, 1.6, 1.5, 1.5, 1.5],  # Roughness 0.1\n",
    "    [2.3, 2.3, 2.3, 2.3, 2.3, 2.3, 2.3, 2.2, 2, 1.7],  # Roughness 0.2\n",
    "    [2.4, 2.4, 2.4, 2.38, 2.38, 2.38, 2.38, 2.38, 2.44, 2.38],  # Roughness 0.3\n",
    "    [2.45, 2.475, 2.475, 2.475, 2.475, 2.475, 2.475, 2.475, 2.475, 2.475],  # Roughness 0.4\n",
    "    [2.4665, 2.51, 2.51, 2.54, 2.55, 2.7, 2.7, 2.75, 3, 2.9],  # Roughness 0.5\n",
    "    [2.52, 2.54, 2.544, 2.575, 2.65, 2.875, 2.95, 3.5, 3.8, 3.8],  # Roughness 0.6\n",
    "    [2.55, 2.565, 2.565, 2.61, 2.675, 2.925, 3.1, 4.85, 7, 7.5],  # Roughness 0.7\n",
    "    [2.55, 2.57, 2.58, 2.63, 2.7, 2.95, 3.1, 6, 10, 12],  # Roughness 0.8\n",
    "    [2.585, 2.59, 2.6, 2.6, 2.675, 2.8, 3.05, 7, 12, 13.75],  # Roughness 0.9\n",
    "    [2.5, 2.5, 2.5, 2.5, 2.5, 2.55, 2.57, 2.57, 3.9, 2.5],  # Roughness 1.0\n",
    "])\n",
    "\n",
    "# Create combinations of IOR and roughness\n",
    "ior, roughness = np.meshgrid(ior_values, roughness_values)  # Create grid\n",
    "ior = ior.ravel()  # Flatten to 1D array\n",
    "roughness = roughness.ravel()  # Flatten to 1D array\n",
    "outputs = values.ravel()  # Flatten table of outputs\n",
    "\n",
    "# Prepare design matrix for polynomial features\n",
    "X = np.column_stack((ior, roughness))\n",
    "poly = PolynomialFeatures(degree=DEGREE, include_bias=False)  # Bias=False avoids adding constant\n",
    "X_poly = poly.fit_transform(X)\n",
    "\n",
    "# Fit the polynomial model\n",
    "model = LinearRegression()\n",
    "model.fit(X_poly, outputs)\n",
    "\n",
    "# Extract coefficients\n",
    "intercept = model.intercept_  # Constant term\n",
    "coefficients = model.coef_  # Remaining terms\n",
    "\n",
    "# Display results\n",
    "# print(\"Intercept (constant term):\", intercept)\n",
    "# print(\"Coefficients (for polynomial terms):\", coefficients)\n",
    "\n",
    "# Polynomial interpretation\n",
    "terms = poly.get_feature_names_out([\"relative_eta\", \"roughness\"])\n",
    "for term, coef in zip(terms, coefficients):\n",
    "    # Replace '^2' with ' * IOR' or ' * Roughness' for terms like IOR^2\n",
    "    term = re.sub(r\"(relative_eta|roughness)\\^([0-9]+)\", lambda m: \"*\".join([m.group(1)] * int(m.group(2))), term)\n",
    "\n",
    "    # If the term has more than one factor, join them with ' * '\n",
    "    formatted_term = \" * \".join(term.split(\" \"))\n",
    "    \n",
    "    print(f\"{formatted_term} * {coef}\", end='+')\n",
    "\n",
    "from sklearn.metrics import mean_squared_error, mean_absolute_error, r2_score\n",
    "\n",
    "# Predict the values using the fitted model\n",
    "predicted_outputs = model.predict(X_poly)\n",
    "\n",
    "# Calculate error metrics\n",
    "mse = mean_squared_error(outputs, predicted_outputs)\n",
    "rmse = np.sqrt(mse)\n",
    "mae = mean_absolute_error(outputs, predicted_outputs)\n",
    "\n",
    "# Display the errors\n",
    "print(\"\\n\\nFitting Errors:\")\n",
    "print(f\"Mean Squared Error (MSE): {mse}\")\n",
    "print(f\"Root Mean Squared Error (RMSE): {rmse}\")\n",
    "print(f\"Mean Absolute Error (MAE): {mae}\")\n",
    "\n",
    "#######\n",
    "# Printing the massive if(), else if() block so that it is ready to be copy pasted in the shader\n",
    "#######\n",
    "\n",
    "print()\n",
    "print()\n",
    "\n",
    "print(\"float lower_relative_eta_bound;\")\n",
    "print(\"float lower_correction;\")\n",
    "for i in range(0, len(ior_values)):\n",
    "    relative_eta = ior_values[i]\n",
    "    next_relative_eta = 1\n",
    "    if (i != len(ior_values) - 1):\n",
    "        next_relative_eta = ior_values[i + 1]\n",
    "\n",
    "    if (i == 0):\n",
    "        print(\"if (\", end='');\n",
    "    else:\n",
    "        print(\"else if (\", end='');\n",
    "    if (i != len(ior_values) - 1):\n",
    "        print(\"relative_eta > \" + str(relative_eta) + \"f && relative_eta <= \" + str(next_relative_eta) + \"f)\\n{\")\n",
    "    else:\n",
    "        print(\"relative_eta > \" + str(relative_eta) + \"f)\\n{\")\n",
    "    \n",
    "    print(\"\\tlower_relative_eta_bound = \" + str(relative_eta) + \"f;\\n\")\n",
    "    for j in range(0, len(roughness_values)):\n",
    "        roughness = roughness_values[j]\n",
    "        str_roughness = \"\"\n",
    "        str_roughness_minus_1 = \"\"\n",
    "        if (j == 0):\n",
    "            str_roughness = \"0.0f\"\n",
    "        elif (j == len(roughness_values) - 1):\n",
    "            str_roughness = \"1.0f\"\n",
    "            str_roughness_minus_1 = str(round(roughness - 1 / (len(roughness_values) - 1), 1)) + \"f\"\n",
    "        else:\n",
    "            str_roughness = str(roughness) + \"f\"\n",
    "            str_roughness_minus_1 = str(round(roughness - 1 / (len(roughness_values) - 1), 1)) + \"f\"\n",
    "\n",
    "        print(\"\\t\", end='')\n",
    "        if (j == 0):\n",
    "            print(\"if (\", end='')\n",
    "        else:\n",
    "            print(\"else if (\", end='')\n",
    "\n",
    "        print(\"roughness <= \" + str_roughness + \")\")\n",
    "\n",
    "        if (j == 0):\n",
    "            print(\"\\t\\tlower_correction = \" + str(values[j][i]) +  \"f;\")\n",
    "        else:\n",
    "            lower_lerp = values[j - 1][i]\n",
    "            higher_lerp = values[j][i]\n",
    "            if (lower_lerp == higher_lerp):\n",
    "                print(\"\\t\\tlower_correction = \" + str(lower_lerp) + \"f;\")\n",
    "            else:\n",
    "                print(\"\\t\\tlower_correction = hippt::lerp(\" + str(lower_lerp) + \"f, \" + str(higher_lerp) + \"f, (roughness - \" + str_roughness_minus_1 + \") / 0.1f);\")\n",
    "\n",
    "    print(\"}\")\n",
    "    \n",
    "print(\"float higher_relative_eta_bound;\")\n",
    "print(\"float higher_correction;\")\n",
    "for i in range(0, len(ior_values)):\n",
    "    relative_eta = ior_values[i]\n",
    "\n",
    "    if (i == 0):\n",
    "        print(\"if (\", end='');\n",
    "    else:\n",
    "        print(\"else if (\", end='');\n",
    "    print(\"relative_eta <= \" + str(relative_eta) + \"f)\\n{\")\n",
    "\n",
    "    print(\"\\thigher_relative_eta_bound = \" + str(relative_eta) + \"f;\\n\")\n",
    "    for j in range(0, len(roughness_values)):\n",
    "        roughness = roughness_values[j]\n",
    "        str_roughness = \"\"\n",
    "        str_roughness_minus_1 = \"\"\n",
    "        if (j == 0):\n",
    "            str_roughness = \"0.0f\"\n",
    "        elif (j == len(roughness_values) - 1):\n",
    "            str_roughness = \"1.0f\"\n",
    "            str_roughness_minus_1 = str(round(roughness - 1 / (len(roughness_values) - 1), 1)) + \"f\"\n",
    "        else:\n",
    "            str_roughness = str(roughness) + \"f\"\n",
    "            str_roughness_minus_1 = str(round(roughness - 1 / (len(roughness_values) - 1), 1)) + \"f\"\n",
    "\n",
    "        print(\"\\t\", end='')\n",
    "        if (j == 0):\n",
    "            print(\"if (\", end='')\n",
    "        else:\n",
    "            print(\"else if (\", end='')\n",
    "\n",
    "        print(\"roughness <= \" + str_roughness + \")\")\n",
    "\n",
    "        if (j == 0):\n",
    "            print(\"\\t\\thigher_correction = \" + str(values[j][i]) +  \"f;\")\n",
    "        else:\n",
    "            lower_lerp = values[j - 1][i]\n",
    "            higher_lerp = values[j][i]\n",
    "            if (lower_lerp == higher_lerp):\n",
    "                print(\"\\t\\thigher_correction = \" + str(lower_lerp) + \"f;\")\n",
    "            else:\n",
    "                print(\"\\t\\thigher_correction = hippt::lerp(\" + str(lower_lerp) + \"f, \" + str(higher_lerp) + \"f, (roughness - \" + str_roughness_minus_1 + \") / 0.1f);\")\n",
    "\n",
    "    print(\"}\")\n",
    "\n",
    "print(\"\\nreturn hippt::lerp(lower_correction, higher_correction, (relative_eta - lower_relative_eta_bound) / (higher_relative_eta_bound - lower_relative_eta_bound));\")"
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3 (ipykernel)",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.11.5"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}


================================================
FILE: data/GLTFs/cornell_pbr.gltf
================================================
{
	"asset":{
		"generator":"Khronos glTF Blender I/O v4.2.70",
		"version":"2.0"
	},
	"extensionsUsed":[
		"KHR_materials_clearcoat",
		"KHR_materials_transmission",
		"KHR_materials_emissive_strength",
		"KHR_materials_specular",
		"KHR_materials_ior"
	],
	"scene":0,
	"scenes":[
		{
			"name":"Scene",
			"nodes":[
				0,
				1,
				2
			]
		}
	],
	"nodes":[
		{
			"mesh":0,
			"name":"cornell.001",
			"rotation":[
				0.70710688829422,
				0,
				0,
				0.7071066498756409
			]
		},
		{
			"camera":0,
			"name":"Camera.001",
			"translation":[
				-0.10000000149011612,
				1,
				6.499999523162842
			]
		},
		{
			"mesh":1,
			"name":"Sphere",
			"scale":[
				0.20000000298023224,
				0.20000000298023224,
				0.20000000298023224
			],
			"translation":[
				0.3562004268169403,
				0.800000011920929,
				0.47223222255706787
			]
		}
	],
	"cameras":[
		{
			"name":"Camera.001",
			"perspective":{
				"aspectRatio":1.7777777777777777,
				"yfov":0.4038851857185364,
				"zfar":100,
				"znear":0.10000000149011612
			},
			"type":"perspective"
		}
	],
	"materials":[
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_clearcoat":{
					"clearcoatRoughnessFactor":0
				},
				"KHR_materials_specular":{
					"specularFactor":0
				}
			},
			"name":"shortBox.001",
			"pbrMetallicRoughness":{
				"baseColorFactor":[
					0.09947466850280762,
					0.09947466850280762,
					0.09947466850280762,
					1
				],
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_clearcoat":{
					"clearcoatRoughnessFactor":0
				}
			},
			"name":"leftWall.001",
			"pbrMetallicRoughness":{
				"baseColorFactor":[
					1,
					0,
					0,
					1
				],
				"metallicFactor":0,
				"roughnessFactor":0.5
			}
		},
		{
			"doubleSided":true,
			"emissiveFactor":[
				1,
				1,
				1
			],
			"extensions":{
				"KHR_materials_clearcoat":{
					"clearcoatRoughnessFactor":0
				},
				"KHR_materials_emissive_strength":{
					"emissiveStrength":100
				}
			},
			"name":"light.001",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0.9009850025177002
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_clearcoat":{
					"clearcoatRoughnessFactor":0
				}
			},
			"name":"tallBox.001",
			"pbrMetallicRoughness":{
				"baseColorFactor":[
					1,
					1,
					0,
					1
				],
				"metallicFactor":0,
				"roughnessFactor":0.6837720274925232
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_clearcoat":{
					"clearcoatRoughnessFactor":0
				}
			},
			"name":"floor.001",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0.8418859839439392
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_clearcoat":{
					"clearcoatRoughnessFactor":0
				}
			},
			"name":"backWall.001",
			"pbrMetallicRoughness":{
				"baseColorFactor":[
					0,
					0,
					1,
					1
				],
				"metallicFactor":0,
				"roughnessFactor":0.9009850025177002
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_clearcoat":{
					"clearcoatRoughnessFactor":0
				}
			},
			"name":"ceiling.001",
			"pbrMetallicRoughness":{
				"baseColorFactor":[
					0,
					1,
					1,
					1
				],
				"metallicFactor":0,
				"roughnessFactor":0.9009850025177002
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_clearcoat":{
					"clearcoatRoughnessFactor":0
				}
			},
			"name":"rightWall.001",
			"pbrMetallicRoughness":{
				"baseColorFactor":[
					0,
					1,
					0,
					1
				],
				"metallicFactor":0,
				"roughnessFactor":0.5
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_clearcoat":{
					"clearcoatRoughnessFactor":0
				},
				"KHR_materials_transmission":{
					"transmissionFactor":1
				},
				"KHR_materials_ior":{
					"ior":1.4500000476837158
				}
			},
			"name":"Material.001",
			"pbrMetallicRoughness":{
				"baseColorFactor":[
					0.8000000715255737,
					0,
					0.004255097359418869,
					1
				],
				"metallicFactor":0,
				"roughnessFactor":0
			}
		}
	],
	"meshes":[
		{
			"name":"cornell.001",
			"primitives":[
				{
					"attributes":{
						"POSITION":0,
						"NORMAL":1
					},
					"indices":2,
					"material":0
				},
				{
					"attributes":{
						"POSITION":3,
						"NORMAL":4
					},
					"indices":5,
					"material":1
				},
				{
					"attributes":{
						"POSITION":6,
						"NORMAL":7
					},
					"indices":5,
					"material":2
				},
				{
					"attributes":{
						"POSITION":8,
						"NORMAL":9
					},
					"indices":2,
					"material":3
				},
				{
					"attributes":{
						"POSITION":10,
						"NORMAL":11
					},
					"indices":5,
					"material":4
				},
				{
					"attributes":{
						"POSITION":12,
						"NORMAL":13
					},
					"indices":5,
					"material":5
				},
				{
					"attributes":{
						"POSITION":14,
						"NORMAL":15
					},
					"indices":5,
					"material":6
				},
				{
					"attributes":{
						"POSITION":16,
						"NORMAL":17
					},
					"indices":5,
					"material":7
				}
			]
		},
		{
			"name":"Sphere",
			"primitives":[
				{
					"attributes":{
						"POSITION":18,
						"NORMAL":19,
						"TEXCOORD_0":20
					},
					"indices":21,
					"material":8
				}
			]
		}
	],
	"accessors":[
		{
			"bufferView":0,
			"componentType":5126,
			"count":20,
			"max":[
				0.699999988079071,
				0.75,
				0
			],
			"min":[
				-0.05000000074505806,
				0,
				-0.6000000238418579
			],
			"type":"VEC3"
		},
		{
			"bufferView":1,
			"componentType":5126,
			"count":20,
			"type":"VEC3"
		},
		{
			"bufferView":2,
			"componentType":5123,
			"count":30,
			"type":"SCALAR"
		},
		{
			"bufferView":3,
			"componentType":5126,
			"count":4,
			"max":[
				-0.9900000095367432,
				0.9900000095367432,
				0
			],
			"min":[
				-1.0199999809265137,
				-1.0399999618530273,
				-1.9900000095367432
			],
			"type":"VEC3"
		},
		{
			"bufferView":4,
			"componentType":5126,
			"count":4,
			"type":"VEC3"
		},
		{
			"bufferView":5,
			"componentType":5123,
			"count":6,
			"type":"SCALAR"
		},
		{
			"bufferView":6,
			"componentType":5126,
			"count":4,
			"max":[
				0.23000000417232513,
				0.1599999964237213,
				-1.9800000190734863
			],
			"min":[
				-0.23999999463558197,
				-0.2199999988079071,
				-1.9800000190734863
			],
			"type":"VEC3"
		},
		{
			"bufferView":7,
			"componentType":5126,
			"count":4,
			"type":"VEC3"
		},
		{
			"bufferView":8,
			"componentType":5126,
			"count":20,
			"max":[
				0.03999999910593033,
				0.09000000357627869,
				0
			],
			"min":[
				-0.7099999785423279,
				-0.6700000166893005,
				-1.2000000476837158
			],
			"type":"VEC3"
		},
		{
			"bufferView":9,
			"componentType":5126,
			"count":20,
			"type":"VEC3"
		},
		{
			"bufferView":10,
			"componentType":5126,
			"count":4,
			"max":[
				1,
				0.9900000095367432,
				0
			],
			"min":[
				-1.0099999904632568,
				-1.0399999618530273,
				0
			],
			"type":"VEC3"
		},
		{
			"bufferView":11,
			"componentType":5126,
			"count":4,
			"type":"VEC3"
		},
		{
			"bufferView":12,
			"componentType":5126,
			"count":4,
			"max":[
				1,
				-1.0399999618530273,
				0
			],
			"min":[
				-1.0199999809265137,
				-1.0399999618530273,
				-1.9900000095367432
			],
			"type":"VEC3"
		},
		{
			"bufferView":13,
			"componentType":5126,
			"count":4,
			"type":"VEC3"
		},
		{
			"bufferView":14,
			"componentType":5126,
			"count":4,
			"max":[
				1,
				0.9900000095367432,
				-1.9900000095367432
			],
			"min":[
				-1.0199999809265137,
				-1.0399999618530273,
				-1.9900000095367432
			],
			"type":"VEC3"
		},
		{
			"bufferView":15,
			"componentType":5126,
			"count":4,
			"type":"VEC3"
		},
		{
			"bufferView":16,
			"componentType":5126,
			"count":4,
			"max":[
				1,
				0.9900000095367432,
				0
			],
			"min":[
				1,
				-1.0399999618530273,
				-1.9900000095367432
			],
			"type":"VEC3"
		},
		{
			"bufferView":17,
			"componentType":5126,
			"count":4,
			"type":"VEC3"
		},
		{
			"bufferView":18,
			"componentType":5126,
			"count":4223,
			"max":[
				0.9999998807907104,
				1,
				0.9999997615814209
			],
			"min":[
				-0.9999997019767761,
				-1,
				-1
			],
			"type":"VEC3"
		},
		{
			"bufferView":19,
			"componentType":5126,
			"count":4223,
			"type":"VEC3"
		},
		{
			"bufferView":20,
			"componentType":5126,
			"count":4223,
			"type":"VEC2"
		},
		{
			"bufferView":21,
			"componentType":5123,
			"count":24192,
			"type":"SCALAR"
		}
	],
	"bufferViews":[
		{
			"buffer":0,
			"byteLength":240,
			"byteOffset":0,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":240,
			"byteOffset":240,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":60,
			"byteOffset":480,
			"target":34963
		},
		{
			"buffer":0,
			"byteLength":48,
			"byteOffset":540,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":48,
			"byteOffset":588,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":12,
			"byteOffset":636,
			"target":34963
		},
		{
			"buffer":0,
			"byteLength":48,
			"byteOffset":648,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":48,
			"byteOffset":696,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":240,
			"byteOffset":744,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":240,
			"byteOffset":984,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":48,
			"byteOffset":1224,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":48,
			"byteOffset":1272,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":48,
			"byteOffset":1320,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":48,
			"byteOffset":1368,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":48,
			"byteOffset":1416,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":48,
			"byteOffset":1464,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":48,
			"byteOffset":1512,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":48,
			"byteOffset":1560,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":50676,
			"byteOffset":1608,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":50676,
			"byteOffset":52284,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":33784,
			"byteOffset":102960,
			"target":34962
		},
		{
			"buffer":0,
			"byteLength":48384,
			"byteOffset":136744,
			"target":34963
		}
	],
	"buffers":[
		{
			"byteLength":185128,
			"uri":"cornell_pbr.bin"
		}
	]
}


================================================
FILE: data/GLTFs/multi-dispersion.gltf
================================================
{
	"asset":{
		"generator":"Khronos glTF Blender I/O v4.2.70",
		"version":"2.0"
	},
	"extensionsUsed":[
		"KHR_materials_transmission"
	],
	"scene":0,
	"scenes":[
		{
			"name":"Scene",
			"nodes":[
				0,
				1,
				2,
				3,
				4,
				5,
				6,
				7,
				8,
				9,
				10,
				11,
				12,
				13,
				14,
				15,
				16,
				17,
				18,
				19,
				20,
				21,
				22,
				23,
				24,
				25,
				26,
				27,
				28,
				29,
				30,
				31,
				32,
				33,
				34,
				35,
				36,
				37,
				38,
				39,
				40,
				41,
				42,
				43,
				44,
				45,
				46,
				47,
				48,
				49,
				50,
				51
			]
		}
	],
	"nodes":[
		{
			"mesh":0,
			"name":"Big",
			"rotation":[
				-0.18059857189655304,
				0.04401765391230583,
				0.2745361924171448,
				0.9434386491775513
			],
			"translation":[
				-0.12121788412332535,
				0.08730625361204147,
				-0.17660263180732727
			]
		},
		{
			"camera":0,
			"name":"Camera",
			"rotation":[
				-0.022813020274043083,
				0.9744870066642761,
				0.11683055013418198,
				0.19027690589427948
			],
			"translation":[
				0.2137400358915329,
				0.26666662096977234,
				-0.9217798113822937
			]
		},
		{
			"mesh":1,
			"name":"Plane",
			"scale":[
				68.26968383789062,
				68.26968383789062,
				68.26968383789062
			],
			"translation":[
				-0.03350231796503067,
				0,
				0
			]
		},
		{
			"mesh":2,
			"name":"GeoSphere003.001",
			"rotation":[
				-0.2717084586620331,
				0.8061394691467285,
				-0.16540518403053284,
				0.4989537298679352
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.20849435031414032,
				0.011372121050953865,
				-0.33038368821144104
			]
		},
		{
			"mesh":3,
			"name":"GeoSphere003.002",
			"rotation":[
				-0.505194365978241,
				0.028006816282868385,
				0.8624654412269592,
				0.012149344198405743
			],
			"scale":[
				0.13006502389907837,
				0.13006500899791718,
				0.13006502389907837
			],
			"translation":[
				-0.5041190385818481,
				0.007328478619456291,
				-0.3771926760673523
			]
		},
		{
			"mesh":4,
			"name":"GeoSphere003.003",
			"rotation":[
				0.18523885309696198,
				-0.8525427579879761,
				0.2537952959537506,
				0.41766682267189026
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.17694644629955292,
				0.011370167136192322,
				-0.3251064717769623
			]
		},
		{
			"mesh":5,
			"name":"GeoSphere003.004",
			"rotation":[
				-0.26327353715896606,
				-0.9462590217590332,
				-0.1835026741027832,
				0.04009705409407616
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.11534974724054337,
				0.011368044652044773,
				-0.30308225750923157
			]
		},
		{
			"mesh":6,
			"name":"GeoSphere003.005",
			"rotation":[
				-0.2972252368927002,
				-0.18090642988681793,
				-0.11166474223136902,
				0.9308388829231262
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006500899791718
			],
			"translation":[
				-0.02503671869635582,
				0.011372373439371586,
				-0.08266749233007431
			]
		},
		{
			"mesh":7,
			"name":"GeoSphere003.006",
			"rotation":[
				0.24270711839199066,
				0.18106096982955933,
				0.20432241261005402,
				0.9308934211730957
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.05786854028701782,
				0.011371721513569355,
				0.03448312357068062
			]
		},
		{
			"mesh":8,
			"name":"GeoSphere003.007",
			"rotation":[
				0.30991220474243164,
				-0.9454272389411926,
				-0.04572071135044098,
				0.08961784839630127
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006503880023956
			],
			"translation":[
				-0.10885285586118698,
				0.011380909010767937,
				-0.022299697622656822
			]
		},
		{
			"mesh":9,
			"name":"GeoSphere003.008",
			"rotation":[
				-0.15861886739730835,
				0.3616071045398712,
				-0.2718893587589264,
				0.8775856494903564
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				0.11128944158554077,
				0.011369084939360619,
				-0.06842060387134552
			]
		},
		{
			"mesh":10,
			"name":"GeoSphere003.009",
			"rotation":[
				-0.2916436493396759,
				-0.19744791090488434,
				-0.13127796351909637,
				0.9266738295555115
			],
			"scale":[
				0.13006500899791718,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.022038046270608902,
				0.01136020291596651,
				-0.10843902826309204
			]
		},
		{
			"mesh":11,
			"name":"GeoSphere003.010",
			"rotation":[
				-0.1330464482307434,
				0.239720419049263,
				-0.28655847907066345,
				0.9179962277412415
			],
			"scale":[
				0.13006500899791718,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.39776915311813354,
				0.011412850581109524,
				0.36004236340522766
			]
		},
		{
			"mesh":12,
			"name":"GeoSphere003.011",
			"rotation":[
				0.25378233194351196,
				-0.717930257320404,
				0.1858185976743698,
				0.6210009455680847
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.23853854835033417,
				0.01137317530810833,
				-0.36935099959373474
			]
		},
		{
			"mesh":13,
			"name":"GeoSphere003.012",
			"rotation":[
				-0.8004741072654724,
				-0.02516813389956951,
				0.598798930644989,
				0.006902455817908049
			],
			"scale":[
				0.13006502389907837,
				0.13006500899791718,
				0.13006500899791718
			],
			"translation":[
				-0.3570106029510498,
				0.007246554829180241,
				-0.3618093430995941
			]
		},
		{
			"mesh":14,
			"name":"GeoSphere003.013",
			"rotation":[
				-0.9252974390983582,
				0.03435178101062775,
				-0.37766754627227783,
				0.0034516039304435253
			],
			"scale":[
				0.13006500899791718,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				0.07533064484596252,
				0.00737784942612052,
				-0.3752342760562897
			]
		},
		{
			"mesh":15,
			"name":"GeoSphere003.014",
			"rotation":[
				0.018853910267353058,
				0.024486443027853966,
				0.9993785619735718,
				0.016955794766545296
			],
			"scale":[
				0.13006503880023956,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.1543421447277069,
				0.007303744088858366,
				0.10264983028173447
			]
		},
		{
			"mesh":16,
			"name":"GeoSphere003.015",
			"rotation":[
				0.05616613104939461,
				-0.941322386264801,
				-0.3144487142562866,
				0.10899325460195541
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.10102517902851105,
				0.011370140127837658,
				0.052674245089292526
			]
		},
		{
			"mesh":17,
			"name":"GeoSphere003.016",
			"rotation":[
				0.4871572256088257,
				-0.018992548808455467,
				-0.8731009364128113,
				0.003448193660005927
			],
			"scale":[
				0.13006502389907837,
				0.13006500899791718,
				0.13006500899791718
			],
			"translation":[
				-0.296036958694458,
				0.007107077166438103,
				-0.2748781442642212
			]
		},
		{
			"mesh":18,
			"name":"GeoSphere003.017",
			"rotation":[
				0.5666192173957825,
				0.014482385478913784,
				-0.8233940005302429,
				0.027481136843562126
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.38634154200553894,
				0.007334591820836067,
				-0.3463435471057892
			]
		},
		{
			"mesh":19,
			"name":"GeoSphere003.018",
			"rotation":[
				0.2868089973926544,
				-0.02325175516307354,
				-0.12863944470882416,
				0.9490268230438232
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.3769674003124237,
				0.011365294456481934,
				-0.31926217675209045
			]
		},
		{
			"mesh":20,
			"name":"GeoSphere003.019",
			"rotation":[
				-0.2635954022407532,
				-0.9462764859199524,
				0.1861024647951126,
				0.021076705306768417
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.17578920722007751,
				0.011364184319972992,
				0.1279369443655014
			]
		},
		{
			"mesh":21,
			"name":"GeoSphere003.020",
			"rotation":[
				0.981778621673584,
				0.028752772137522697,
				-0.18784041702747345,
				0.00028548462432809174
			],
			"scale":[
				0.13006502389907837,
				0.13006500899791718,
				0.13006502389907837
			],
			"translation":[
				-0.052354007959365845,
				0.0072728716768324375,
				0.06500548124313354
			]
		},
		{
			"mesh":22,
			"name":"GeoSphere003.021",
			"rotation":[
				-0.6077518463134766,
				0.007505889516323805,
				-0.7933579683303833,
				0.03412551432847977
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.020264793187379837,
				0.007347577717155218,
				0.05279305577278137
			]
		},
		{
			"mesh":23,
			"name":"GeoSphere003.022",
			"rotation":[
				0.29746347665786743,
				0.4036971926689148,
				0.11747676879167557,
				0.8571717143058777
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.011225644499063492,
				0.011366810649633408,
				-0.052403487265110016
			]
		},
		{
			"mesh":24,
			"name":"GeoSphere003.023",
			"rotation":[
				-0.15131594240665436,
				0.3455721139907837,
				-0.27116018533706665,
				0.8855257034301758
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				0.020422939211130142,
				0.011381527408957481,
				-0.0693168044090271
			]
		},
		{
			"mesh":25,
			"name":"GeoSphere003.024",
			"rotation":[
				-0.5399572253227234,
				-0.005164918024092913,
				-0.8411224484443665,
				0.03053930588066578
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.07693775743246078,
				0.007273177616298199,
				-0.45747384428977966
			]
		},
		{
			"mesh":26,
			"name":"GeoSphere003.025",
			"rotation":[
				-0.2752854824066162,
				0.8250166177749634,
				-0.14071622490882874,
				0.4730375111103058
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006500899791718
			],
			"translation":[
				-0.09479845315217972,
				0.011392923071980476,
				-0.34356972575187683
			]
		},
		{
			"mesh":27,
			"name":"GeoSphere003.026",
			"rotation":[
				0.21575218439102173,
				0.4657882750034332,
				-0.2441786229610443,
				0.8227207064628601
			],
			"scale":[
				0.13006500899791718,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.07972949743270874,
				0.011360841803252697,
				-0.29636630415916443
			]
		},
		{
			"mesh":28,
			"name":"GeoSphere003.027",
			"rotation":[
				0.6783722639083862,
				0.015337063930928707,
				0.7341387867927551,
				0.02482239529490471
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.16386955976486206,
				0.007287341635674238,
				-0.35593411326408386
			]
		},
		{
			"mesh":29,
			"name":"GeoSphere003.028",
			"rotation":[
				0.6260389089584351,
				0.027038700878620148,
				0.7792672514915466,
				0.009315108880400658
			],
			"scale":[
				0.13006500899791718,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.05065222829580307,
				0.007316164206713438,
				-0.39160624146461487
			]
		},
		{
			"mesh":30,
			"name":"GeoSphere003.029",
			"rotation":[
				-0.29577139019966125,
				0.9138772487640381,
				-0.1264592409133911,
				0.24770089983940125
			],
			"scale":[
				0.13006500899791718,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				0.026655618101358414,
				0.011398173868656158,
				0.6290746927261353
			]
		},
		{
			"mesh":31,
			"name":"GeoSphere003.030",
			"rotation":[
				0.2367924451828003,
				-0.6930391192436218,
				-0.2132471799850464,
				0.6466465592384338
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.2075895071029663,
				0.011371053755283356,
				0.12243460863828659
			]
		},
		{
			"mesh":32,
			"name":"GeoSphere003.031",
			"rotation":[
				0.2906414866447449,
				-0.5638951063156128,
				0.06424777954816818,
				0.7703388929367065
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.46048444509506226,
				0.011488606221973896,
				-0.1842009425163269
			]
		},
		{
			"mesh":33,
			"name":"GeoSphere003.032",
			"rotation":[
				-0.11308038979768753,
				0.023495102301239967,
				0.9932093024253845,
				0.014003305695950985
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.4645261764526367,
				0.00723264180123806,
				-0.2942407727241516
			]
		},
		{
			"mesh":34,
			"name":"GeoSphere003.033",
			"rotation":[
				-0.8586738705635071,
				0.020679840818047523,
				0.511664628982544,
				0.02123766951262951
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.1340523511171341,
				0.00732304947450757,
				0.06637275964021683
			]
		},
		{
			"mesh":35,
			"name":"GeoSphere003.034",
			"rotation":[
				0.3220692574977875,
				0.8323050737380981,
				-0.03735608980059624,
				0.44960448145866394
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.14520026743412018,
				0.011362835764884949,
				0.13079720735549927
			]
		},
		{
			"mesh":36,
			"name":"GeoSphere003.035",
			"rotation":[
				-0.2184649407863617,
				0.8654321432113647,
				0.23974138498306274,
				0.3818695545196533
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.12440294772386551,
				0.011363371275365353,
				0.10869459807872772
			]
		},
		{
			"mesh":37,
			"name":"GeoSphere003.036",
			"rotation":[
				-0.14333312213420868,
				-0.7966905832290649,
				0.28383228182792664,
				0.513983428478241
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				0.028535349294543266,
				0.011363580822944641,
				-0.5388242602348328
			]
		},
		{
			"mesh":38,
			"name":"GeoSphere003.037",
			"rotation":[
				0.5051876902580261,
				-0.03213047236204147,
				-0.8624112010002136,
				0.00020426412811502814
			],
			"scale":[
				0.13006502389907837,
				0.13006500899791718,
				0.13006502389907837
			],
			"translation":[
				-0.008328701369464397,
				0.007349267136305571,
				-0.4517853856086731
			]
		},
		{
			"mesh":39,
			"name":"GeoSphere003.038",
			"rotation":[
				0.18252430856227875,
				-0.9161030054092407,
				0.2706860303878784,
				0.2327428162097931
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.02293732576072216,
				0.011366519145667553,
				-0.5010008811950684
			]
		},
		{
			"mesh":40,
			"name":"GeoSphere003.039",
			"rotation":[
				-0.3251582086086273,
				0.26995760202407837,
				0.009040526114404202,
				0.9062634110450745
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.029143130406737328,
				0.011376534588634968,
				-0.47301021218299866
			]
		},
		{
			"mesh":41,
			"name":"GeoSphere003.040",
			"rotation":[
				-0.3161882162094116,
				-0.7897778749465942,
				0.024548182263970375,
				0.5250460505485535
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				0.14146271347999573,
				0.011362064629793167,
				-0.3374761641025543
			]
		},
		{
			"mesh":42,
			"name":"GeoSphere003.041",
			"rotation":[
				-0.8519217371940613,
				-0.0034365083556622267,
				-0.5236560702323914,
				0.0013694290537387133
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				0.16632358729839325,
				0.006841893773525953,
				-0.30004122853279114
			]
		},
		{
			"mesh":43,
			"name":"GeoSphere003.042",
			"rotation":[
				-0.09581859409809113,
				-0.025791911408305168,
				-0.9950175881385803,
				0.009676595218479633
			],
			"scale":[
				0.13006502389907837,
				0.13006503880023956,
				0.13006502389907837
			],
			"translation":[
				0.10315526276826859,
				0.007282526697963476,
				-0.18153215944766998
			]
		},
		{
			"mesh":44,
			"name":"GeoSphere003.043",
			"rotation":[
				-0.6865485906600952,
				0.015963802114129066,
				-0.7263807058334351,
				0.02770187519490719
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				0.01211047824472189,
				0.007334437221288681,
				-0.09995658695697784
			]
		},
		{
			"mesh":45,
			"name":"GeoSphere003.044",
			"rotation":[
				-0.07489863783121109,
				-0.8347724676132202,
				0.3080703318119049,
				0.45015305280685425
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.48611730337142944,
				0.011453031562268734,
				-0.054811492562294006
			]
		},
		{
			"mesh":46,
			"name":"GeoSphere003.045",
			"rotation":[
				0.2053934782743454,
				0.08531651645898819,
				0.243620827794075,
				0.9440251588821411
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006500899791718
			],
			"translation":[
				-0.24661734700202942,
				0.011371743865311146,
				-0.3051324784755707
			]
		},
		{
			"mesh":47,
			"name":"GeoSphere003.046",
			"rotation":[
				-0.9538770318031311,
				0.02990647964179516,
				-0.29867857694625854,
				0.0039438814856112
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.1312432438135147,
				0.007307452615350485,
				-0.36265984177589417
			]
		},
		{
			"mesh":48,
			"name":"GeoSphere003.047",
			"rotation":[
				0.22314214706420898,
				-0.719915509223938,
				-0.22631610929965973,
				0.6170172691345215
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				-0.09208523482084274,
				0.011365761049091816,
				-0.2695140540599823
			]
		},
		{
			"mesh":49,
			"name":"GeoSphere003.048",
			"rotation":[
				-0.3145400285720825,
				-0.7661687135696411,
				0.042526405304670334,
				0.5587858557701111
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006502389907837
			],
			"translation":[
				0.034097280353307724,
				0.011358587071299553,
				-0.45633184909820557
			]
		},
		{
			"mesh":50,
			"name":"GeoSphere003.049",
			"rotation":[
				0.8170110583305359,
				-0.03178128972649574,
				0.5755193829536438,
				0.01613527163863182
			],
			"scale":[
				0.13006502389907837,
				0.13006502389907837,
				0.13006500899791718
			],
			"translation":[
				0.11040344834327698,
				0.007420437876135111,
				-0.3653630018234253
			]
		}
	],
	"cameras":[
		{
			"name":"Camera.001",
			"perspective":{
				"aspectRatio":1.7777777777777777,
				"yfov":0.39959652046304894,
				"zfar":1000,
				"znear":0.10000000149011612
			},
			"type":"perspective"
		}
	],
	"materials":[
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.003",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"name":"Material.002",
			"pbrMetallicRoughness":{
				"baseColorFactor":[
					0.10000000149011612,
					0.10000000149011612,
					0.10000000149011612,
					1
				],
				"metallicFactor":0,
				"roughnessFactor":0.5
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.005",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.007",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.008",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.009",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.010",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.011",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.012",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.013",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.014",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.015",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.016",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.017",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.018",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.019",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.020",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.021",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.022",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.023",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.024",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.025",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.026",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.027",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.028",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.029",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.030",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.031",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.032",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.033",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.034",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.035",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.036",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.037",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.038",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.039",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.040",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.041",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.042",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.043",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.044",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.045",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.046",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.047",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.048",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.049",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.050",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.051",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.052",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.053",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		},
		{
			"doubleSided":true,
			"extensions":{
				"KHR_materials_transmission":{
					"transmissionFactor":1
				}
			},
			"name":"Material.054",
			"pbrMetallicRoughness":{
				"metallicFactor":0,
				"roughnessFactor":0
			}
		}
	],
	"meshes":[
		{
			"name":"Mesh.003",
			"primitives":[
				{
					"attributes":{
						"POSITION":0,
						"NORMAL":1,
						"TEXCOORD_0":2
					},
					"indices":3,
					"material":0
				}
			]
		},
		{
			"name":"Plane",
			"primitives":[
				{
					"attributes":{
						"POSITION":4,
						"NORMAL":5,
						"TEXCOORD_0":6
					},
					"indices":7,
					"material":1
				}
			]
		},
		{
			"name":"Mesh.002",
			"primitives":[
				{
					"attributes":{
						"POSITION":8,
						"NORMAL":9,
						"TEXCOORD_0":10
					},
					"indices":3,
					"material":2
				}
			]
		},
		{
			"name":"Mesh.005",
			"primitives":[
				{
					"attributes":{
						"POSITION":11,
						"NORMAL":12,
						"TEXCOORD_0":13
					},
					"indices":3,
					"material":3
				}
			]
		},
		{
			"name":"Mesh.006",
			"primitives":[
				{
					"attributes":{
						"POSITION":14,
						"NORMAL":15,
						"TEXCOORD_0":16
					},
					"indices":3,
					"material":4
				}
			]
		},
		{
			"name":"Mesh.007",
			"primitives":[
				{
					"attributes":{
						"POSITION":17,
						"NORMAL":18,
						"TEXCOORD_0":19
					},
					"indices":3,
					"material":5
				}
			]
		},
		{
			"name":"Mesh.008",
			"primitives":[
				{
					"attributes":{
						"POSITION":20,
						"NORMAL":21,
						"TEXCOORD_0":22
					},
					"indices":3,
					"material":6
				}
			]
		},
		{
			"name":"Mesh.009",
			"primitives":[
				{
					"attributes":{
						"POSITION":23,
						"NORMAL":24,
						"TEXCOORD_0":25
					},
					"indices":3,
					"material":7
				}
			]
		},
		{
			"name":"Mesh.010",
			"primitives":[
				{
					"attributes":{
						"POSITION":26,
						"NORMAL":27,
						"TEXCOORD_0":28
					},
					"indices":3,
					"material":8
				}
			]
		},
		{
			"name":"Mesh.011",
			"primitives":[
				{
					"attributes":{
						"POSITION":29,
						"NORMAL":30,
						"TEXCOORD_0":31
					},
					"indices":3,
					"material":9
				}
			]
		},
		{
			"name":"Mesh.012",
			"primitives":[
				{
					"attributes":{
						"POSITION":32,
						"NORMAL":33,
						"TEXCOORD_0":34
					},
					"indices":3,
					"material":10
				}
			]
		},
		{
			"name":"Mesh.013",
			"primitives":[
				{
					"attributes":{
						"POSITION":35,
						"NORMAL":36,
						"TEXCOORD_0":37
					},
					"indices":3,
					"material":11
				}
			]
		},
		{
			"name":"Mesh.014",
			"primitives":[
				{
					"attributes":{
						"POSITION":38,
						"NORMAL":39,
						"TEXCOORD_0":40
					},
					"indices":3,
					"material":12
				}
			]
		},
		{
			"name":"Mesh.015",
			"primitives":[
				{
					"attributes":{
						"POSITION":41,
						"NORMAL":42,
						"TEXCOORD_0":43
					},
					"indices":3,
					"material":13
				}
			]
		},
		{
			"name":"Mesh.016",
			"primitives":[
				{
					"attributes":{
						"POSITION":44,
						"NORMAL":45,
						"TEXCOORD_0":46
					},
					"indices":3,
					"material":14
				}
			]
		},
		{
			"name":"Mesh.017",
			"primitives":[
				{
					"attributes":{
						"POSITION":47,
						"NORMAL":48,
						"TEXCOORD_0":49
					},
					"indices":3,
					"material":15
				}
			]
		},
		{
			"name":"Mesh.018",
			"primitives":[
				{
					"attributes":{
						"POSITION":50,
						"NORMAL":51,
						"TEXCOORD_0":52
					},
					"indices":3,
					"material":16
				}
			]
		},
		{
			"name":"Mesh.019",
			"primitives":[
				{
					"attributes":{
						"POSITION":53,
						"NORMAL":54,
						"TEXCOORD_0":55
					},
					"indices":3,
					"material":17
				}
			]
		},
		{
			"name":"Mesh.020",
			"primitives":[
				{
					"attributes":{
						"POSITION":56,
						"NORMAL":57,
						"TEXCOORD_0":58
					},
					"indices":3,
					"material":18
				}
			]
		},
		{
			"name":"Mesh.021",
			"primitives":[
				{
					"attributes":{
						"POSITION":59,
						"NORMAL":60,
						"TEXCOORD_0":61
					},
					"indices":3,
					"material":19
				}
			]
		},
		{
			"name":"Mesh.022",
			"primitives":[
				{
					"attributes":{
						"POSITION":62,
						"NORMAL":63,
						"TEXCOORD_0":64
					},
					"indices":3,
					"material":20
				}
			]
		},
		{
			"name":"Mesh.023",
			"primitives":[
				{
					"attributes":{
						"POSITION":65,
						"NORMAL":66,
						"TEXCOORD_0":67
					},
					"indices":3,
					"material":21
				}
			]
		},
		{
			"name":"Mesh.024",
			"primitives":[
				{
					"attributes":{
						"POSITION":68,
						"NORMAL":69,
						"TEXCOORD_0":70
					},
					"indices":3,
					"material":22
				}
			]
		},
		{
			"name":"Mesh.025",
			"primitives":[
				{
					"attributes":{
						"POSITION":71,
						"NORMAL":72,
						"TEXCOORD_0":73
					},
					"indices":3,
					"material":23
				}
			]
		},
		{
			"name":"Mesh.026",
			"primitives":[
				{
					"attributes":{
						"POSITION":74,
						"NORMAL":75,
						"TEXCOORD_0":76
					},
					"indices":3,
					"material":24
				}
			]
		},
		{
			"name":"Mesh.027",
			"primitives":[
				{
					"attributes":{
						"POSITION":77,
						"NORMAL":78,
						"TEXCOORD_0":79
					},
					"indices":3,
					"material":25
				}
			]
		},
		{
			"name":"Mesh.028",
			"primitives":[
				{
					"attributes":{
						"POSITION":80,
						"NORMAL":81,
						"TEXCOORD_0":82
					},
					"indices":3,
					"material":26
				}
			]
		},
		{
			"name":"Mesh.029",
			"primitives":[
				{
					"attributes":{
						"POSITION":83,
						"NORMAL":84,
						"TEXCOORD_0":85
					},
					"indices":3,
					"material":27
				}
			]
		},
		{
			"name":"Mesh.030",
			"primitives":[
				{
					"attributes":{
						"POSITION":86,
						"NORMAL":87,
						"TEXCOORD_0":88
					},
					"indices":3,
					"material":28
				}
			]
		},
		{
			"name":"Mesh.031",
			"primitives":[
				{
					"attributes":{
						"POSITION":89,
						"NORMAL":90,
						"TEXCOORD_0":91
					},
					"indices":3,
					"material":29
				}
			]
		},
		{
			"name":"Mesh.032",
			"primitives":[
				{
					"attributes":{
						"POSITION":92,
						"NORMAL":93,
						"TEXCOORD_0":94
					},
					"indices":3,
					"material":30
				}
			]
		},
		{
			"name":"Mesh.033",
			"primitives":[
				{
					"attributes":{
						"POSITION":95,
						"NORMAL":96,
						"TEXCOORD_0":97
					},
					"indices":3,
					"material":31
				}
			]
		},
		{
			"name":"Mesh.034",
			"primitives":[
				{
					"attributes":{
						"POSITION":98,
						"NORMAL":99,
						"TEXCOORD_0":100
					},
					"indices":3,
					"material":32
				}
			]
		},
		{
			"name":"Mesh.035",
			"primitives":[
				{
					"attributes":{
						"POSITION":101,
						"NORMAL":102,
						"TEXCOORD_0":103
					},
					"indices":3,
					"material":33
				}
			]
		},
		{
			"name":"Mesh.036",
			"primitives":[
				{
					"attributes":{
						"POSITION":104,
						"NORMAL":105,
						"TEXCOORD_0":106
					},
					"indices":3,
					"material":34
				}
			]
		},
		{
			"name":"Mesh.037",
			"primitives":[
				{
					"attributes":{
						"POSITION":107,
						"NORMAL":108,
						"TEXCOORD_0":109
					},
					"indices":3,
					"material":35
				}
			]
		},
		{
			"name":"Mesh.038",
			"primitives":[
				{
					"attributes":{
						"POSITION":110,
						"NORMAL":111,
						"TEXCOORD_0":112
					},
					"indices":3,
					"material":36
				}
			]
		},
		{
			"name":"Mesh.039",
			"primitives":[
				{
					"attributes":{
						"POSITION":113,
						"NORMAL":114,
						"TEXCOORD_0":115
					},
					"indices":3,
					"material":37
				}
			]
		},
		{
			"name":"Mesh.040",
			"primitives":[
				{
					"attributes":{
						"POSITION":116,
						"NORMAL":117,
						"TEXCOORD_0":118
					},
					"indices":3,
					"material":38
				}
			]
		},
		{
			"name":"Mesh.041",
			"primitives":[
				{
					"attributes":{
						"POSITION":119,
						"NORMAL":120,
						"TEXCOORD_0":121
					},
					"indices":3,
					"material":39
				}
			]
		},
		{
			"name":"Mesh.042",
			"primitives":[
				{
					"attributes":{
						"POSITION":122,
						"NORMAL":123,
						"TEXCOORD_0":124
					},
					"indices":3,
					"material":40
				}
			]
		},
		{
			"name":"Mesh.043",
			"primitives":[
				{
					"attributes":{
						"POSITION":125,
						"NORMAL":126,
						"TEXCOORD_0":127
					},
					"indices":3,
					"material":41
				}
			]
		},
		{
			"name":"Mesh.044",
			"primitives":[
				{
					"attributes":{
						"POSITION":128,
						"NORMAL":129,
						"TEXCOORD_0":130
					},
					"indices":3,
					"material":42
				}
			]
		},
		{
			"name":"Mesh.045",
			"primitives":[
				{
					"attributes":{
						"POSITION":131,
						"NORMAL":132,
						"TEXCOORD_0":133
					},
					"indices":3,
					"material":43
				}
			]
		},
		{
			"name":"Mesh.046",
			"primitives":[
				{
					"attributes":{
						"POSITION":134,
						"NORMAL":135,
						"TEXCOORD_0":136
					},
					"indices":3,
					"material":44
				}
			]
		},
		{
			"name":"Mesh.047",
			"primitives":[
				{
					"attributes":{
						"POSITION":137,
						"NORMAL":138,
						"TEXCOORD_0":139
					},
					"indices":3,
					"material":45
				}
			]
		},
		{
			"name":"Mesh.048",
			"primitives":[
				{
					"attributes":{
						"POSITION":140,
						"NORMAL":141,
						"TEXCOORD_0":142
					},
					"indices":3,
					"material":46
				}
			]
		},
		{
			"name":"Mesh.049",
			"primitives":[
				{
					"attributes":{
						"POSITION":143,
						"NORMAL":144,
						"TEXCOORD_0":145
					},
					"indices":3,
					"material":47
				}
			]
		},
		{
			"name":"Mesh.050",
			"primitives":[
				{
					"attributes":{
						"POSITION":146,
						"NORMAL":147,
						"TEXCOORD_0":148
					},
					"indices":3,
					"material":48
				}
			]
		},
		{
			"name":"Mesh.051",
			"primitives":[
				{
					"attributes":{
						"POSITION":149,
						"NORMAL":150,
						"TEXCOORD_0":151
					},
					"indices":3,
					"material":49
				}
			]
		},
		{
			"name":"Mesh.052",
			"primitives":[
				{
					"attributes":{
						"POSITION":152,
						"NORMAL":153,
						"TEXCOORD_0":154
					},
					"indices":3,
					"material":50
				}
			]
		}
	],
	"accessors":[
		{
			"bufferView":0,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":1,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":2,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":3,
			"componentType":5123,
			"count":540,
			"type":"SCALAR"
		},
		{
			"bufferView":4,
			"componentType":5126,
			"count":4,
			"max":[
				1,
				0,
				1
			],
			"min":[
				-1,
				0,
				-1
			],
			"type":"VEC3"
		},
		{
			"bufferView":5,
			"componentType":5126,
			"count":4,
			"type":"VEC3"
		},
		{
			"bufferView":6,
			"componentType":5126,
			"count":4,
			"type":"VEC2"
		},
		{
			"bufferView":7,
			"componentType":5123,
			"count":6,
			"type":"SCALAR"
		},
		{
			"bufferView":8,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":9,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":10,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":11,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":12,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":13,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":14,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":15,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":16,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":17,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":18,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":19,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":20,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":21,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":22,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":23,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":24,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":25,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":26,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":27,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":28,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":29,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":30,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":31,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":32,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":33,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":34,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":35,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":36,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":37,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":38,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":39,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":40,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":41,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":42,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":43,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":44,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":45,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":46,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":47,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":48,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":49,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":50,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":51,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":52,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":53,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":54,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":55,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":56,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":57,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":58,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":59,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":60,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":61,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":62,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":63,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":64,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":65,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":66,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":67,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":68,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":69,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":70,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":71,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":72,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":73,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":74,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":75,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":76,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":77,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":78,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":79,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":80,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":81,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":82,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":83,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":84,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":85,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":86,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":87,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":88,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":89,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":90,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":91,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":92,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":93,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":94,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":95,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":96,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":97,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":98,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":99,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":100,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":101,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":102,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":103,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":104,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":105,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":106,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":107,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":108,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":109,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":110,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":111,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":112,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":113,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":114,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":115,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":116,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":117,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":118,
			"componentType":5126,
			"count":540,
			"type":"VEC2"
		},
		{
			"bufferView":119,
			"componentType":5126,
			"count":540,
			"max":[
				0.13739751279354095,
				0.05211269110441208,
				0.13802951574325562
			],
			"min":[
				-0.13643281161785126,
				-0.10680017620325089,
				-0.13802950084209442
			],
			"type":"VEC3"
		},
		{
			"bufferView":120,
			"componentType":5126,
			"count":540,
			"type":"VEC3"
		},
		{
			"bufferView":121,
			"component
Download .txt
gitextract_c_vny0t9/

├── .gitignore
├── .gitmodules
├── CMakeLists.txt
├── COPYING
├── README.md
├── README_data/
│   ├── Features/
│   │   └── features.md
│   └── img/
│       └── LayeredBSDF.drawio
├── SceneCredits.txt
├── cmake/
│   ├── Clip.cmake
│   ├── SetupASSIMP.cmake
│   ├── SetupHIPRT.cmake
│   ├── SetupOIDN.cmake
│   ├── SetupOrochi.cmake
│   └── SetupTracy.cmake
├── data/
│   ├── BRDFsData/
│   │   ├── GGX/
│   │   │   ├── GGX_Conductor_Correlated_128x128.hdr
│   │   │   ├── GGX_Conductor_Uncorrelated_128x128.hdr
│   │   │   └── Glass/
│   │   │       ├── 0GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 0GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 0GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 0GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 0inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 0inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 100GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 100GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 100inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 100inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 101GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 101GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 101inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 101inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 102GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 102GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 102inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 102inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 103GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 103GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 103inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 103inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 104GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 104GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 104inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 104inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 105GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 105GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 105inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 105inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 106GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 106GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 106inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 106inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 107GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 107GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 107inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 107inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 108GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 108GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 108inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 108inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 109GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 109GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 109inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 109inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 10GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 10GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 10GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 10GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 10inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 10inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 110GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 110GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 110inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 110inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 111GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 111GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 111inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 111inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 112GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 112GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 112inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 112inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 113GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 113GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 113inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 113inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 114GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 114GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 114inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 114inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 115GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 115GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 115inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 115inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 116GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 116GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 116inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 116inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 117GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 117GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 117inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 117inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 118GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 118GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 118inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 118inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 119GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 119GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 119inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 119inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 11GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 11GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 11GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 11GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 11inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 11inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 120GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 120GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 120inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 120inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 121GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 121GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 121inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 121inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 122GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 122GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 122inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 122inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 123GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 123GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 123inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 123inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 124GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 124GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 124inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 124inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 125GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 125GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 125inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 125inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 126GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 126GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 126inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 126inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 127GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 127GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 127inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 127inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 12GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 12GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 12GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 12GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 12inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 12inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 13GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 13GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 13GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 13GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 13inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 13inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 14GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 14GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 14GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 14GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 14inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 14inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 15GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 15GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 15GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 15GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 15inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 15inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 16GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 16GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 16GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 16GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 16inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 16inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 17GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 17GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 17GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 17GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 17inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 17inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 18GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 18GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 18GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 18GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 18inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 18inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 19GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 19GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 19GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 19GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 19inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 19inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 1GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 1GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 1GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 1GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 1inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 1inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 20GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 20GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 20GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 20GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 20inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 20inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 21GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 21GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 21GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 21GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 21inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 21inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 22GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 22GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 22GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 22GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 22inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 22inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 23GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 23GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 23GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 23GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 23inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 23inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 24GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 24GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 24GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 24GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 24inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 24inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 25GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 25GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 25GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 25GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 25inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 25inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 26GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 26GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 26GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 26GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 26inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 26inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 27GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 27GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 27GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 27GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 27inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 27inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 28GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 28GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 28GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 28GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 28inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 28inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 29GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 29GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 29GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 29GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 29inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 29inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 2GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 2GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 2GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 2GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 2inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 2inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 30GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 30GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 30GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 30GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 30inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 30inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 31GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 31GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 31GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 31GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 31inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 31inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 32GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 32GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 32GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 32GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 32inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 32inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 33GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 33GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 33GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 33GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 33inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 33inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 34GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 34GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 34GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 34GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 34inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 34inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 35GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 35GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 35GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 35GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 35inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 35inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 36GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 36GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 36GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 36GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 36inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 36inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 37GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 37GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 37GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 37GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 37inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 37inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 38GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 38GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 38GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 38GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 38inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 38inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 39GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 39GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 39GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 39GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 39inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 39inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 3GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 3GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 3GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 3GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 3inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 3inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 40GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 40GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 40GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 40GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 40inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 40inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 41GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 41GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 41GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 41GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 41inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 41inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 42GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 42GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 42GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 42GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 42inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 42inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 43GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 43GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 43GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 43GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 43inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 43inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 44GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 44GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 44GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 44GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 44inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 44inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 45GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 45GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 45GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 45GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 45inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 45inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 46GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 46GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 46GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 46GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 46inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 46inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 47GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 47GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 47GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 47GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 47inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 47inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 48GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 48GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 48GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 48GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 48inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 48inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 49GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 49GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 49GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 49GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 49inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 49inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 4GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 4GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 4GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 4GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 4inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 4inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 50GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 50GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 50GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 50GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 50inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 50inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 51GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 51GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 51GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 51GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 51inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 51inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 52GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 52GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 52GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 52GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 52inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 52inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 53GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 53GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 53GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 53GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 53inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 53inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 54GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 54GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 54GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 54GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 54inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 54inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 55GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 55GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 55GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 55GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 55inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 55inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 56GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 56GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 56GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 56GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 56inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 56inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 57GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 57GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 57GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 57GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 57inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 57inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 58GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 58GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 58GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 58GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 58inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 58inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 59GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 59GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 59GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 59GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 59inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 59inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 5GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 5GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 5GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 5GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 5inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 5inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 60GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 60GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 60GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 60GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 60inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 60inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 61GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 61GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 61GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 61GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 61inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 61inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 62GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 62GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 62GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 62GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 62inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 62inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 63GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 63GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 63GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 63GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 63inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 63inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 64GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 64GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 64GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 64GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 64inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 64inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 65GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 65GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 65GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 65GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 65inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 65inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 66GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 66GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 66GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 66GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 66inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 66inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 67GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 67GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 67GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 67GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 67inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 67inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 68GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 68GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 68GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 68GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 68inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 68inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 69GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 69GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 69GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 69GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 69inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 69inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 6GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 6GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 6GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 6GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 6inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 6inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 70GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 70GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 70GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 70GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 70inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 70inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 71GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 71GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 71GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 71GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 71inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 71inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 72GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 72GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 72GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 72GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 72inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 72inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 73GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 73GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 73GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 73GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 73inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 73inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 74GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 74GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 74GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 74GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 74inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 74inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 75GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 75GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 75GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 75GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 75inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 75inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 76GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 76GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 76GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 76GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 76inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 76inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 77GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 77GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 77GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 77GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 77inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 77inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 78GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 78GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 78GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 78GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 78inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 78inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 79GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 79GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 79GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 79GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 79inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 79inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 7GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 7GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 7GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 7GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 7inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 7inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 80GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 80GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 80GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 80GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 80inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 80inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 81GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 81GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 81GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 81GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 81inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 81inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 82GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 82GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 82GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 82GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 82inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 82inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 83GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 83GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 83GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 83GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 83inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 83inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 84GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 84GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 84GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 84GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 84inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 84inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 85GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 85GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 85GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 85GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 85inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 85inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 86GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 86GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 86GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 86GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 86inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 86inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 87GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 87GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 87GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 87GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 87inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 87inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 88GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 88GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 88GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 88GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 88inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 88inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 89GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 89GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 89GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 89GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 89inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 89inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 8GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 8GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 8GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 8GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 8inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 8inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 90GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 90GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 90GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 90GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 90inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 90inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 91GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 91GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 91GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 91GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 91inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 91inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 92GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 92GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 92GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 92GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 92inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 92inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 93GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 93GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 93GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 93GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 93inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 93inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 94GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 94GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 94GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 94GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 94inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 94inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 95GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 95GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 95GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 95GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 95inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 95inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 96GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 96GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 96inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 96inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 97GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 97GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 97inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 97inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 98GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 98GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 98inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 98inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 99GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 99GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 99inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 99inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 9GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 9GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       ├── 9GGX_Thin_Glass_Ess_Correlated_32x32x96.hdr
│   │   │       ├── 9GGX_Thin_Glass_Ess_Uncorrelated_32x32x96.hdr
│   │   │       ├── 9inv_GGX_Glass_Ess_Correlated_256x16x128.hdr
│   │   │       ├── 9inv_GGX_Glass_Ess_Uncorrelated_256x16x128.hdr
│   │   │       └── ExponentCorrection.ipynb
│   │   └── GlossyDielectrics/
│   │       ├── 0Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 0Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 100Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 100Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 101Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 101Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 102Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 102Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 103Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 103Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 104Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 104Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 105Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 105Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 106Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 106Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 107Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 107Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 108Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 108Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 109Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 109Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 10Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 10Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 110Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 110Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 111Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 111Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 112Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 112Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 113Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 113Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 114Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 114Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 115Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 115Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 116Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 116Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 117Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 117Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 118Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 118Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 119Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 119Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 11Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 11Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 120Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 120Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 121Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 121Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 122Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 122Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 123Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 123Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 124Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 124Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 125Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 125Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 126Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 126Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 127Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 127Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 12Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 12Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 13Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 13Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 14Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 14Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 15Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 15Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 16Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 16Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 17Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 17Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 18Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 18Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 19Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 19Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 1Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 1Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 20Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 20Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 21Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 21Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 22Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 22Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 23Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 23Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 24Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 24Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 25Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 25Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 26Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 26Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 27Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 27Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 28Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 28Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 29Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 29Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 2Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 2Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 30Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 30Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 31Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 31Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 32Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 32Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 33Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 33Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 34Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 34Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 35Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 35Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 36Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 36Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 37Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 37Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 38Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 38Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 39Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 39Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 3Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 3Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 40Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 40Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 41Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 41Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 42Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 42Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 43Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 43Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 44Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 44Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 45Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 45Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 46Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 46Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 47Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 47Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 48Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 48Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 49Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 49Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 4Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 4Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 50Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 50Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 51Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 51Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 52Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 52Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 53Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 53Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 54Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 54Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 55Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 55Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 56Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 56Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 57Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 57Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 58Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 58Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 59Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 59Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 5Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 5Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 60Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 60Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 61Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 61Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 62Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 62Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 63Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 63Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 64Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 64Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 65Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 65Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 66Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 66Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 67Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 67Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 68Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 68Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 69Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 69Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 6Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 6Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 70Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 70Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 71Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 71Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 72Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 72Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 73Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 73Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 74Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 74Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 75Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 75Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 76Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 76Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 77Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 77Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 78Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 78Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 79Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 79Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 7Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 7Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 80Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 80Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 81Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 81Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 82Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 82Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 83Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 83Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 84Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 84Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 85Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 85Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 86Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 86Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 87Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 87Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 88Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 88Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 89Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 89Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 8Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 8Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 90Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 90Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 91Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 91Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 92Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 92Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 93Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 93Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 94Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 94Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 95Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 95Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 96Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 96Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 97Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 97Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 98Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 98Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 99Glossy_Ess_Correlated_128x64x128.hdr
│   │       ├── 99Glossy_Ess_Uncorrelated_128x64x128.hdr
│   │       ├── 9Glossy_Ess_Correlated_128x64x128.hdr
│   │       └── 9Glossy_Ess_Uncorrelated_128x64x128.hdr
│   └── GLTFs/
│       ├── cornell_pbr.gltf
│       ├── multi-dispersion.gltf
│       ├── nested-dielectrics-complex.gltf
│       ├── nested-dielectrics.gltf
│       └── the-white-room-low.gltf
└── src/
    ├── Compiler/
    │   ├── GPUKernel.cpp
    │   ├── GPUKernel.h
    │   ├── GPUKernelCompiler.cpp
    │   ├── GPUKernelCompiler.h
    │   ├── GPUKernelCompilerOptions.cpp
    │   └── GPUKernelCompilerOptions.h
    ├── Device/
    │   ├── functions/
    │   │   ├── FilterFunction.h
    │   │   └── FilterFunctionPayload.h
    │   ├── includes/
    │   │   ├── AdaptiveSampling.h
    │   │   ├── AliasTable.h
    │   │   ├── BSDFs/
    │   │   │   ├── BSDFContext.h
    │   │   │   ├── BSDFIncidentLightInfo.h
    │   │   │   ├── CookTorrance.h
    │   │   │   ├── Glass.h
    │   │   │   ├── Lambertian.h
    │   │   │   ├── Microfacet.h
    │   │   │   ├── MicrofacetEnergyCompensation.h
    │   │   │   ├── MicrofacetRegularization.h
    │   │   │   ├── OrenNayar.h
    │   │   │   ├── Principled.h
    │   │   │   ├── PrincipledEnergyCompensation.h
    │   │   │   ├── SheenLTC.h
    │   │   │   ├── SheenLTCFittedParameters.h
    │   │   │   └── ThinFilm.h
    │   │   ├── Dispatcher.h
    │   │   ├── Dispersion.h
    │   │   ├── FixIntellisense.h
    │   │   ├── Fresnel.h
    │   │   ├── GBufferDevice.h
    │   │   ├── GMoN/
    │   │   │   ├── GMoN.h
    │   │   │   ├── GMoNDevice.h
    │   │   │   ├── GMoNMeansRadixSort.h
    │   │   │   └── GMoNMeansRadixSortHistogramDeclaration.h
    │   │   ├── Hash.h
    │   │   ├── HashGrid.h
    │   │   ├── HashGridHash.h
    │   │   ├── Intersect.h
    │   │   ├── LightSampling/
    │   │   │   ├── Envmap.h
    │   │   │   ├── LightUtils.h
    │   │   │   ├── Lights.h
    │   │   │   └── PDFConversion.h
    │   │   ├── Material.h
    │   │   ├── NEE++/
    │   │   │   └── NEE++.h
    │   │   ├── NestedDielectrics.h
    │   │   ├── ONB.h
    │   │   ├── PathTracing.h
    │   │   ├── RIS/
    │   │   │   ├── RIS.h
    │   │   │   └── RIS_Reservoir.h
    │   │   ├── RayPayload.h
    │   │   ├── RayVolumeState.h
    │   │   ├── ReSTIR/
    │   │   │   ├── DI/
    │   │   │   │   ├── FinalShading.h
    │   │   │   │   ├── PresampledLight.h
    │   │   │   │   ├── Reservoir.h
    │   │   │   │   ├── SampleFlags.h
    │   │   │   │   └── TargetFunction.h
    │   │   │   ├── GI/
    │   │   │   │   ├── InitialCandidatesUtils.h
    │   │   │   │   ├── Reservoir.h
    │   │   │   │   └── TargetFunction.h
    │   │   │   ├── Jacobian.h
    │   │   │   ├── MISWeightsCommon.h
    │   │   │   ├── NeighborSimilarity.h
    │   │   │   ├── OptimalVisibilitySampling.h
    │   │   │   ├── ReGIR/
    │   │   │   │   ├── FinalShading.h
    │   │   │   │   ├── GridFillSurface.h
    │   │   │   │   ├── HashGridCellData.h
    │   │   │   │   ├── HashGridSoADevice.h
    │   │   │   │   ├── PresampledLight.h
    │   │   │   │   ├── ReGIRHashGrid.h
    │   │   │   │   ├── Representative.h
    │   │   │   │   ├── Reservoir.h
    │   │   │   │   ├── ReservoirSoA.h
    │   │   │   │   ├── Settings.h
    │   │   │   │   ├── ShadingAdditionalInfo.h
    │   │   │   │   ├── ShadingSettings.h
    │   │   │   │   ├── TargetFunction.h
    │   │   │   │   └── VisibilityTest.h
    │   │   │   ├── SpatialMISWeight.h
    │   │   │   ├── SpatialNormalizationWeight.h
    │   │   │   ├── SpatiotemporalMISWeight.h
    │   │   │   ├── SpatiotemporalNormalizationWeight.h
    │   │   │   ├── Surface.h
    │   │   │   ├── TemporalMISWeight.h
    │   │   │   ├── TemporalNormalizationWeight.h
    │   │   │   ├── Utils.h
    │   │   │   ├── UtilsSpatial.h
    │   │   │   └── UtilsTemporal.h
    │   │   ├── RussianRoulette.h
    │   │   ├── Sampling.h
    │   │   ├── SanityCheck.h
    │   │   ├── Texture.h
    │   │   ├── TriangleStructures.h
    │   │   └── WarpDirectionReuse.h
    │   ├── kernel_parameters/
    │   │   ├── NEE++/
    │   │   │   └── NEEPlusPlusCachingPrepassParameters.h
    │   │   └── ReSTIR/
    │   │       └── DI/
    │   │           └── LightPresamplingParameters.h
    │   └── kernels/
    │       ├── Baking/
    │       │   ├── GGXConductorDirectionalAlbedo.h
    │       │   ├── GGXFresnelDirectionalAlbedo.h
    │       │   ├── GGXGlassDirectionalAlbedo.h
    │       │   ├── GGXThinGlassDirectionalAlbedo.h
    │       │   └── GlossyDielectricDirectionalAlbedo.h
    │       ├── CameraRays.h
    │       ├── Experimentations/
    │       │   ├── RegistersTest.h
    │       │   ├── Test3DTexture.h
    │       │   ├── TestCopyKernelAlignment.h
    │       │   ├── TestCopyKernelRestrict.h
    │       │   └── TestCopyKernelSimple.h
    │       ├── GMoN/
    │       │   └── GMoNComputeMedianOfMeans.h
    │       ├── Megakernel.h
    │       ├── NEE++/
    │       │   ├── GridPrepopulate.h
    │       │   └── NEEPlusPlusFinalizeAccumulation.h
    │       ├── ReSTIR/
    │       │   ├── DI/
    │       │   │   ├── FusedSpatiotemporalReuse.h
    │       │   │   ├── InitialCandidates.h
    │       │   │   ├── LightsPresampling.h
    │       │   │   ├── SpatialReuse.h
    │       │   │   └── TemporalReuse.h
    │       │   ├── DirectionalReuseCompute.h
    │       │   ├── GI/
    │       │   │   ├── InitialCandidates.h
    │       │   │   ├── Shading.h
    │       │   │   ├── SpatialReuse.h
    │       │   │   └── TemporalReuse.h
    │       │   └── ReGIR/
    │       │       ├── GridFillTemporalReuse.h
    │       │       ├── GridPrepopulate.h
    │       │       ├── LightPresampling.h
    │       │       ├── PreIntegration.h
    │       │       ├── Rehash.h
    │       │       ├── SpatialReuse.h
    │       │       └── SupersamplingCopy.h
    │       ├── TraceTest.h
    │       └── Utils/
    │           └── RayVolumeStateSize.h
    ├── Experimentations/
    │   ├── TestCopyKernelAlignment.cpp
    │   ├── TestCopyKernelAlignment.h
    │   ├── TestCopyKernelRestrict.cpp
    │   ├── TestCopyKernelRestrict.h
    │   ├── TestCopyKernelSimple.cpp
    │   └── TestCopyKernelSimple.h
    ├── HIPRT-Orochi/
    │   ├── HIPRTOrochiCtx.h
    │   ├── HIPRTOrochiUtils.cpp
    │   ├── HIPRTOrochiUtils.h
    │   ├── HIPRTScene.h
    │   ├── OrochiBuffer.h
    │   ├── OrochiEnvmap.cpp
    │   ├── OrochiEnvmap.h
    │   ├── OrochiTexture.cpp
    │   ├── OrochiTexture.h
    │   ├── OrochiTexture3D.cpp
    │   ├── OrochiTexture3D.h
    │   └── OrochiTextureCUDA.cpp
    ├── HostDeviceCommon/
    │   ├── AtomicType.h
    │   ├── BSDFsData.h
    │   ├── Color.h
    │   ├── HIPRTCamera.h
    │   ├── HitInfo.h
    │   ├── KernelOptions/
    │   │   ├── Common.h
    │   │   ├── DirectLightSamplingOptions.h
    │   │   ├── GMoNOptions.h
    │   │   ├── KernelOptions.h
    │   │   ├── NEEPlusPlusOptions.h
    │   │   ├── PrincipledBSDFKernelOptions.h
    │   │   ├── ReGIROptions.h
    │   │   ├── ReSTIRDIOptions.h
    │   │   └── ReSTIRGIOptions.h
    │   ├── LightSampleInformation.h
    │   ├── Material/
    │   │   ├── MaterialCPU.h
    │   │   ├── MaterialConstants.h
    │   │   ├── MaterialPacked.h
    │   │   ├── MaterialPackedSoA.h
    │   │   ├── MaterialUnpacked.h
    │   │   └── MaterialUtils.h
    │   ├── Math.h
    │   ├── MicrofacetRegularizationSettings.h
    │   ├── Packing.h
    │   ├── PathRussianRoulette.h
    │   ├── PrecomputedEmissiveTrianglesDataSoADevice.h
    │   ├── RIS/
    │   │   └── RISSettings.h
    │   ├── ReSTIR/
    │   │   ├── ReSTIRCommonSettings.h
    │   │   ├── ReSTIRDIDefaultSettings.h
    │   │   ├── ReSTIRDISettings.h
    │   │   ├── ReSTIRGIDefaultSettings.h
    │   │   └── ReSTIRGISettings.h
    │   ├── ReSTIRSettingsHelper.h
    │   ├── RenderBuffers.h
    │   ├── RenderData.h
    │   ├── RenderSettings.cpp
    │   ├── RenderSettings.h
    │   ├── WorldSettings.h
    │   └── Xorshift.h
    ├── Image/
    │   ├── EnvmapRGBE9995.h
    │   ├── Image.cpp
    │   └── Image.h
    ├── OpenGL/
    │   ├── OpenGLInteropBuffer.h
    │   ├── OpenGLProgram.cpp
    │   ├── OpenGLProgram.h
    │   ├── OpenGLShader.cpp
    │   └── OpenGLShader.h
    ├── Renderer/
    │   ├── BVH.cpp
    │   ├── BVH.h
    │   ├── BVHConstants.h
    │   ├── Baker/
    │   │   ├── GGXConductorDirectionalAlbedoSettings.h
    │   │   ├── GGXFresnelDirectionalAlbedoSettings.h
    │   │   ├── GGXGlassDirectionalAlbedoSettings.h
    │   │   ├── GGXThinGlassDirectionalAlbedoSettings.h
    │   │   ├── GPUBaker.cpp
    │   │   ├── GPUBaker.h
    │   │   ├── GPUBakerConstants.h
    │   │   ├── GPUBakerKernel.cpp
    │   │   ├── GPUBakerKernel.h
    │   │   └── GlossyDielectricDirectionalAlbedoSettings.h
    │   ├── BoundingVolume.h
    │   ├── CPUDataStructures/
    │   │   ├── GBufferCPUData.h
    │   │   ├── GMoNCPUData.h
    │   │   ├── MaterialPackedSoACPUData.h
    │   │   └── NEEPlusPlusCPUData.h
    │   ├── CPUGPUCommonDataStructures/
    │   │   ├── DevicePackedMaterialSoACPUGPUCommonData.h
    │   │   ├── GMoNCPUGPUCommonData.h
    │   │   ├── GenericSoA.h
    │   │   ├── PrecomputedEmissiveTrianglesDataSoAHost.h
    │   │   ├── ReGIRGridBufferSoAHost.h
    │   │   ├── ReGIRHashCellDataSoAHost.h
    │   │   ├── ReGIRHashGridSoAHost.h
    │   │   └── ReGIRPresampledLightsSoAHost.h
    │   ├── CPURenderer.cpp
    │   ├── CPURenderer.h
    │   ├── GPUDataStructures/
    │   │   ├── DenoiserBuffersGPUData.cpp
    │   │   ├── DenoiserBuffersGPUData.h
    │   │   ├── GBufferGPUData.h
    │   │   ├── GMoNGPUData.h
    │   │   ├── MaterialPackedSoAGPUData.h
    │   │   └── StatusBuffersGPUData.h
    │   ├── GPURenderer.cpp
    │   ├── GPURenderer.h
    │   ├── GPURendererThread.cpp
    │   ├── GPURendererThread.h
    │   ├── HardwareAccelerationSupport.h
    │   ├── OpenImageDenoiser.cpp
    │   ├── OpenImageDenoiser.h
    │   ├── RenderPasses/
    │   │   ├── FillGBufferRenderPass.cpp
    │   │   ├── FillGBufferRenderPass.h
    │   │   ├── GMoNRenderPass.cpp
    │   │   ├── GMoNRenderPass.h
    │   │   ├── MegaKernelRenderPass.cpp
    │   │   ├── MegaKernelRenderPass.h
    │   │   ├── NEEPlusPlusHashGridStorage.cpp
    │   │   ├── NEEPlusPlusHashGridStorage.h
    │   │   ├── NEEPlusPlusRenderPass.cpp
    │   │   ├── NEEPlusPlusRenderPass.h
    │   │   ├── ReGIRHashGridStorage.cpp
    │   │   ├── ReGIRHashGridStorage.h
    │   │   ├── ReGIRRenderPass.cpp
    │   │   ├── ReGIRRenderPass.h
    │   │   ├── ReSTIRDIRenderPass.cpp
    │   │   ├── ReSTIRDIRenderPass.h
    │   │   ├── ReSTIRGIRenderPass.cpp
    │   │   ├── ReSTIRGIRenderPass.h
    │   │   ├── ReSTIRRenderPassCommon.cpp
    │   │   ├── ReSTIRRenderPassCommon.h
    │   │   ├── RenderGraph.cpp
    │   │   ├── RenderGraph.h
    │   │   ├── RenderPass.cpp
    │   │   └── RenderPass.h
    │   ├── RendererAnimationState.h
    │   ├── RendererEnvmap.cpp
    │   ├── RendererEnvmap.h
    │   ├── Sphere.h
    │   ├── StatusBuffersValues.h
    │   ├── Triangle.cpp
    │   └── Triangle.h
    ├── Scene/
    │   ├── BoundingBox.h
    │   ├── Camera.cpp
    │   ├── Camera.h
    │   ├── CameraAnimation.cpp
    │   ├── CameraAnimation.h
    │   ├── CameraRotationType.h
    │   ├── SceneParser.cpp
    │   └── SceneParser.h
    ├── Shaders/
    │   ├── albedo_display.frag
    │   ├── blend_2_display.frag
    │   ├── boolmap_int.frag
    │   ├── default_display.frag
    │   ├── fullscreen_quad.vert
    │   ├── heatmap_int.frag
    │   ├── normal_display.frag
    │   └── white_furnace_threshold.frag
    ├── Threads/
    │   ├── ThreadFunctions.cpp
    │   ├── ThreadFunctions.h
    │   ├── ThreadManager.cpp
    │   ├── ThreadManager.h
    │   └── ThreadState.h
    ├── UI/
    │   ├── ApplicationSettings.h
    │   ├── ApplicationState.h
    │   ├── DisplayView/
    │   │   ├── DisplaySettings.h
    │   │   ├── DisplayTextureType.h
    │   │   ├── DisplayView.cpp
    │   │   ├── DisplayView.h
    │   │   ├── DisplayViewEnum.h
    │   │   ├── DisplayViewSystem.cpp
    │   │   └── DisplayViewSystem.h
    │   ├── ImGui/
    │   │   ├── ImGuiAnimationWindow.cpp
    │   │   ├── ImGuiAnimationWindow.h
    │   │   ├── ImGuiLogWindow.cpp
    │   │   ├── ImGuiLogWindow.h
    │   │   ├── ImGuiLogger.cpp
    │   │   ├── ImGuiLogger.h
    │   │   ├── ImGuiLoggerLine.h
    │   │   ├── ImGuiLoggerSeverity.h
    │   │   ├── ImGuiObjectsWindow.cpp
    │   │   ├── ImGuiObjectsWindow.h
    │   │   ├── ImGuiRenderWindow.cpp
    │   │   ├── ImGuiRenderWindow.h
    │   │   ├── ImGuiRenderer.cpp
    │   │   ├── ImGuiRenderer.h
    │   │   ├── ImGuiRendererPerformancePreset.h
    │   │   ├── ImGuiSettingsWindow.cpp
    │   │   ├── ImGuiSettingsWindow.h
    │   │   ├── ImGuiToolsWindow.cpp
    │   │   └── ImGuiToolsWindow.h
    │   ├── Interaction/
    │   │   ├── LinuxRenderWindowMouseInteractor.cpp
    │   │   ├── LinuxRenderWindowMouseInteractor.h
    │   │   ├── RenderWindowKeyboardInteractor.cpp
    │   │   ├── RenderWindowKeyboardInteractor.h
    │   │   ├── RenderWindowMouseInteractor.cpp
    │   │   ├── RenderWindowMouseInteractor.h
    │   │   ├── WindowsRenderWindowMouseInteractor.cpp
    │   │   └── WindowsRenderWindowMouseInteractor.h
    │   ├── PerformanceMetricsComputer.cpp
    │   ├── PerformanceMetricsComputer.h
    │   ├── RenderWindow.cpp
    │   ├── RenderWindow.h
    │   ├── Screenshoter.cpp
    │   └── Screenshoter.h
    ├── Utils/
    │   ├── CommandlineArguments.cpp
    │   ├── CommandlineArguments.h
    │   ├── Utils.cpp
    │   └── Utils.h
    ├── llvm-compile-kernel.h
    └── main.cpp
Condensed preview — 1316 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (3,655K chars).
[
  {
    "path": ".gitignore",
    "chars": 386,
    "preview": "CMakeLists.txt.user\n\nRT_output*.png\n\n.vscode\n.vs\n\nbuild*\ndata/OBJs/*.blend\ndata/OBJs/*.obj\ndata/OBJs/*.mtl\ndata/Skyspher"
  },
  {
    "path": ".gitmodules",
    "chars": 775,
    "preview": "[submodule \"Orochi-Fork\"]\n\tpath = thirdparties/Orochi-Fork\n\turl = https://github.com/TomClabault/Orochi.git\n[submodule \""
  },
  {
    "path": "CMakeLists.txt",
    "chars": 9043,
    "preview": "cmake_minimum_required(VERSION 3.24)\n\nproject(HIPRTPathTracer LANGUAGES CXX)\n\n# To be able to use the ExternalProject_Ad"
  },
  {
    "path": "COPYING",
    "chars": 35148,
    "preview": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free "
  },
  {
    "path": "README.md",
    "chars": 12409,
    "preview": "# HIPRT-Path-Tracer\n\n![HIPRT path tracer cover](README_data/img/Bistro.jpg)\n\nPhysically based unidirectional (backwards)"
  },
  {
    "path": "README_data/Features/features.md",
    "chars": 17179,
    "preview": "### TODO\n- Disney BSDF (Diffuse, fake subsurface, metallic, roughness, anisotropy + anisotropy rotation, clearcoat, shee"
  },
  {
    "path": "README_data/img/LayeredBSDF.drawio",
    "chars": 7057,
    "preview": "<mxfile host=\"app.diagrams.net\" agent=\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0\""
  },
  {
    "path": "SceneCredits.txt",
    "chars": 987,
    "preview": "Bistro: https://developer.nvidia.com/orca/amazon-lumberyard-bistro\nBeeple Zero Day: https://developer.nvidia.com/orca/be"
  },
  {
    "path": "cmake/Clip.cmake",
    "chars": 114,
    "preview": "add_subdirectory(thirdparties/clip)\n\n# Enabling CLIP's image support\nadd_compile_definitions(CLIP_ENABLE_IMAGE=1)\n"
  },
  {
    "path": "cmake/SetupASSIMP.cmake",
    "chars": 920,
    "preview": "# We're going to disable shared libs for assimp but we need to save\n# the current value of BUILD_SHARED_LIBS before over"
  },
  {
    "path": "cmake/SetupHIPRT.cmake",
    "chars": 1380,
    "preview": "set(HIPRT_SUBMODULE_DIR ${CMAKE_SOURCE_DIR}/thirdparties/HIPRT-Fork)\n\nif(NOT EXISTS ${HIPRT_SUBMODULE_DIR}/hiprt)\n\t# Mak"
  },
  {
    "path": "cmake/SetupOIDN.cmake",
    "chars": 344,
    "preview": "if (WIN32)\n\tset(OIDN_URL https://github.com/RenderKit/oidn/releases/download/v2.3.0/oidn-2.3.0.x64.windows.zip)\nelseif(U"
  },
  {
    "path": "cmake/SetupOrochi.cmake",
    "chars": 1256,
    "preview": "set(OROCHI_SUBMODULE_DIR ${CMAKE_SOURCE_DIR}/thirdparties/Orochi-Fork)\n\nif(NOT EXISTS ${OROCHI_SUBMODULE_DIR}/ParallelPr"
  },
  {
    "path": "cmake/SetupTracy.cmake",
    "chars": 336,
    "preview": "add_subdirectory(thirdparties/tracy)\n\nset(DISABLE_TRACY_PROFILING ON)\n\nif (DISABLE_TRACY_PROFILING)\n\tget_target_property"
  },
  {
    "path": "data/BRDFsData/GGX/Glass/ExponentCorrection.ipynb",
    "chars": 40827,
    "preview": "{\n \"cells\": [\n  {\n   \"cell_type\": \"code\",\n   \"execution_count\": 110,\n   \"id\": \"6992e79b-eec0-4bd5-8e69-13e2a002e919\",\n  "
  },
  {
    "path": "data/GLTFs/cornell_pbr.gltf",
    "chars": 10464,
    "preview": "{\n\t\"asset\":{\n\t\t\"generator\":\"Khronos glTF Blender I/O v4.2.70\",\n\t\t\"version\":\"2.0\"\n\t},\n\t\"extensionsUsed\":[\n\t\t\"KHR_material"
  },
  {
    "path": "data/GLTFs/multi-dispersion.gltf",
    "chars": 77889,
    "preview": "{\n\t\"asset\":{\n\t\t\"generator\":\"Khronos glTF Blender I/O v4.2.70\",\n\t\t\"version\":\"2.0\"\n\t},\n\t\"extensionsUsed\":[\n\t\t\"KHR_material"
  },
  {
    "path": "data/GLTFs/nested-dielectrics-complex.gltf",
    "chars": 9487,
    "preview": "{\n\t\"asset\":{\n\t\t\"generator\":\"Khronos glTF Blender I/O v4.1.62\",\n\t\t\"version\":\"2.0\"\n\t},\n\t\"extensionsUsed\":[\n\t\t\"KHR_material"
  },
  {
    "path": "data/GLTFs/nested-dielectrics.gltf",
    "chars": 9747,
    "preview": "{\n\t\"asset\":{\n\t\t\"generator\":\"Khronos glTF Blender I/O v4.4.55\",\n\t\t\"version\":\"2.0\"\n\t},\n\t\"extensionsUsed\":[\n\t\t\"KHR_material"
  },
  {
    "path": "data/GLTFs/the-white-room-low.gltf",
    "chars": 255076,
    "preview": "{\n\t\"asset\":{\n\t\t\"generator\":\"Khronos glTF Blender I/O v4.2.70\",\n\t\t\"version\":\"2.0\"\n\t},\n\t\"extensionsUsed\":[\n\t\t\"KHR_material"
  },
  {
    "path": "src/Compiler/GPUKernel.cpp",
    "chars": 7794,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Compiler/GPUKernel.h",
    "chars": 7551,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Compiler/GPUKernelCompiler.cpp",
    "chars": 15848,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Compiler/GPUKernelCompiler.h",
    "chars": 6945,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Compiler/GPUKernelCompilerOptions.cpp",
    "chars": 35189,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Compiler/GPUKernelCompilerOptions.h",
    "chars": 11496,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/functions/FilterFunction.h",
    "chars": 3203,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/functions/FilterFunctionPayload.h",
    "chars": 801,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/AdaptiveSampling.h",
    "chars": 4966,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/AliasTable.h",
    "chars": 716,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/BSDFs/BSDFContext.h",
    "chars": 2757,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/BSDFs/BSDFIncidentLightInfo.h",
    "chars": 1925,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/BSDFs/CookTorrance.h",
    "chars": 6211,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/BSDFs/Glass.h",
    "chars": 2377,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/BSDFs/Lambertian.h",
    "chars": 1881,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/BSDFs/Microfacet.h",
    "chars": 25331,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/BSDFs/MicrofacetEnergyCompensation.h",
    "chars": 32856,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/BSDFs/MicrofacetRegularization.h",
    "chars": 7968,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/BSDFs/OrenNayar.h",
    "chars": 4460,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/BSDFs/Principled.h",
    "chars": 116738,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/BSDFs/PrincipledEnergyCompensation.h",
    "chars": 7806,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/BSDFs/SheenLTC.h",
    "chars": 7344,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/BSDFs/SheenLTCFittedParameters.h",
    "chars": 48839,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/BSDFs/ThinFilm.h",
    "chars": 8373,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/Dispatcher.h",
    "chars": 3563,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/Dispersion.h",
    "chars": 38026,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copXYZ[1]: https://www.gnu.org/licenses/gpl-3.0"
  },
  {
    "path": "src/Device/includes/FixIntellisense.h",
    "chars": 2334,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/Fresnel.h",
    "chars": 6471,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/GBufferDevice.h",
    "chars": 1070,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/GMoN/GMoN.h",
    "chars": 6971,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/GMoN/GMoNDevice.h",
    "chars": 1223,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/GMoN/GMoNMeansRadixSort.h",
    "chars": 6245,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/GMoN/GMoNMeansRadixSortHistogramDeclaration.h",
    "chars": 4146,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/Hash.h",
    "chars": 446,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/HashGrid.h",
    "chars": 5869,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/HashGridHash.h",
    "chars": 8266,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/Intersect.h",
    "chars": 34717,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/LightSampling/Envmap.h",
    "chars": 11709,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/LightSampling/LightUtils.h",
    "chars": 89333,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/LightSampling/Lights.h",
    "chars": 24122,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/LightSampling/PDFConversion.h",
    "chars": 1853,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/Material.h",
    "chars": 10100,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/NEE++/NEE++.h",
    "chars": 12360,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/NestedDielectrics.h",
    "chars": 10417,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ONB.h",
    "chars": 2543,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/PathTracing.h",
    "chars": 19281,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/RIS/RIS.h",
    "chars": 15370,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/RIS/RIS_Reservoir.h",
    "chars": 4107,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/RayPayload.h",
    "chars": 3008,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/RayVolumeState.h",
    "chars": 3637,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/DI/FinalShading.h",
    "chars": 5942,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/DI/PresampledLight.h",
    "chars": 921,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/DI/Reservoir.h",
    "chars": 7328,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/DI/SampleFlags.h",
    "chars": 1902,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/DI/TargetFunction.h",
    "chars": 3880,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/GI/InitialCandidatesUtils.h",
    "chars": 4478,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/GI/Reservoir.h",
    "chars": 7934,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/GI/TargetFunction.h",
    "chars": 3653,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/Jacobian.h",
    "chars": 2255,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/MISWeightsCommon.h",
    "chars": 1875,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/NeighborSimilarity.h",
    "chars": 5571,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/OptimalVisibilitySampling.h",
    "chars": 2314,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/ReGIR/FinalShading.h",
    "chars": 6753,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/ReGIR/GridFillSurface.h",
    "chars": 495,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/ReGIR/HashGridCellData.h",
    "chars": 1851,
    "preview": "/*\n* Copyright 2025 Tom Clabault. GNU GPL3 license.\n* GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n*/"
  },
  {
    "path": "src/Device/includes/ReSTIR/ReGIR/HashGridSoADevice.h",
    "chars": 822,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/ReGIR/PresampledLight.h",
    "chars": 696,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/ReGIR/ReGIRHashGrid.h",
    "chars": 12035,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/ReGIR/Representative.h",
    "chars": 4528,
    "preview": "/*\n* Copyright 2025 Tom Clabault. GNU GPL3 license.\n* GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n*/"
  },
  {
    "path": "src/Device/includes/ReSTIR/ReGIR/Reservoir.h",
    "chars": 2521,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/ReGIR/ReservoirSoA.h",
    "chars": 1868,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/ReGIR/Settings.h",
    "chars": 37995,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/ReGIR/ShadingAdditionalInfo.h",
    "chars": 335,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/ReGIR/ShadingSettings.h",
    "chars": 1220,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/ReGIR/TargetFunction.h",
    "chars": 10123,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/ReGIR/VisibilityTest.h",
    "chars": 1750,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/SpatialMISWeight.h",
    "chars": 29286,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/SpatialNormalizationWeight.h",
    "chars": 11168,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/SpatiotemporalMISWeight.h",
    "chars": 26641,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/SpatiotemporalNormalizationWeight.h",
    "chars": 15253,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/Surface.h",
    "chars": 3491,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/TemporalMISWeight.h",
    "chars": 27388,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/TemporalNormalizationWeight.h",
    "chars": 11008,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/Utils.h",
    "chars": 4077,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/UtilsSpatial.h",
    "chars": 15732,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/ReSTIR/UtilsTemporal.h",
    "chars": 4917,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/RussianRoulette.h",
    "chars": 2765,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/Sampling.h",
    "chars": 8641,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/SanityCheck.h",
    "chars": 3419,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/Texture.h",
    "chars": 11401,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/TriangleStructures.h",
    "chars": 1374,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/includes/WarpDirectionReuse.h",
    "chars": 2474,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernel_parameters/NEE++/NEEPlusPlusCachingPrepassParameters.h",
    "chars": 438,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernel_parameters/ReSTIR/DI/LightPresamplingParameters.h",
    "chars": 907,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/Baking/GGXConductorDirectionalAlbedo.h",
    "chars": 4006,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/Baking/GGXFresnelDirectionalAlbedo.h",
    "chars": 4439,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/Baking/GGXGlassDirectionalAlbedo.h",
    "chars": 11676,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/Baking/GGXThinGlassDirectionalAlbedo.h",
    "chars": 11907,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/Baking/GlossyDielectricDirectionalAlbedo.h",
    "chars": 6812,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/CameraRays.h",
    "chars": 10940,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/Experimentations/RegistersTest.h",
    "chars": 12935,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/Experimentations/Test3DTexture.h",
    "chars": 1197,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/Experimentations/TestCopyKernelAlignment.h",
    "chars": 1077,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/Experimentations/TestCopyKernelRestrict.h",
    "chars": 1096,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/Experimentations/TestCopyKernelSimple.h",
    "chars": 1322,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/GMoN/GMoNComputeMedianOfMeans.h",
    "chars": 1917,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/Megakernel.h",
    "chars": 6892,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/NEE++/GridPrepopulate.h",
    "chars": 5824,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/NEE++/NEEPlusPlusFinalizeAccumulation.h",
    "chars": 839,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/ReSTIR/DI/FusedSpatiotemporalReuse.h",
    "chars": 33448,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/ReSTIR/DI/InitialCandidates.h",
    "chars": 31000,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/ReSTIR/DI/LightsPresampling.h",
    "chars": 5236,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/ReSTIR/DI/SpatialReuse.h",
    "chars": 19221,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/ReSTIR/DI/TemporalReuse.h",
    "chars": 17159,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/ReSTIR/DirectionalReuseCompute.h",
    "chars": 8084,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/ReSTIR/GI/InitialCandidates.h",
    "chars": 10215,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/ReSTIR/GI/Shading.h",
    "chars": 11528,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/ReSTIR/GI/SpatialReuse.h",
    "chars": 14847,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/ReSTIR/GI/TemporalReuse.h",
    "chars": 13887,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/ReSTIR/ReGIR/GridFillTemporalReuse.h",
    "chars": 10432,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/ReSTIR/ReGIR/GridPrepopulate.h",
    "chars": 4091,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/ReSTIR/ReGIR/LightPresampling.h",
    "chars": 1847,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/ReSTIR/ReGIR/PreIntegration.h",
    "chars": 6851,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/ReSTIR/ReGIR/Rehash.h",
    "chars": 2284,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/ReSTIR/ReGIR/SpatialReuse.h",
    "chars": 17490,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/ReSTIR/ReGIR/SupersamplingCopy.h",
    "chars": 2826,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/TraceTest.h",
    "chars": 2381,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Device/kernels/Utils/RayVolumeStateSize.h",
    "chars": 610,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Experimentations/TestCopyKernelAlignment.cpp",
    "chars": 1661,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Experimentations/TestCopyKernelAlignment.h",
    "chars": 274,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Experimentations/TestCopyKernelRestrict.cpp",
    "chars": 1897,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Experimentations/TestCopyKernelRestrict.h",
    "chars": 271,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Experimentations/TestCopyKernelSimple.cpp",
    "chars": 1833,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/Experimentations/TestCopyKernelSimple.h",
    "chars": 265,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HIPRT-Orochi/HIPRTOrochiCtx.h",
    "chars": 3510,
    "preview": "/* \n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt"
  },
  {
    "path": "src/HIPRT-Orochi/HIPRTOrochiUtils.cpp",
    "chars": 4431,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HIPRT-Orochi/HIPRTOrochiUtils.h",
    "chars": 2004,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HIPRT-Orochi/HIPRTScene.h",
    "chars": 8126,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HIPRT-Orochi/OrochiBuffer.h",
    "chars": 17495,
    "preview": "/* \n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt"
  },
  {
    "path": "src/HIPRT-Orochi/OrochiEnvmap.cpp",
    "chars": 2059,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HIPRT-Orochi/OrochiEnvmap.h",
    "chars": 1427,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HIPRT-Orochi/OrochiTexture.cpp",
    "chars": 5776,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HIPRT-Orochi/OrochiTexture.h",
    "chars": 1476,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HIPRT-Orochi/OrochiTexture3D.cpp",
    "chars": 5979,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HIPRT-Orochi/OrochiTexture3D.h",
    "chars": 1449,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HIPRT-Orochi/OrochiTextureCUDA.cpp",
    "chars": 1491,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/AtomicType.h",
    "chars": 369,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/BSDFsData.h",
    "chars": 2684,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/Color.h",
    "chars": 12962,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/HIPRTCamera.h",
    "chars": 1553,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/HitInfo.h",
    "chars": 1445,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/KernelOptions/Common.h",
    "chars": 295,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/KernelOptions/DirectLightSamplingOptions.h",
    "chars": 4710,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/KernelOptions/GMoNOptions.h",
    "chars": 2224,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/KernelOptions/KernelOptions.h",
    "chars": 8736,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/KernelOptions/NEEPlusPlusOptions.h",
    "chars": 2679,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/KernelOptions/PrincipledBSDFKernelOptions.h",
    "chars": 7714,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/KernelOptions/ReGIROptions.h",
    "chars": 9280,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/KernelOptions/ReSTIRDIOptions.h",
    "chars": 8024,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/KernelOptions/ReSTIRGIOptions.h",
    "chars": 5429,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/LightSampleInformation.h",
    "chars": 984,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/Material/MaterialCPU.h",
    "chars": 14758,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/Material/MaterialConstants.h",
    "chars": 1022,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/Material/MaterialPacked.h",
    "chars": 45943,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/Material/MaterialPackedSoA.h",
    "chars": 37708,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/Material/MaterialUnpacked.h",
    "chars": 12021,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/Material/MaterialUtils.h",
    "chars": 10284,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/Math.h",
    "chars": 23789,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/MicrofacetRegularizationSettings.h",
    "chars": 597,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/Packing.h",
    "chars": 12840,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/PathRussianRoulette.h",
    "chars": 302,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/PrecomputedEmissiveTrianglesDataSoADevice.h",
    "chars": 436,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/RIS/RISSettings.h",
    "chars": 501,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/ReSTIR/ReSTIRCommonSettings.h",
    "chars": 9157,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/ReSTIR/ReSTIRDIDefaultSettings.h",
    "chars": 290,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/ReSTIR/ReSTIRDISettings.h",
    "chars": 6160,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/ReSTIR/ReSTIRGIDefaultSettings.h",
    "chars": 290,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/ReSTIR/ReSTIRGISettings.h",
    "chars": 5205,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/ReSTIRSettingsHelper.h",
    "chars": 4691,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  },
  {
    "path": "src/HostDeviceCommon/RenderBuffers.h",
    "chars": 3784,
    "preview": "/*\n * Copyright 2025 Tom Clabault. GNU GPL3 license.\n * GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt\n"
  }
]

// ... and 1116 more files (download for full content)

About this extraction

This page contains the full source code of the TomClabault/HIPRT-Path-Tracer GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 1316 files (3.2 MB), approximately 889.9k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!