This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
3DFaces
/
libigl_Martin
İzle
3
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
abd3c23a4b
Dallar
Biçim İmleri
martinsChanges
master
libigl_Martin
/
include
/
igl
/
bbw
Alec Jacobson (jalec
b473232452
preprend license header to every file
12 yıl önce
..
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 yıl önce
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 yıl önce
bbw.cpp
b473232452
preprend license header to every file
12 yıl önce
bbw.h
b473232452
preprend license header to every file
12 yıl önce
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