Alec Jacobson
babf491b69
pure k-gon to corners
2021-01-01 18:14:00 -05:00
Alec Jacobson
a0c6750917
add debug routines
2021-01-01 18:12:12 -05:00
Alec Jacobson
61588efa78
rm min_quad_dense
2020-12-30 18:37:26 -05:00
Alec Jacobson
9de4b6640f
mv min_quad_dense --> kkt_inverse
2020-12-30 18:00:11 -05:00
Alec Jacobson
aafb6870c7
fix strange logical warning
2020-12-27 18:13:05 -05:00
Alec Jacobson
ad54f2dfe2
int->Index; depreacted pinv; trivial unit test
2020-12-21 19:53:56 -05:00
Alec Jacobson
0ac1d696f8
Merge branch 'master' of https://github.com/libigl/libigl into polygon-laplacian
2020-12-21 19:27:21 -05:00
Alec Jacobson and Jérémie Dumas
fbfb2d56ad
Selection Plugin and Tutorial Entry ( #1654 )
...
* Selection Plugin and Tutorial Entry
* rm __1::
* templates; and dont take F as input
* missing template, fix bug
* better commenting
* windows doesn't understand M_PI
* Use ImGui::SetNextWindowSize
Co-authored-by: Jérémie Dumas <jeremie.dumas@ens-lyon.org >
2020-12-19 15:51:59 -08:00
Jérémie Dumas
858c843971
Fix nightly build + move EmbreeIntersector impl to .cpp ( #1674 )
2020-12-19 15:51:32 -08:00
Alec Jacobson
723eb8d74d
fix readMESH issues; add test ( #1679 )
2020-12-19 11:09:02 -08:00
Alec Jacobson
ce32c4aa03
Merge pull request #1675 from libigl/mosek-9.2
...
fix mosek to work with 9.2; fix mosek dynamic link via cmake
2020-12-14 14:21:48 -05:00
Alec Jacobson
e7b3e45577
missed __1:: (not in default build)
2020-12-14 14:16:43 -05:00
Alec Jacobson
7be097d585
missed __1:: (not in default build)
2020-12-13 21:09:11 -05:00
alecjacobson
c47bb0507b
fix compilation
2020-12-13 19:27:58 -05:00
Alec Jacobson
b35d97472d
fix mosek to work with 9.2; fix mosek dynamic link via cmake
2020-12-13 13:29:22 -05:00
Alec Jacobson
2ea8312e5e
use angle brackets for system includes
2020-12-13 13:27:10 -05:00
Alec Jacobson
f9b716fdf8
fix warning
2020-12-13 13:22:05 -05:00
Alec Jacobson
c608c60a6d
merge
2020-12-13 13:21:16 -05:00
Alec Jacobson
7250ea7d91
templates
2020-12-13 13:20:20 -05:00
Vladimir S. FONOV
e6482a8a42
Fixed a bug in writePLY, when face properties were doubled and edge properties were dropped ( #1673 )
2020-12-13 10:02:31 -08:00
Alec Jacobson
dbba9ca921
copyleft::marching_cubes -> marching_cubes ( #1666 )
...
* copyleft::marching_cubes -> marching_cubes
* restor imguizmo
* fix doc; lambda return type
2020-12-13 10:02:03 -08:00
Vladimir S. FONOV
c7b5d0b6e3
Offscreen meshes rendering using embree ( #1652 )
...
* Added simple raytracing renderer which allows off-screen rendering of meshes.
Using embree (already included in libigl). Addresses #1458 , #601
Does not depend on OpenGL.
Tutorial example renders `fertility` example with average gaussian curvature field, in 0.1 sec.
* Separated EmbreeDevice
* Changed singleton pattern, updated variable name, removed EmbreeDevice.cpp
2020-12-08 13:26:43 -08:00
Alec Jacobson
21b62c5777
Missing normalization
2020-12-07 09:10:35 -05:00
Zhongshi
f06fb13014
missing break in slim ( #1641 ) ( #1658 )
2020-11-29 09:40:51 -08:00
Alec Jacobson and Jérémie Dumas
59b517a4a4
bump embree version; bump sse2 to avx2 ( #1648 )
...
* bump embree version; bump sse2 to avx2
* Use default ISA instead.
* better comments
* non degenerate tests
Co-authored-by: Jérémie Dumas <jeremie.dumas@ens-lyon.org >
2020-11-29 09:40:10 -08:00
Alec Jacobson
49a0ab8640
templates
2020-11-22 13:37:03 -05:00
Alec Jacobson
6e1ed534ce
convenience function for path extensions based on igl::pathinfo
2020-11-22 13:36:49 -05:00
Alec Jacobson
2ea66c3350
comment
2020-11-22 13:35:47 -05:00
Alec Jacobson
fbd4ce2399
polygon laplacian and other polygon functionality
2020-11-19 22:00:55 -05:00
Alec Jacobson
6cde8347be
visible toggle for plugin
2020-11-19 10:01:24 -05:00
Alec Jacobson
69b0eccb15
template
2020-11-14 15:56:27 -05:00
Alec Jacobson
03e14c609f
note in .h
2020-11-14 13:25:27 -05:00
Alec Jacobson
782b7fc95d
Merge branch 'master' of https://github.com/libigl/libigl
2020-11-14 13:24:52 -05:00
Alec Jacobson
55817544c2
reformat and fix crashing bugs
2020-11-14 13:24:48 -05:00
Alec Jacobson
0bb27beb88
Merge pull request #1645 from libigl/msh-in-read_triangle_mesh
...
support msh in read_triangle_mesh
2020-11-07 13:28:22 -05:00
Alec Jacobson
80711ea630
fix comment formatting causing warnings
2020-11-07 10:57:37 -05:00
Alec Jacobson
c744410fe1
Merge branch 'master' of https://github.com/libigl/libigl
2020-11-07 10:56:53 -05:00
Alec Jacobson
e706cc5b8b
bug fix: xml::write_triangle_mesh now uses fe, too
2020-11-07 10:56:48 -05:00
Alec Jacobson
be9b795a16
support msh in read_triangle_mesh
2020-11-07 10:49:09 -05:00
Hsueh-Ti Derek Liu
a8a1216363
Update per_vertex_point_to_plane_quadrics.cpp
...
change boundary weight from length to length squared so that it has the same unit as face_quadric
2020-11-05 14:35:10 -05:00
Fabien Péan
fb3bd3571e
Update writeDAE.cpp ( #1642 )
...
Remove ambiguity (on windows) by using qualified calls everywhere.
Remove error with newer version of tinyxml2 which does not have XML_NO_ERROR
2020-11-03 15:45:05 -08:00
Fabien Péan
d2bc41e99b
Update orientable_patches.cpp ( #1640 )
...
Add a pair of explicit template instantiation for case where F is of type Eigen::MatrixX3i (i.e. Eigen::Matrix<int,Eigen::Dynamic,3>)
2020-11-03 15:32:25 -08:00
Kazutaka Nakashima
0a92f2cdb2
Fix bug in readSTL ( #1638 )
...
* Fix bug in readSTL
reset the position of the current character in the input
* Move seekg into the inside of if ... else ... block
2020-11-02 15:30:11 -08:00
Alec Jacobson
870eb14ec2
Update repdiag.cpp
2020-11-02 16:56:46 -05:00
Jérémie Dumas
1e905cba3d
Update STL reader. ( #1628 )
...
* Update STL reader.
* Constexpr stuff.
2020-10-26 21:27:17 -07:00
Thomas Davies
51b3f7093a
remove old comment
2020-10-18 12:56:03 -04:00
Thomas Davies
249f37af52
Merge remote-tracking branch 'upstream/master' into master
2020-10-18 11:19:12 -04:00
Thomas Davies
9814e81b4b
update tutorial with FWN signing option
2020-10-18 10:32:59 -04:00
Thomas Davies
c21ad49c38
missing template
2020-10-18 10:04:36 -04:00
Camilo Talero
d69073c329
Deletes print statement in the exact_geodesics method ( #1625 )
...
The print statement is always called, which affects debugging output of
calling libraries.
2020-10-18 00:20:47 -07:00