This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
3DFaces
/
libigl_Martin
Seguir
3
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
d10afaa873
Ramas
Etiquetas
martinsChanges
master
libigl_Martin
/
include
/
igl
/
bbw
Alec Jacobson (jalec
df7b363ece
rotation widget example
hace 11 años
..
Makefile
36f509dde3
makefile adjustments for iOS
hace 11 años
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
hace 11 años
bbw.cpp
df7b363ece
rotation widget example
hace 11 años
bbw.h
b473232452
preprend license header to every file
hace 11 años
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