This website works better with JavaScript
Home
Explore
Help
Sign In
3DFaces
/
libigl_Martin
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
60878f290d
Branches
Tags
martinsChanges
master
libigl_Martin
/
include
/
igl
/
bbw
Alec Jacobson
831ee69608
main makefile and example makefiles fixed, Extras are broken
11 years ago
..
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 years ago
bbw.cpp
df7b363ece
rotation widget example
12 years ago
bbw.h
b473232452
preprend license header to every file
12 years ago
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