Replace ```/cgal/directory``` by the full path to the directory containing CGAL.
# 3. Run the Programs
# 4. Run the Programs
One example of run:
...
...
@@ -42,13 +71,13 @@ Let us denote by SRC_DIR the root directory of the gitlab repository.
Run ```./hexa-subdivision -h``` (or ```./tetra-to-hexa -h```) for an help showing all options. Press the ```h``` key to view the help of the interactive viewer.
# 4. Reproduce the Experiments of the Paper
# 5. Reproduce the Experiments of the Paper
*// We suppose the current directory is SRC_DIR/builds/release*
The experiments given in the paper are obtained by the following runs (for each run, use -draw option to view the final mesh):
# 4.1 Hexahedral subdivision
# 5.1 Hexahedral subdivision
```
./hexa-subdivision ../../data/mesh1.off -lmax 7
...
...
@@ -56,7 +85,7 @@ Let us denote by SRC_DIR the root directory of the gitlab repository.