From 945b5cb89a430feb1965cd97783f8bedd9c02e01 Mon Sep 17 00:00:00 2001 From: acdemiralp <demiralpali@gmail.com> Date: Wed, 10 Feb 2021 00:16:24 +0100 Subject: [PATCH] Updated readme. --- readme.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 331dde3..9bfce9d 100644 --- a/readme.md +++ b/readme.md @@ -1,12 +1,15 @@ ## Oxyflame Rendering Tools -## Dependencies +### Dependencies - GCC 10+ -## Installation +### Installation - Run `install.sh` which downloads CMake, Ospray, VTK, and then builds the tools. -## Running +### Running - Modify `settings.json` to locate the datasets and adjust camera path. - For interactive mode, run `run.sh`. -- For batch mode, run `sbatch batch.sh`. \ No newline at end of file +- For batch mode, run `sbatch batch.sh`. + +### Contact +- If you encounter any problems, contact demiralp@vr.rwth-aachen.de . \ No newline at end of file -- GitLab