Updated changelog

This commit is contained in:
David Williams 2012-10-05 16:57:02 +02:00
parent c8ba433b88
commit 5e25f80f81

View File

@ -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?
Changes to AmbientOcclusionCalculator
-------------------------------------
It's been unclassed and is now called calculateAmbientOcclusion.