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
Go to file
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
mesh Use mesh center everywhere else 2018-02-06 21:08:37 +01:00
render GlutRender.cpp: fix tab indentation 2018-02-06 22:15:35 +01:00
tools Marching cubes: tentative configurations generator 2018-02-09 00:29:16 +01:00
util Use mesh center everywhere else 2018-02-06 21:08:37 +01:00
.gitignore Marching cubes: tentative configurations generator 2018-02-09 00:29:16 +01:00
common_structures.cpp Add a cuboid structure 2018-02-07 18:00:48 +01:00
common_structures.hpp Add a cuboid structure 2018-02-07 18:00:48 +01:00
Implicit.cpp Basic implicit surfaces interface definition 2018-01-25 11:40:39 +01:00
Implicit.hpp Make operator() const for implicit surfaces 2018-02-08 12:22:19 +01:00
LICENSE Initial commit 2018-01-25 11:01:41 +01:00
main_glut.cpp Fancify scene, adding a tet 2018-02-06 21:29:32 +01:00
Makefile Add a context to implement marching cubes 2018-02-07 18:00:48 +01:00
MarchingCubes.cpp Add a context to implement marching cubes 2018-02-07 18:00:48 +01:00
MarchingCubes.hpp Add a context to implement marching cubes 2018-02-07 18:00:48 +01:00
Mesh.cpp Add center to a mesh to allow easy translation 2018-02-06 20:45:23 +01:00
Mesh.hpp Add center to a mesh to allow easy translation 2018-02-06 20:45:23 +01:00
README.md Initial commit 2018-01-25 11:01:41 +01:00

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.