Matt Williams bb87e9e628 Fix Ambient Occlusion Calculator to accept functors, functions and lambdas
By changing the 'pass by value' to be a 'pass by const reference' (and
adding some const qualifiers) the calculator can take any of the three
types.

Performance could be improved further using C++11 perfect forwarding to
pass the function on without changing a thing. I added a comment to remind
us of this.

Also added a test for passing a function and a (commented out) test for
passing a lambda.
2012-10-28 15:41:53 +00:00
2012-10-23 18:28:52 +02:00
2012-07-20 23:02:45 +01:00
2012-07-20 23:01:30 +01:00
2010-12-02 20:35:28 +00:00

PolyVox - The voxel management and manipulation library
=======================================================

For installation instructions, please see INSTALL.txt
Description
No description provided
Readme 5.4 MiB
Languages
C++ 92.5%
CMake 3.4%
SWIG 2.2%
C 1%
Python 0.6%
Other 0.3%