Commit Graph

1417 Commits

Author SHA1 Message Date
Jan Möbius
752c8ef7d2 Fixed loop subdivider with external vector type 2019-04-09 13:27:03 +02:00
Jan Möbius
1b46bb0e7a Added a documentation hint. closes #65 2019-04-09 13:22:18 +02:00
Jan Möbius
b794e7e6d0 Fixed test result numbers 2019-04-09 13:20:57 +02:00
Jan Möbius
3d6ca4398d Fixed crash in loop subdivision 2019-04-09 13:20:43 +02:00
Jan Möbius
c79efc9e8c refs #65
- Added Unittests for loop subdivision
- Added unittest to perform subdivision after a vertex has been deleted
2019-04-09 13:06:46 +02:00
Jan Möbius
c1496cb94a Fixed unittest warning 2019-04-09 08:16:35 +02:00
Jan Möbius
e6ae5f2905 Use the ACG Directories 2019-04-09 08:08:02 +02:00
Jan Möbius
f0e50f033d Use OpenMesh source dir as root directory 2019-04-09 07:51:00 +02:00
Jan Möbius
6302f46f65 - Support building on FreeBSD
- Generate OpenMeshConfig.cmake

Thanks to Thibault Payet for the patch
2019-04-09 07:45:54 +02:00
Janis Born
ade4f58f1a add hasProperty function 2019-04-03 15:45:44 +02:00
Janis Born
fc63402d10 change PropertyManager::operator* to access the property value for mesh properties 2019-04-03 15:45:23 +02:00
Janis Born
56403e3dc9 mark more old functions as deprecated 2019-04-03 15:44:17 +02:00
Janis Born
e7cd4edd1c add calc_face_area for TriMeshT 2019-03-14 16:59:07 +01:00
Jan Möbius
c7107e1f97 Move to OpenMesh 8.1 version numbers 2019-02-21 14:11:34 +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
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
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
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
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
87a4f6f10f Removed output 2019-01-17 09:42:01 +01:00
Jan Möbius
3a7228d3ea Work without Eigen3 2019-01-17 08:27:40 +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
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
34c44c9188 Merge branch 'master' into compile-time-connectivity-type 2019-01-15 14:36:58 +01:00
Jan Möbius
4363a1cbce Added missing ovverides to silence clang 2019-01-15 13:51:09 +01:00
Jan Möbius
46c2bd0f9f Test VectorType single param constructor
closes #40
2019-01-15 13:01:06 +01:00
Jan Möbius
2c52593cd7 Removed the old svn revision date headers 2019-01-15 11:21:12 +01:00
Jan Möbius
f68f9575ff Fixed uninitialized normal 2019-01-15 11:13:37 +01:00
Jan Möbius
76c61df596 Fixed several warnings with fallthrough on gcc 8 2019-01-15 11:07:39 +01:00
Jan Möbius
90db9c7c30 Merge branch 'More_QT_Cleanup' into 'master'
Reduce Qt footprint even more

See merge request OpenMesh/OpenMesh!203
2018-12-14 17:50:24 +01:00
Jan Möbius
0beeb7f9c1 Reduce Qt footprint even more 2018-12-14 14:57:30 +01:00
Jan Möbius
f1001ce711 Fixed uninitialized warnings 2018-12-14 14:27:50 +01:00
Jan Möbius
06061b2d5b Some cleanup in App cmake files to make them smaller and more readable 2018-12-14 11:59:42 +01:00
Jan Möbius
92b580a9ec Fixed naming typo 2018-12-14 11:51:28 +01:00