This project contains the implementation for the Eurographics 2026 Short Paper: Robust Ray–Surface Intersections for Algebraic Surfaces.
- Clone Falcor 8.0
- Clone this repository into
Falcor\Source\Samples\Tracers\ - Add
Tracersto the cmake fileFalcor\Source\Samples\CMakeLists.txt- Add the line
add_subdirectory(Tracers)
- Add the line
- Run
setupinFalcor's root - On Windows and Visual Studio 2022
- Run
Falcor\setup_vs2022.bat - Run
Falcor\build\windows-vs2022\Falcor.sln - Set
Tracersas the Startup Project - Build & run (some dependencies are not set right in Falcor, Build Solution might be necessary)
- Run
