From e746b7e6a9ed7304ebbec81fca7f61b9451d8f3f Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Tue, 12 Nov 2024 09:12:57 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cd82f6b..0a08b1b 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ Plans: * BVH4_GPU traversal * Efficient CWBVH GPU traversal * TLAS/BLAS traversal with BLAS transforms +* Example renderers: + * CPU WHitted-style ray tracer + * GPU path tracer + * GPU wavefront path tracer These features have already been completed but need polishing and adapting to the interface, once it is settled. CWBVH GPU traversal combined with an optimized SBVH provides state-of-the-art **#RTXOff** performance; expect _billions of rays per second_.