From 4f60035b55cd2bd559b765ddb7482508ec52134c Mon Sep 17 00:00:00 2001 From: Eddy Jansson Date: Sat, 2 Nov 2024 13:26:18 +0100 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 104f95e..3dc8520 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,6 @@ The cross-platform fenster-based single-source bitmap renderer can be compiled w ````g++ -std=c++20 -mavx -lgdi32 tiny_bvh_fenster.cpp -o tiny_bvh_fenster```` (on windows) -Thanks to Eddy L. O. Jansson for help with g++ and clang. - # Version The current version of the library is a 'prototype'; please expect changes to the interface. Once the interface has settled, more functionality will follow. Plans: * Spatial Splits (SBVH)