diff --git a/readme.md b/readme.md index 62a8afa1a438096ab747b2806d919bdc84a3c5d2..43622be0505e497cae082d2ea4f7ebecb2919035 100644 --- a/readme.md +++ b/readme.md @@ -1,10 +1,15 @@ ## Oxyflame Rendering Tools ### Dependencies -- GCC 10+ -- CMake 3.19+ -- Ospray 1.8.5 -- VTK 9.0.1 +- GCC/MSVC +- CMake +- Ospray +- VTK -### Contact -- If you encounter any problems, contact demiralp@vr.rwth-aachen.de . \ No newline at end of file +### Building +- Run CMake in the `offline_ray_tracer` subdirectory. +- Build the output of CMake with GCC/MSVC. + +### Running +- Modify the dataset location and rendering preferences in `settings.json`. +- Run as `offline_ray_tracer [PATH_TO_SETTINGS_JSON]`.