Commit Graph

5888 Commits

Author SHA1 Message Date
Paolo Cignoni 235d03935e harmless warning issued only on release (assert involving variables) 2017-04-01 18:19:51 +02:00
nico 872448ecba added ComputePerVertQualityAvg function 2017-03-30 13:06:33 +02:00
nico f81d5c7ed5 cleaned a bit the commented functions and added Area and Quality as
Voronoi Area
2017-03-30 13:06:04 +02:00
Paolo Cignoni c2e4e4315e better travis icon 2017-03-28 19:36:30 +02:00
Paolo Cignoni dff73e531e travis for apps 2017-03-28 18:45:55 +02:00
Paolo Cignoni 570f203bf6 cmakefile for metro and tridecimator compacted 2017-03-28 18:44:38 +02:00
Paolo Cignoni 174576d096 Cleaned up the old metro 2017-03-28 18:43:45 +02:00
Paolo Cignoni 605cf379b5 yet more harmless warnings 2017-03-28 17:43:42 +02:00
Paolo Cignoni 32c26911c4 Removed harmless warnings on rarely used objects... 2017-03-28 17:43:16 +02:00
Paolo Cignoni 2c3034d483 patching travis cmake for osx 2017-03-28 16:44:59 +02:00
Paolo Cignoni 3fb954f62f Still experimenting with travis 2017-03-28 16:34:54 +02:00
Paolo Cignoni caa5e7f0d1 Still fighting against travis 2017-03-27 22:58:58 +02:00
Paolo Cignoni 3d41de41ed newer cmake on travis 2017-03-27 22:46:38 +02:00
Paolo Cignoni b589b5f27c Corrected travis badge 2017-03-27 22:25:14 +02:00
Paolo Cignoni ad81686e2d added travis badge in the readme 2017-03-27 19:44:15 +02:00
Paolo Cignoni a60f482852 added travis.yml
Lets go for continuous integration!
2017-03-27 19:35:26 +02:00
Paolo Cignoni de255e10ea Adding a minimal cmakelists.txt tri decimator 2017-03-27 16:51:47 +02:00
Paolo Cignoni cc2ed229ac Building a folder with small sample meshes 2017-03-27 14:08:03 +02:00
Gianpaolo Palma be9a3aed74 Bug fixing in the PickFace function
Bug fixing in the projection of the vertices near to the plane of the
projection point
2017-03-27 11:15:43 +02:00
Gianpaolo Palma a34532abac Bug fixing in the PickFace function
Bug fixing in the projection of the vertices near to the plane of the
projection point
2017-03-27 11:13:14 +02:00
Paolo Cignoni 8efebae360 Still cleaning all the samples.
Now all the trimesh_samples should compile without any dependency
2017-03-24 16:50:19 +01:00
Paolo Cignoni 0965a29520 removed useless const in spatial hashing 2017-03-24 16:49:35 +01:00
Paolo Cignoni 6b06c53b09 moved IGL sample in the wrap/IGL/sample folder 2017-03-24 15:24:07 +01:00
Paolo Cignoni 1acf0ce100 Still cleaning samples 2017-03-24 15:23:43 +01:00
Paolo Cignoni 361250c867 Small change to remove warning 2017-03-24 15:18:14 +01:00
Paolo Cignoni ff7711147e added some casts for importing curvature types 2017-03-24 15:17:54 +01:00
Luigi Malomo 22afe8170b comments cleaned 2017-03-24 14:47:50 +01:00
Luigi Malomo b4779b7151 minor changes to voronoi remesher 2017-03-24 14:43:30 +01:00
Luigi Malomo 9eb6610f34 added arap distortion + class template for UV paramertization 2017-03-24 14:43:30 +01:00
Luigi Malomo 48092ff9b9 fixed types 2017-03-24 14:43:30 +01:00
Paolo Cignoni 718f5b1824 re added include vector into histogram
Needed if you want use it without the meshes
2017-03-24 14:05:06 +01:00
Paolo Cignoni d907db5a73 Still cleaning the samples
uniform renaming
2017-03-24 11:02:38 +01:00
Paolo Cignoni 4216338de9 Sample Cleaning.
Moved in a different folder the samples that requires qt or other
libraries
2017-03-24 09:02:58 +01:00
Marco Callieri 77bbf1d70c avoid crashing if vn<100 2017-03-23 14:51:20 +01:00
Paolo Cignoni 79f2fc9e73 Added Isotropic remeshing.
And the correspondent sample
2017-03-22 14:12:40 +01:00
Paolo Cignoni 8ac9680253 Small optimisation in the edge collapse.
One of the two sets of faces computed during the collapse was useless.
2017-03-22 14:12:06 +01:00
Paolo Cignoni da8b1825c6 Small refactoring 2017-03-22 07:33:34 +01:00
Paolo Cignoni aef47c18de Better documentation of meshassert 2017-03-21 23:18:22 +01:00
Paolo Cignoni bf0f5db991 [sample refactoring] added various samples 2017-03-19 18:59:02 +01:00
Paolo Cignoni ad146d8c0f Cleaned unsupported/trimeshinfo folder 2017-03-19 12:43:17 +01:00
Paolo Cignoni 219a8fda23 moved trimeshinfo into unsupported folder 2017-03-19 12:38:33 +01:00
Paolo Cignoni b4c143d0c1 moved quadrangulator into unsupported folder 2017-03-19 12:37:49 +01:00
Paolo Cignoni c5a57bb22c removed plyrefine app (superseded by trimesh_refine) 2017-03-19 12:37:22 +01:00
Paolo Cignoni d1067b890a moved pivoting app into unsupported folder 2017-03-19 12:35:54 +01:00
Paolo Cignoni b2a2e170af Added Lerp and ClampedLerp 2017-03-15 14:42:22 +01:00
Paolo Cignoni c630e4064d Added angle measuring function for a pos 2017-03-15 13:13:51 +01:00
Paolo Cignoni 6c8cba901d Added a missing include (requested by gcc to compile unused code) 2017-03-14 22:58:18 +01:00
nico 4e71e28535 added PolygonPointDistance and PolygonBox functions 2017-03-14 12:55:57 +01:00
nico 7674ae4061 added Laplacian filter and some minor changes 2017-03-14 12:55:34 +01:00
Paolo Cignoni 804545548d Cleaning Pass on samples 2017-03-14 07:49:15 +01:00