Commit Graph

2089 Commits

Author SHA1 Message Date
Jan Möbius
0ea44a0a13 Merge branch 'calc_face_area' into 'master'
add calc_face_area for TriMeshT

See merge request OpenMesh/OpenMesh!214
2019-03-15 11:59:53 +01:00
Janis Born
e7cd4edd1c add calc_face_area for TriMeshT 2019-03-14 16:59:07 +01:00
Jan Möbius
502241d6f9 Link missing tutorial on mainpage 2019-03-12 08:54:10 +01:00
Jan Möbius
1cf083532b Merge branch 'Move-to-8.1' into 'master'
Added small tutorial on custom properties

See merge request OpenMesh/OpenMesh!213
2019-03-12 08:02:08 +01:00
Jan Möbius
c2792234d1 Added small tutorial on custom properties 2019-03-12 08:00:17 +01:00
Jan Möbius
7ca696cfa4 Merge branch 'Move-to-8.1' into 'master'
Move to OpenMesh 8.1 version numbers

See merge request OpenMesh/OpenMesh!212
2019-02-21 15:10:53 +01:00
Jan Möbius
c7107e1f97 Move to OpenMesh 8.1 version numbers 2019-02-21 14:11:34 +01:00
Jan Möbius
37be8f8b05 Merge branch 'PLY_FACE_COLOR' into 'master'
PLY Reader/Writer: Support for face colors (Thanks to Steve and Barb Demlow for the patch)

See merge request OpenMesh/OpenMesh!211
2019-02-21 13:55:07 +01:00
Jan Möbius
449276bcf8 porepare for release [skip-ci] 2019-02-21 13:28:42 +01:00
Jan Möbius
2c0ba7b7eb Change tutorial, as PLY now supports face colors 2019-02-21 12:54:25 +01:00
Jan Möbius
3fbc166201 - PLY Reader/Writer: Support for face colors (Thanks to Steve and Barb Demlow for the patch) 2019-02-21 12:49:56 +01:00
Jan Möbius
a63cbdb10e Removed some old glut references 2019-02-21 10:05:26 +01:00
Jan Möbius
f89638553a Merge branch 'Renamed_template_files' into 'master'
Renamed template files

See merge request OpenMesh/OpenMesh!210
2019-02-20 13:11:50 +01:00
Jan Möbius
faa1a7917d Get rid of the T.cc naming for template implementations 2019-02-20 12:14:46 +01:00
Jan Möbius
446d8cf14e Removed old templates folder 2019-02-20 11:49:15 +01:00
Jan Möbius
93a439fea6 Merge branch 'Remove_Glut' into 'master'
Remove glut from OpenMesh

See merge request OpenMesh/OpenMesh!209
2019-02-06 12:04:20 +01:00
Jan Möbius
46e9e97a1b Revert "Silence some VS2017 warnings due to double float conversion"
This reverts commit 3dbdbdde7d
2019-02-06 11:10:04 +01:00
Jan Möbius
3dbdbdde7d Silence some VS2017 warnings due to double float conversion 2019-02-06 11:06:35 +01:00
Jan Möbius
0eb788a59b Silence clang warning on unittest 2019-02-06 10:29:05 +01:00
Jan Möbius
458a9d18b3 Updated changelog 2019-02-06 10:20:27 +01:00
Jan Möbius
365c4d2874 Removed glut from OpenMesh. 2019-02-06 10:19:08 +01:00
Jan Möbius
fa92a28749 Removed remaining glut parts from OpenMesh QGLViewer 2019-02-06 10:15:48 +01:00
Jan Möbius
253f47f6db Removed glut from Progmesh viewer 2019-02-06 09:47:46 +01:00
Jan Möbius
0fed7d9449 Removed glut from subdivider viewer 2019-02-06 09:45:32 +01:00
Jan Möbius
d738983517 Removed glut from progviewer 2019-02-06 09:45:15 +01:00
Jan Möbius
2f269f5d98 Removed glut stuff from DecimaterViewer 2019-02-06 09:43:34 +01:00
Jan Möbius
43a09852ea Restrict to stretch builds for now 2019-02-05 09:05:11 +01:00
Jan Möbius
26b3682cdd Merge branch 'ply_fix' into 'master'
Ply fix

Closes #64

See merge request OpenMesh/OpenMesh!208
2019-02-04 09:43:47 +01:00
Jan Möbius
4c2c8f34c0 - PLY Reader: Fix file load for ASCII PLY without a newline at the end of the file (Thanks to Mathieu Lamarre for the patch )
closes #64
2019-02-04 08:52:41 +01:00
Jan Möbius
471874bce5 refs #64 2019-02-04 08:47:17 +01:00
Jan Möbius
dd9917cacc - Improved unittest description 2019-02-04 08:46:26 +01:00
Jan Möbius
c98de02846 Added unittest to check ply reader 2019-02-04 08:45:12 +01:00
Jan Möbius
f2d07dc943 Ignore .settings dir 2019-01-17 16:26:42 +01:00
Jan Möbius
0c55529987 Merge branch 'Eigen' into 'master'
OpenMesh Eigen support

Closes #59

See merge request OpenMesh/OpenMesh!207
2019-01-17 09:42:42 +01:00
Jan Möbius
87a4f6f10f Removed output 2019-01-17 09:42:01 +01:00
Jan Möbius
315b0ef126 Updated Documentation git push 2019-01-17 09:41:42 +01:00
Jan Möbius
c2089a172a Updated changelog 2019-01-17 08:37:25 +01:00
Jan Möbius
3a7228d3ea Work without Eigen3 2019-01-17 08:27:40 +01:00
Jan Möbius
ed76d2cf8b Typo 2019-01-17 08:24:58 +01:00
Jan Möbius
2a01991523 Added documentation for the eigen vector interface 2019-01-17 08:19:29 +01:00
Jan Möbius
a7e9657759 Use vectorize for initializing vector in dummy implementations
closes #59
2019-01-17 08:08:09 +01:00
Jan Möbius
a5e04d48ef More unittesting for eigen vectors 2019-01-17 08:07:54 +01:00
Jan Möbius
58085cd5f3 Preliminary Eigen support. One unittest still fails
refs #59
2019-01-17 07:40:34 +01:00
Jan Möbius
ae8a49895b Merge branch 'compile-time-connectivity-type' into 'master'
Compile time connectivity type

See merge request OpenMesh/OpenMesh!188
2019-01-16 07:57:05 +01:00
Jan Möbius
cfd2fdb160 Added unittest to check mesh type 2019-01-15 16:13:05 +01:00
Jan Möbius
38efdce5f5 Some cleanup 2019-01-15 16:12:51 +01:00
Jan Möbius
9f388612f1 Merge branch 'master' into compile-time-connectivity-type 2019-01-15 16:00:38 +01:00
Jan Möbius
9c2c1f5265 Merge branch 'Test_Vec3d' into 'master'
Test vec3d

Closes #40

See merge request OpenMesh/OpenMesh!206
2019-01-15 15:59:58 +01:00
Jan Möbius
5b074c4457 Removed links to VS2013 binaries 2019-01-15 15:07:41 +01:00
Jan Möbius
34c44c9188 Merge branch 'master' into compile-time-connectivity-type 2019-01-15 14:36:58 +01:00