A GPU implementation of the Marching Cubes algorithm for extracting surfaces from volumes using OpenCL and OpenGL
Stars
198
Forks
31
Watchers
198
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
46
commits
use define in compile instead of string replacement of HP size
c80fc9aView on GitHubadded the log2 function and fixed a problem with increasing isovalue
9223cc7View on GitHubchanged OpenCLUtilities url in .gitmodules so people who clone the project can fetch the submodule
9e1eeffView on GitHubadded an option of extracting surfaces on every frame or only on isovalue change. Also, added a lot of fancy text
4098b53View on GitHubHistogram Pyramid now uses char and short for the lower levels and thus
656daf8View on GitHubbug: reading from wrong channel from the rawData image
9bf4d50View on GitHubAdded code for using morton code kernels. Everything seems to be working
1b1901eView on GitHubAdded function for calculating morton code and made changes to kernels
2aec7b6View on GitHub