Commit Graph

6653 Commits

Author SHA1 Message Date
iasonmanolas 82a2d3fe00 Using non-binary ply export as default 2022-03-31 19:08:31 +03:00
iasonmanolas 86495cdb6f refactoring 2021-12-30 17:29:34 +02:00
Iason Manolas 3770720fb8
Merge branch 'cnr-isti-vclab:devel' into devel 2021-12-30 12:43:48 +02:00
alemuntoni 5cdefce22e fix save obj material when not enabled wedge texcoords 2021-12-16 09:22:29 +01:00
korialis ff62e5273a const correctness + std namespace fix 2021-12-14 15:57:31 +01:00
T.Alderighi 1b20698dfb fix const correctness in inertia.h 2021-12-13 15:32:45 +01:00
alemuntoni d3d496848d add unsupported eigen package 2021-12-13 15:02:20 +01:00
T.Alderighi a85534cc46 removing template arguments to swap, it hurts msvc 2021-12-13 10:08:54 +01:00
korialis fcc4a3bcb5 fix namespace 2021-12-02 10:42:01 +01:00
korialis b95d6abc98 fix namespace 2021-12-02 10:35:22 +01:00
korialis 8c15e83600 restore valence counting with vfstarvf 2021-12-02 10:07:33 +01:00
Luigi Malomo be8f3e773f fixed 'auto' abuse 2021-11-29 12:46:50 +01:00
Luigi Malomo da3c5c2b96 initializer list corrected 2021-11-29 12:15:37 +01:00
Luigi Malomo 5eb0e6cff6 stat bugfix 2021-11-29 10:08:58 +01:00
Luigi Malomo 1b2e3655ad fixed .obj material import (it was reading only malformed .mtl) 2021-11-29 09:57:43 +01:00
Luigi Malomo dde8bf219e refactored and corrected min/max quality stat functions 2021-11-29 09:56:06 +01:00
nico f5cec3e794 changed numeric_limits::lowest with -std::numeric_limits<ScalarType>::max as it was creating problems with percentile in hist 2021-11-29 07:17:31 +11:00
nico c480831b99 Corrected some bug including weighting schema of direction potentially wrong 2021-11-27 07:38:13 +11:00
nico 3b9e18cf4f corrected one Invert call to Inverse in line 215 2021-11-27 07:36:58 +11:00
nico d406904ee6 corrected SmoothIterative to use weights 2021-11-27 07:32:54 +11:00
Luigi Malomo d66446f6dc fixed (part of) the obj importer when loading data that is not present in the destination mesh 2021-11-26 18:39:37 +01:00
korialis 44937573d0 fix computeQuality 2021-11-26 17:51:50 +01:00
korialis d55c7aa215 fix typo in unused function 2021-11-26 16:34:23 +01:00
korialis f2ba3e973e cleaning of isotropic remeshing and small fix to adaptivity 2021-11-26 16:25:17 +01:00
Luigi Malomo 0c4e210bba added PLY import support for vertex texture coordinates as double 2021-11-19 17:12:43 +01:00
Luigi Malomo b9f865d39e removed qt deprecation warning 2021-11-18 19:23:18 +01:00
Luigi Malomo 82ac1bdc87 remove 'using namespace std' also from comments 2021-11-17 23:36:06 +01:00
Luigi Malomo 3fbbf0e94f Merge branch 'devel' of github.com:cnr-isti-vclab/vcglib into devel 2021-11-17 18:21:47 +01:00
Luigi Malomo 8bc75c8c4d additional save to check nanoply possible inconsistencies in load/save behavior 2021-11-17 18:21:21 +01:00
alemuntoni ad562ed9f1 fix samples after removing using namespace in header files 2021-11-17 17:48:00 +01:00
alemuntoni 8de019c1e3 removing using namespace std from header files 2021-11-17 17:39:01 +01:00
alemuntoni 6b44e8e23e removing using namespace std from header files 2021-11-17 16:57:23 +01:00
alemuntoni 090e0e438e removing using namespace std from header files 2021-11-17 16:42:24 +01:00
Luigi Malomo 22b9044222 cleaning 2021-11-17 15:43:42 +01:00
Luigi Malomo 2c1279f880 static assert for Eigen type conversion 2021-11-17 15:37:07 +01:00
Luigi Malomo 1fa21d2a64 more const correctness in Stat 2021-11-17 15:35:19 +01:00
Luigi Malomo 50f1d8961e bugfix in Inertia Compute 2021-11-17 15:34:35 +01:00
Luigi Malomo 95f5550951 fixed const correctness for Inertia and some Stat functions + code cleaning 2021-11-17 15:12:21 +01:00
Luigi Malomo bd1b1a937b Merge branch 'devel' of github.com:cnr-isti-vclab/vcglib into devel 2021-11-17 14:52:10 +01:00
Luigi Malomo 9af7eb8158 code cleaning 2021-11-17 14:51:54 +01:00
korialis b36ec50e35 removed unnecessary iheritance from deprecated std::binary_function 2021-11-16 15:36:42 +01:00
korialis 920ca0a932 fixed tetrahedra import_ply propdescriptor 2021-11-16 15:30:23 +01:00
korialis 5556f4184c fixed some const correctness issues on tetrahedrons 2021-11-16 15:29:10 +01:00
Iason Manolas 11910705b5
Merge branch 'cnr-isti-vclab:devel' into devel 2021-11-14 12:17:22 +02:00
Luigi Malomo ba3e4370bb added scalar * point operators + added correct normalize/normalized functions to points + some code cleaning 2021-11-12 19:27:30 +01:00
alemuntoni aee9055ffe fix append: polygonal faces with more than 3 vertices have always maximum 3 wedges... 2021-11-12 14:21:53 +01:00
alemuntoni 179b9360c5 Point3::normalized() is const and does not modify components 2021-11-11 11:37:57 +01:00
alemuntoni be6b1dc641 Merge remote-tracking branch 'origin/devel' into devel 2021-11-05 16:02:39 +01:00
alemuntoni d3acb9bd69 obj materials importer less restrictive when reads something unexpected 2021-11-05 16:02:24 +01:00
Luigi Malomo 7eaeb7bece commented out per vertex curvature property (todo: decide how to handle complete removal) 2021-11-05 16:02:24 +01:00