From 115f624d1c8c9eba69ad3437fd74a3e97c8ba7b5 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Fri, 17 Mar 2017 17:01:45 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b56fa7b..6a0959b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # About -This project is an implementation of an experimental volumetric rendering engine. Using OpenCL this program is able to hardware accelerate Woo's Fast Voxel Traversal Algorithm which traverses through a Sparse Voxel Octree as described by Laine et al. Light is simulated using the Blinn-Phong shading model along with a recursive ray tracer style of shadow tracing. Individual voxels are also textured using a user provided texture atlas and voxel data. +This project is an implementation of a "from scratch" experimental volumetric rendering engine. Using OpenCL this program is able to hardware accelerate Woo's Fast Voxel Traversal Algorithm which traverses through a Sparse Voxel Octree as described by Laine et al. Light is simulated using the Blinn-Phong shading model along with a recursive ray tracer style of shadow tracing. Individual voxels are also textured using a user provided texture atlas and voxel data. # Build