Added pathtracing to icebridge.

This commit is contained in:
Justin Marshall
2026-05-02 07:26:24 -07:00
parent d859eb2319
commit bb0f110570
4 changed files with 1546 additions and 286 deletions
+3
View File
@@ -515,6 +515,9 @@ void R_InitOpenGL( void ) {
// Reset our gamma
R_SetColorMappings();
glRaytracingLightingSetExternalDenoiser(1);
glRaytracingLightingSetPathTracingOptions(128, 8, 1, 1.0f);
// Create the DXR worlds.
for (int i = 0; i < DXR_WORLD_NUM; i++)
{