From 18accc100ef2dbe0353579c1266c3f918559b400 Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Sat, 9 Nov 2024 15:51:18 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7178faa..1725da4 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,11 @@ This version of the library includes the following functionality: * Fast binned SAH BVH builder using AVX intrinsics * BVH optimizer: reduces SAH cost and improves ray tracing performance * Single-ray and packet traversal. + The current version of the library is rapidly gaining functionality. Please expect changes to the interface. + Plans: + * Spatial Splits (SBVH) * Conversion to GPU-friendly format * Collapse to 4-wide and 8-wide BVH