https://github.com/polaris/ofxmarchingcubes
An openFrameworks addon that implements the marching cubes algorithm
https://github.com/polaris/ofxmarchingcubes
Last synced: 4 months ago
JSON representation
An openFrameworks addon that implements the marching cubes algorithm
- Host: GitHub
- URL: https://github.com/polaris/ofxmarchingcubes
- Owner: polaris
- Created: 2016-01-24T19:49:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T20:52:29.000Z (over 9 years ago)
- Last Synced: 2025-01-13T02:12:11.950Z (6 months ago)
- Language: C++
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# ofxMarchingCubes
An openFrameworks addon that implements the marching cubes algorithm.The code is based on a version by Cory Gene Bloyd.