From 875ce0be3889bd771745c9dcba2fffa6183bd389 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Fri, 25 Nov 2016 21:57:53 -0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 696a4bf..87f46fd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +Building this project is not difficult, but the setup prior is. You must have +OpenCL and SFML development libraries insalled. You must also have OpenCL +compatible hardware to run it on. + +Papers used: + +Efficient Sparse Voxel Octrees, Laine et al. + +A fast voxel traversal algorithm for ray tracing, Woo et al. + ![alt tag](https://github.com/MitchellHansen/voxel-raycaster/blob/master/assets/video.gif) ![alt tag](https://github.com/MitchellHansen/voxel-raycaster/blob/master/assets/screenshot.PNG)