This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
3DFaces
/
libigl_Martin
Tarkkaile
3
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
abd3c23a4b
Haarat
Tagit
martinsChanges
master
libigl_Martin
/
include
/
igl
/
bbw
Alec Jacobson (jalec
b473232452
preprend license header to every file
12 vuotta sitten
..
Makefile
8d773485f6
separted bbw as its own extra (mosek optional via IGL_NO_MOSEK), support for mosek 7, better control over verbosity in bbw
12 vuotta sitten
README.txt
8d773485f6
separted bbw as its own extra (mosek optional via IGL_NO_MOSEK), support for mosek 7, better control over verbosity in bbw
12 vuotta sitten
bbw.cpp
b473232452
preprend license header to every file
12 vuotta sitten
bbw.h
b473232452
preprend license header to every file
12 vuotta sitten
README.txt
This library extra implements "Bounded Biharmonic Weights". By default it
depends on libiglmosek and therefor also mosek. To compile issue:
make
To compile without the mosek dependency issue:
make IGL_NO_MOSEK=1