Commit Graph

1700 Commits

Author SHA1 Message Date
Martin Heistermann
de1b03bf02 Add missing include. 2022-10-13 15:08:08 +02:00
Martin Heistermann
d554a90d43 OBJWriter performance: Add map from color to material index, avoids quadratic performance 2022-08-29 18:28:04 +02:00
Max Lyon
7a5aa1835b use calc_face_normal if no normal property is available 2022-05-25 13:55:52 +02:00
Jan Möbius
187d670539 Merge branch 'Edge_Length' into 'master'
ModEdgeLength Fix incompatibility with Eigen vector type

Closes #81

See merge request OpenMesh/OpenMesh!320
2022-05-05 13:57:17 +00:00
Jan Möbius
3e19748a1b More sqrnorm fixes 2022-05-05 15:42:17 +02:00
Jan Möbius
86acc5fde6 Removed debug output 2022-05-05 14:51:43 +02:00
Jan Möbius
06b945d475 ModEdgeLength Fix incompatibility with Eigen vector type
closes #81
2022-05-05 14:33:15 +02:00
Martin Heistermann
b2bb6a32a7 Fix some "unused parameter" warnings. 2022-04-06 17:16:59 +02:00
Jan Möbius
7e670896a6 - added param 'texture_file' to the Options class, it specifies the path to the texture file
- added param 'material_file_extension' to the Options class, it specifies the material file suffix, default is ".mat" as it was before, we needed it becuase Blender expects ".mtl"
- removed default and copy constructor and destructor as well as assignment operator, because these are not necessary here, see https://en.cppreference.com/w/cpp/language/rule_of_three

(Thanks to Philipp Auersperg-Castell for the patch )
2022-03-07 10:30:52 +01:00
Jan Möbius
6e17383b49 Removed some duplicate code 2022-02-23 13:27:46 +01:00
Jan Möbius
cd26cd20e0 Removed duplicate cmake code
Prefer GLVND OpenGL
2022-02-23 13:25:25 +01:00
Jan Möbius
9202308922 Moved inl file to hh 2022-02-23 13:05:55 +01:00
Jan Möbius
878474a0aa Removed globbing for unittest files 2022-02-23 10:14:10 +01:00
Jan Möbius
4a9fb88bfd Removed unnecessary include directories 2022-02-23 10:10:19 +01:00
Jan Möbius
049f2834f6 Cosmetics 2022-02-23 10:07:25 +01:00
Jan Möbius
3f2b96d73e Removed extra include directive 2022-02-23 10:07:08 +01:00
Jan Möbius
09267c3e3d Fixed win32 static part 2022-02-23 09:29:19 +01:00
Jan Möbius
a81865c6ff Use implicit include directories via target link libraries for building apps 2022-02-23 09:24:18 +01:00
Jan Möbius
777f58f75e Set include directories for tools and core per target and not globally 2022-02-23 09:14:33 +01:00
Jan Möbius
18bc53814a Removed globbing for compile files and headers in OpenMesh Tools 2022-02-23 09:03:19 +01:00
Jan Möbius
1122479e99 Removed globbing for compile files and headers in OpenMesh Core 2022-02-23 08:58:54 +01:00
Jan Möbius
bae99eebbf Fixed uninitialized variable 2022-01-19 09:00:24 +01:00
Jan Möbius
25c6b34d0e Updated Version to 9.1 2022-01-18 14:34:43 +01:00
Jan Möbius
e9f693a01b Removed unused variable 2022-01-18 11:27:29 +01:00
Jan Möbius
10426ff43d Added missing parameter documentation 2022-01-18 10:20:45 +01:00
Jan Möbius
16b47e68c2 Doxygen: Fixed duplicate doc 2022-01-18 10:12:19 +01:00
Jan Möbius
7c5363916d Updated license header 2022-01-18 09:50:04 +01:00
Jan Möbius
be2a4d9963 Removed warning 2022-01-17 16:13:05 +01:00
Jan Möbius
275a8e4e94 Silence some warnings in unittests 2022-01-17 16:05:15 +01:00
Jan Möbius
65abe0b926 Fixed size_t int comparisons 2022-01-17 15:57:37 +01:00
Jan Möbius
6f4d14374b Fixed Warnings in Normalcone Geometry 2022-01-17 15:56:53 +01:00
Jan Möbius
71a5f40ea8 Try to fix implicit operator= 2022-01-17 15:32:09 +01:00
Jan Möbius
3ed5534abd Merge branch 'FixBinaryWarnings' into 'master'
fix warnings in binary

See merge request OpenMesh/OpenMesh!312
2022-01-17 08:16:32 +00:00
Max Lyon
e989347184 fix warnings in binary 2022-01-14 17:20:43 +01:00
Jan
7d4c3e179a Fixed some doxygen warnings 2022-01-14 13:02:36 +01:00
Jan
66271b6b0f Fixed unittest for double traits 2022-01-14 10:02:40 +01:00
Jan Möbius
d74c7aa020 Fixed OBJ reader not reading materials which start with a leading space 2021-09-24 12:56:39 +02:00
Jan Möbius
fad00c8eb9 Revert "Fixed OBJ reader not reading materials which start with a leading space"
This reverts commit f5e5aa83b1.
2021-09-24 12:55:54 +02:00
Jan Möbius
f5e5aa83b1 Fixed OBJ reader not reading materials which start with a leading space 2021-09-24 11:10:47 +02:00
Jan Möbius
ec0d648e32 Merged master 2021-09-21 09:50:16 +02:00
Jan Möbius
b73c35aae3 Macro rename from vci_qt5 to vci_qt and renamed qt5_install_path to qt_install_path 2021-09-21 09:41:06 +02:00
Jan Möbius
4fc8d8bdc0 Merge branch 'cppcheck_fix' into 'master'
Cppcheck fix

See merge request OpenMesh/OpenMesh!306
2021-06-02 07:53:00 +00:00
Jan Möbius
d9679b512f Fixed cppcheck warning, overwrite 2021-06-01 14:10:25 +02:00
Jan Möbius
ee99f0bb04 Fixed cppcheck warning, variable shadowing 2021-06-01 14:03:05 +02:00
Jan Möbius
48c2e464cb PLY writer: Added option to choose if we want to write texture coordinates as uv or ply (Thanks to Ossi Saukko for the patch) 2021-06-01 12:47:22 +02:00
Johannes Lenzen
e26d263867 Merge branch 'master' into qt6 2021-05-03 13:43:34 +02:00
Jan Möbius
7bf1b94224 Fixed cppcheck warning 2021-04-27 12:25:24 +02:00
Johannes Lenzen
7cbe7f9085 Fixed linker problems and added version specific qt packages 2021-04-26 11:56:56 +02:00
Johannes Lenzen
6d344047fa started qt6 migration 2021-04-26 10:03:03 +02:00
Jan Möbius
c6da50a483 Fixed warning 2021-04-13 10:09:31 +02:00