A repository for the MPRI's Computer Graphics and Visualization course project. A jelly-like ball bounces around.
https://wikimpri.dptinfo.ens-cachan.fr/doku.php?id=cours:c-2-39
Théophile Bastian
39d12ef8a4
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. |
||
---|---|---|
mesh | ||
render | ||
tools | ||
util | ||
.gitignore | ||
common_structures.cpp | ||
common_structures.hpp | ||
Implicit.cpp | ||
Implicit.hpp | ||
LICENSE | ||
main_glut.cpp | ||
Makefile | ||
MarchingCubes.cpp | ||
MarchingCubes.hpp | ||
Mesh.cpp | ||
Mesh.hpp | ||
README.md |
mpri-graphics-project
Un repo pour le projet de graphics du MPRI. On va faire rebondir des trucs. Ça va être distrayant. On va vraiment s'amuser. Et valider un cours. Peut-être.