Browse by type
This repository contains the RTX Global Illumination (RTXGI) SDK v1.1.30, the "Test Harness" sample application, the RTXGI Unreal Engine 4 plugin, and associated documentation.
rtxgi-sdk directorysamples directoryue4-plugin directorydocs directoryThe change log for the SDK and UE4 plugin is now available in the Change Log section of the documentation.
Access to NvRTX is available to everyone! To use NvRTX, you’ll need a GitHub account and an Epic Games account that are linked. Instructions to do this are available at https://www.unrealengine.com/en-US/ue4-on-github. Once that process is complete, you will be able to access the NvRTX GitHub repository at https://github.com/NvRTX/UnrealEngine. Use the latest NvRTX and say goodbye to patches :-).
The RTXGI v1.1.30 plugin supports NvRTX and Vanilla UE 4.26.1. If you are using older 4.25 or 4.26 versions of Unreal Engine, the v1.1.23 plugin patches are still available. You will need to upgrade to 4.26.1 to use the latest v1.1.30 plugin. For more information on the RTXGI Unreal Engine 4 plugin, see the Unreal Engine 4 Plugin section of the documentation.
To see RTXGI in action, follow the below steps to build the SDK and run the Test Harness sample application:
/samples to this path on the "source code" line/samples/build to this path on the the "binaries" line (below "source code")Select Configure in Cmake
4a. If using VS2017, you must also select x64 as platform for generator in the dropdown
4b. If using VS2019, the platform is x64 by default
5. Select Generate in Cmake
6. Open samples/build/RTXGISamples.sln in the build directory (created by CMake) and build the solution
7. Run samples/runTestHarness.bat to run the test harness sample application with the default settings
If you want to build just the RTXGI SDK, and aren't interested in samples, follow these steps:
/rtxgi-sdk/ to this path on the "source code" line/rtxgi-sdk/build to this path on the "source code" lineSelect Configure in Cmake
4a. If using VS2017, you must also select x64 as platform for generator in the dropdown
4b. If using VS2019, the platform is x64 by default
5. Select Generate in Cmake
6. Open rtxgi-sdk/build/RTXGI.sln and build the solution. By default a static library is generated
config/ directory.$ claude mcp add RTXGI-DDGI \
-- python -m otcore.mcp_server <graph>