This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
3DFaces
/
libigl_Martin
Pridať medzi pozorované
3
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
4d48550bb1
Branche
Tagy
martinsChanges
master
libigl_Martin
/
include
/
igl
/
bbw
Alec Jacobson (jalec
764fc12ba8
camera example working and interactive.
12 rokov pred
..
Makefile
36f509dde3
makefile adjustments for iOS
12 rokov pred
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 rokov pred
bbw.cpp
764fc12ba8
camera example working and interactive.
12 rokov pred
bbw.h
b473232452
preprend license header to every file
12 rokov pred
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