spherical-volume-rendering / svr-algorithm

A spherical volume rendering algorithm that performs ray casting through a spherical voxel grid.
Other
6 stars 7 forks source link

Revert back to std::max, std::min #118

Closed cgyurgyik closed 4 years ago

cgyurgyik commented 4 years ago

After benchmarking std::max versus inlined MAX function, I found no significant difference.