Commit Graph

5 Commits

Author SHA1 Message Date
Théophile Bastian 8d11d49b81 Marching: add compilation process
Also fix minor bugs
2018-02-11 18:34:00 +01:00
Théophile Bastian 39d12ef8a4 Marching cubes: tentative configurations generator
First attempt to generate the configurations of the marching cubes
algorithm, following naively the definition — using the 15 base cases
and generating all rotations and symmetries. This implementation does
not try to be parcimonious, it bruteforces the configurations, since the
search space is quite small anyway.

The plan is to implement a python generator that outputs a valid .cpp
file containing the pre-computed (at compile time) array for
configurations.
2018-02-09 00:29:16 +01:00
Théophile Bastian 7e3df70df6 Fix compilation process 2018-02-06 19:09:02 +01:00
Théophile Bastian 4d944d0e75 Add basic main for a glut visualization 2018-01-28 23:05:31 +01:00
Théophile Bastian 0775926122 Initial commit 2018-01-25 11:01:41 +01:00