This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
3DFaces
/
libigl_Martin
Sledovat
3
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
83eacd6100
Větve
Značky
martinsChanges
master
libigl_Martin
/
include
/
igl
/
bbw
Alec Jacobson (jalec
df7b363ece
rotation widget example
před 11 roky
..
Makefile
36f509dde3
makefile adjustments for iOS
před 11 roky
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
před 11 roky
bbw.cpp
df7b363ece
rotation widget example
před 11 roky
bbw.h
b473232452
preprend license header to every file
před 11 roky
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