From 5e25f80f8140cfb75a590da90cd2b9ae064ab841 Mon Sep 17 00:00:00 2001 From: David Williams Date: Fri, 5 Oct 2012 16:57:02 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 027e419c..33ec7bfc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -29,7 +29,8 @@ Changes to Raycast It's been unclassed (makes sense, removes template parameters). Switch from std::function to STL approach. Note functor is passed by reference rather than by value. -Remove 0.5 offset? Resolved endpoints vs direction confusion -Prevent short directions -Prevent infinite loops (by preventing long directions? \ No newline at end of file + +Changes to AmbientOcclusionCalculator +------------------------------------- +It's been unclassed and is now called calculateAmbientOcclusion. \ No newline at end of file