Commit Graph

300 Commits

Author SHA1 Message Date
Jan Möbius
0031513835 Fixed a crash in the modified butterfly subdivider with vertices with valance larger than 30. 2021-02-16 13:13:15 +01:00
Max Lyon
b32d5ef803 add cmake variable that controls if headers should be installed or not 2021-02-14 18:41:06 +01:00
Jan Möbius
2504cac566 Replace remaining PROJECT_NAMES with CMAKE_PROJECT_NAMES 2021-01-20 16:27:55 +01:00
Jan Möbius
90bb606aa6 Removed the old vci get version call 2021-01-20 12:29:24 +01:00
Max Lyon
139719433a fix wrong endif comment 2020-12-07 14:07:03 +01:00
Max Lyon
50363592be renaming of functions and variables in cmake-library 2020-12-07 13:18:53 +01:00
Jan Möbius
044454188e Fixed runaway selection 2020-06-19 16:03:22 +02:00
Jan Möbius
cfb9af64f7 Fixed runaway selection 2020-06-19 15:54:39 +02:00
Jan Möbius
2d90392e0c Fixed cppcheck issue 2020-06-19 14:45:45 +02:00
Jan Möbius
ddf15b3bf4 Decimate only on selected vertices, Fixed ugly typo 2020-06-19 13:54:45 +02:00
Jan Möbius
cc510502f3 Decimate only on selected vertices 2020-06-19 12:07:57 +02:00
Max Lyon
71698822a1 fix cppcheck warnings 2020-02-03 15:08:00 +01:00
Max Lyon
9ae08da593 use range based for loops in subdivision algorithms in order to skip deleted elements 2020-02-03 09:51:49 +01:00
Max Lyon
52d3ad9332 templatize NormalConeT over Vector instead of Scalar to allow for other types of vectors (eg Eigen) 2019-12-19 14:04:59 +01:00
Max Lyon
2eebdd629f reduce scope of variable 2019-11-27 13:27:39 +01:00
Max Lyon
c79d85c3a0 remove second template argument of propertymanager in subdivider 2019-10-31 15:24:42 +01:00
Heng Liu
bb4ce58626 fix target include directories when not compiling stand-alone 2019-09-09 11:40:42 +02:00
Jan Möbius
37523c16d0 Fixed vectorize warning 2019-08-28 11:00:42 +02:00
Jan Möbius
df6c3cbb93 Fixed more clang warnings 2019-05-29 11:27:23 +02:00
Jan Möbius
6050565b86 Fixed more clang warnings 2019-05-29 11:14:37 +02:00
Jan Möbius
7c1a8012d5 Fixed more clang warnings 2019-05-29 10:55:52 +02:00
Jan Möbius
b083f32a23 Replace NULL by nullptr 2019-05-29 10:11:42 +02:00
Jan Möbius
8a178e16ac cppcheck 2019-05-29 08:49:18 +02:00
Jan Möbius
669b1b789e cppcheck 2019-05-29 08:32:28 +02:00
Jan Möbius
4afdd5adcc cppcheck 2019-05-29 08:00:32 +02:00
Jan Möbius
8cffe1c3b9 cppcheck 2019-05-28 14:22:36 +02:00
Jan Möbius
f468efacd0 cppcheck 2019-05-28 14:04:58 +02:00
Jan Möbius
87d2161c5d cppcheck 2019-05-28 13:39:03 +02:00
Jan Möbius
bd0901caa8 overrides 2019-05-28 11:50:49 +02:00
Jan Möbius
53616eb91f Merge branch 'delete_vertex_crash_subdivider' into 'master'
Delete vertex crash subdivider

Closes #65

See merge request OpenMesh/OpenMesh!219
2019-04-09 16:18:47 +02:00
Jan Möbius
9eee36de6d Added Unittest for modified butterfly 2019-04-09 13:44:17 +02:00
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
3d6ca4398d Fixed crash in loop subdivision 2019-04-09 13:20:43 +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
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
2f269f5d98 Removed glut stuff from DecimaterViewer 2019-02-06 09:43:34 +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
b3708fa4a7 - Removed VS2008 Visual Studio files 2018-12-14 09:20:52 +01:00
Jan Möbius
9a81b465e3 Linked SmartTagger docu into main docu pages 2018-06-19 15:12:41 +02:00
Jan Möbius
9f91de0d86 Added basic unittest for smarttagger on vertices 2018-06-19 14:39:59 +02:00
Jan Möbius
a2762b0562 Moved to OpenMesh namespace 2018-06-19 14:28:24 +02:00
Jan Möbius
2cb04f9988 Changed License Header
refs #57
2018-06-19 14:21:57 +02:00
Jan Möbius
3af06b689b Copied over SmartTagger 2018-06-19 14:20:35 +02:00
Jan Möbius
ab07fbb70e - Removed old qmake .pro files (Unmaintained for a long time) 2018-04-19 12:58:13 +02:00
Christian Mattes
377562d11a Fixed last occurences of non-free-function usage (at least as far as covered by the tests). 2018-04-12 15:16:50 +02:00