Paolo Cignoni
|
c5fcfd94c1
|
Added a MeshSampler Class to the framework as a simple example of the sampling procedure
Added another wrapper for montecarlo sampling of points
Improved the basic wrapper of poisson disk sampling to include variable disk radius sampling
|
2013-07-23 07:32:12 +00:00 |
Paolo Cignoni
|
99440c4e62
|
#ifndef NO_QT -> #ifdef QT_VERSION
|
2013-07-16 15:44:52 +00:00 |
granzuglia
|
ca7a42f881
|
- fixed opening bug on binary stl file
|
2013-07-07 22:26:45 +00:00 |
Paolo Cignoni
|
42da29417b
|
cleaned up a bit the interface and formatting of the code of the voronoiclustering alg
|
2013-07-05 14:46:48 +00:00 |
Paolo Cignoni
|
1c4e43955b
|
Added new sample for voronoiclustering
|
2013-07-05 14:21:48 +00:00 |
Paolo Cignoni
|
7b8f21ba7a
|
Excluded from the computation of the mass intergrals the faces with an area that is <= std num limits <scalar>::min()
|
2013-07-03 21:44:39 +00:00 |
Paolo Cignoni
|
1655f806df
|
removed M_PI_2 constant. (not more supported by vs2010 on)
|
2013-07-03 21:12:08 +00:00 |
Paolo Cignoni
|
de332065d1
|
Added the feature aware poisson disk sampling example
|
2013-07-01 14:09:40 +00:00 |
granzuglia
|
4c7522d4a8
|
- applied MeshLab's user patch (posted on forum)
|
2013-07-01 08:32:58 +00:00 |
Paolo Cignoni
|
010b241298
|
corrected links to the svn repository in the doxy
|
2013-06-25 10:23:25 +00:00 |
Paolo Cignoni
|
29b3c4e1ec
|
Added VertexCrease, EdgeMontecarlo sampling methdo
Improved PoissondDisk sampling algorithm with the bestSampleChoiceFlag parameter
|
2013-06-24 10:51:53 +00:00 |
Paolo Cignoni
|
98e49178ba
|
Added IsCoherentlyOrientedMesh and cleaned up a bit the self intersection
|
2013-06-24 10:50:14 +00:00 |
Paolo Cignoni
|
9acdf598a1
|
removed harmless gcc warning
|
2013-06-24 09:36:46 +00:00 |
Paolo Cignoni
|
388435d15a
|
Added a default value to the optional cb parameter in the pointcloud normal generation function
|
2013-06-24 08:36:08 +00:00 |
Paolo Cignoni
|
90bb95a971
|
Refactorized to a uniform naming and parameters the various templated functions for generating random points
GenerateBarycentricUniform
GeneratePointInBox3Uniform
GeneratePointOnUnitSphereUniform
GeneratePointInUnitBallUniform
|
2013-06-24 08:34:53 +00:00 |
Paolo Cignoni
|
8d9d7b9009
|
removed harmless gcc warning
|
2013-06-24 08:34:01 +00:00 |
Paolo Cignoni
|
be3e74ca6a
|
Refactored CountInSphere / RemoveInSphere for the PoissonDisk sampling optimizations (now you can just count the element inside a given sphere without removing them.
|
2013-06-24 07:57:18 +00:00 |
Paolo Cignoni
|
9ad68bc573
|
Added DihedralAngleRad that computes the signed dihedral angle between the normals of two adjacent faces
|
2013-06-24 07:55:54 +00:00 |
Paolo Cignoni
|
49d759af2a
|
Added EdgeBarycentricToFaceBarycentric to convert an edge position into a face barycentric position
|
2013-06-24 07:31:11 +00:00 |
Paolo Cignoni
|
5049407069
|
Added FaceFauxSignedCrease that Marks feature edges according to two signed dihedral angles.
|
2013-06-24 06:56:15 +00:00 |
Paolo Cignoni
|
efe6379b4b
|
Added updating of the bbox for generic mesh build
Added build for point clouds
Added Clear at the beginning of the Build(m)
|
2013-06-24 06:49:51 +00:00 |
Paolo Cignoni
|
94fe86b876
|
Removed doxygen warnings
|
2013-06-19 05:36:49 +00:00 |
mtarini
|
90cdbb6214
|
(just fixed a warning-producing redundant assert)
|
2013-06-05 11:08:55 +00:00 |
mtarini
|
2c3d20ca40
|
(nothing, really: comment cleanup, indent, beautification, translation...)
|
2013-06-04 11:55:33 +00:00 |
granzuglia
|
6b7ca162ce
|
- fixed compile time errors with qt 5.0
|
2013-05-24 16:31:16 +00:00 |
Nico Pietroni
|
5f59f1fa5a
|
corrected some non templated type on SplitNonManifoldVertex function
|
2013-05-08 09:05:58 +00:00 |
Paolo Cignoni
|
81b21cdaa8
|
corrected in the doxy the address of the svn server
|
2013-04-28 21:25:47 +00:00 |
Nico Pietroni
|
a52a4d0ad3
|
added ClearCreases function..
corrected setting B for non manifold in VertexBorderFromNone
|
2013-04-24 14:22:43 +00:00 |
Nico Pietroni
|
04bca27a7e
|
erased first assert of RemoveDuplicateEdge function
|
2013-04-20 15:13:49 +00:00 |
Paolo Cignoni
|
880e617233
|
First Sample to use the voronoi based paramterizer
|
2013-04-16 15:20:05 +00:00 |
Paolo Cignoni
|
de7b61b7e5
|
Corrected a EnableWedgeTex into EnableWedgeTexCoord
|
2013-04-16 15:15:33 +00:00 |
Paolo Cignoni
|
af942bc503
|
added the old small original samples of metro
|
2013-04-15 20:59:56 +00:00 |
Paolo Cignoni
|
4ab12a165f
|
uniformed syntax of the name of the parameters of the rect packer
|
2013-04-15 20:57:15 +00:00 |
Paolo Cignoni
|
a1c03d2e61
|
uniformed syntax of the name of the parameters of the rect packer
|
2013-04-15 20:56:40 +00:00 |
Paolo Cignoni
|
14d7fc5bff
|
spurius file of doubtful utility.
|
2013-04-15 20:17:43 +00:00 |
Paolo Cignoni
|
cbba83d17c
|
added Annulus and OrientedAnnulus to mesh creation helpers
|
2013-04-15 20:14:27 +00:00 |
Massimiliano Corsini
|
a5f4b797c7
|
add newline at the end of file tag - this fix a problem on mac platform
|
2013-04-15 12:29:54 +00:00 |
Paolo Cignoni
|
e77e13a8fe
|
Improved management of fauxbit for quad and polygonal meshes in OBJ (did not set the high level polygonal bit) and OFF (wrong faux bits for polygonal faces with more than 4 sides)
|
2013-04-12 09:49:51 +00:00 |
Paolo Cignoni
|
371ff46282
|
added a missing RequireVFAdjacency and corrected a bug into the RequireXX for a couple of other adjacency...
|
2013-04-12 09:16:49 +00:00 |
granzuglia
|
88a3f00fc3
|
- removed useless #include
|
2013-04-03 14:26:30 +00:00 |
Paolo Cignoni
|
eeddfe6a90
|
Updated to include better control of the voronoi parametrization. Changed packer (warning it requires qt...)
|
2013-04-03 10:07:29 +00:00 |
Paolo Cignoni
|
135f5f9ecb
|
added Outline2VecBBox method
|
2013-04-03 10:02:19 +00:00 |
Nico Pietroni
|
01c0681291
|
added #include <vcg/complex/exception.h>
|
2013-03-30 15:31:57 +00:00 |
Nico Pietroni
|
8454fb5fc9
|
removed some commented part and changed FixDefaultVertices
|
2013-03-30 15:30:18 +00:00 |
Paolo Cignoni
|
84b8170401
|
Changed the default of the param and added the automatic reverse of flipped outlines
|
2013-03-26 23:02:23 +00:00 |
Paolo Cignoni
|
5928ca28b6
|
Updated the generic packing sample and added a sample that (partially) repack textures of a mesh using the new packer
|
2013-03-26 11:33:17 +00:00 |
Paolo Cignoni
|
c73b9a7727
|
Added first version of the rasterized outline packer written by Andrea Bernabei
|
2013-03-26 11:30:59 +00:00 |
Paolo Cignoni
|
9bd9f9fdc7
|
Further cleaning up and factorization of the stuff for the raster outline packer
|
2013-03-26 11:25:47 +00:00 |
Paolo Cignoni
|
a814a0b265
|
Further cleaning up and factorization of the stuff for the raster outline packer
|
2013-03-26 11:22:27 +00:00 |
Paolo Cignoni
|
319f8404ea
|
Standardization of names of outlines/poly
|
2013-03-26 08:51:32 +00:00 |