DarioSamo / sm64rt-legacy-renderer

MIT License
73 stars 7 forks source link

Add Cuda 11.3 as a requirement #15

Closed erherhh4herh closed 3 years ago

erherhh4herh commented 3 years ago

When opening the project file both the sample and rt64Lib fail to load due to this error: The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations\CUDA 11.3.props" was not found. Confirm that the expression in the Import declaration "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\\BuildCustomizations\CUDA 11.3.props" is correct, and that the file exists on disk. C:\Github\RT64\src\rt64lib\rt64lib.vcxproj

I'm assuming I just need to install Cuda 11.3 and put the files in that location, but it would be helpful to have that described as a requirement. Thanks!

DarioSamo commented 3 years ago

That's correct, it needs to be installed to build the OptiX denoiser. Added to README. Thanks!