Sebastian Schäfer

Results 5 comments of Sebastian Schäfer
trafficstars

> There is nothing open source in this project. It's a binary distribution under MIT license. Another AMD innovation I guess... Still better then their previous evaluation license. It looks...

I'm pretty sure that this was done on purpose. AMD seems to have decided to no longer provide the sources for Radeon Rays. Thus, the software is no longer open...

Fun fact is, the website I mentioned earlier just redirects to this GitHub repo to download Radeon Rays 4.0 and to the legacy-2.0 branch to download Radeon Rays 2.0. So...

Hi, the code you are looking for is in the OpenCL kernels (.cl files) in the following subdirectory: RadeonRays_SDK/RadeonRays/src/kernels/CL/%.cl You will find the code for the ray triangle intersection in...

The sample renderer (which was previously the App project in the repository) has been moved to a separate repo. Thus you are correct and README.md should be modified in that...