RTXDI
RTXDI copied to clipboard
1) What setting should I use to reduce/avoid the flickering/blinking in the scene (very vivid after moving around)? https://streamable.com/sm7msk 2) Why does RTXGI have seemingly no effect on the scene?...
hello i have this error CMake Error at CMakeLists.txt:62 (add_subdirectory): The source directory C:/RTXDI-main/donut does not contain a CMakeLists.txt file. CMake Error at shaders/CMakeLists.txt:2 (include): include could not find requested...
I have vulkan disabled, but it still tries to generate it CMake Error at C:/Program Files/CMake/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Vulkan: Found unsuitable version "", but required is at least...
I updated Window SDK to 19041, updated Visual Studio 2019 to the latest version and updated all _Windows SDK Version_ project setting to 10.0.19041.0. Almost all projects could be compiled...
Using the latest NSight to date: 2022.4.1.0 Pointing it to either `rtxdi-sample` or `minimal-sample` - fails in either case. NSight writes to the console: ``` terminate called after throwing an...
Hello I tried to run the latest version. Processing project file 'packman\dependencies.xml' Package 'rtxdi-media' at version 'p4sw-30874147' is missing from local storage. packman(ERROR): Unable to download file from 'https://d4i3qtqj3r0z5.cloudfront.net/rtxdi-media%40p4sw-30874147' (server...
Spot lights currently only work correctly if they have a non-zero radius. When exported from glTF they always have a radius of `0.0f` (non-point shapes are not supported there). This...
This PR adds a command line arg which can be used to test alternative scenes in order to evaluate the RTXDI SDK. Additionally, after the scene is loaded, we switch...
I tried to run the latest version of the sample and I encounter an error during the loading. The problem is that some of these shaders here https://github.com/NVIDIAGameWorks/RTXDI/blob/52488baa0dd3ee0dffb6e668bd0695d65cd2345c/src/LightingPasses.cpp#L313C91-L320C91 are missing...