granzuglia
|
db57bd4e19
|
added missing public keyword on the static Name function of some ocf components.
|
2012-07-03 11:12:21 +00:00 |
Paolo Cignoni
|
bfc10096f0
|
small improvemnt in stat collection for voronoi atlas
|
2012-07-03 10:21:41 +00:00 |
Paolo Cignoni
|
7e4e023266
|
Removed a dubious unused normalize method...
|
2012-07-03 09:29:48 +00:00 |
Paolo Cignoni
|
f036874693
|
better comments
|
2012-07-03 09:14:17 +00:00 |
Paolo Cignoni
|
e362d54a25
|
Timing functions and stat collecting for voronoi atlas
|
2012-07-03 09:13:07 +00:00 |
Paolo Cignoni
|
b08fda7641
|
Corrected SegmentPointSquaredDistance to do not use anymore a hardcoded EPSilon value...
|
2012-07-02 16:45:49 +00:00 |
Paolo Cignoni
|
776fbe45a0
|
First Version of the Voronoi Atlas parametrizator.
|
2012-07-02 16:41:28 +00:00 |
Paolo Cignoni
|
539de75614
|
Cleaned up a bit the printint stuff. Now it should collect stats in a more clean way
|
2012-07-02 16:31:52 +00:00 |
ganovelli
|
0f99bd505e
|
changes and minor fix to enable input/output with VMI on memory
|
2012-07-02 14:38:10 +00:00 |
Paolo Cignoni
|
487b6c7bd5
|
Corrected a bug in search for the best edge to be fixed in the FindFarthestVert when setting up the system for the poisson solver...
|
2012-07-02 09:38:42 +00:00 |
Paolo Cignoni
|
7cc19a31c6
|
Added two stupid wrapper to ComputePerFaceQualityMinMax and ComputePerVertexQualityMinMax
|
2012-07-02 08:30:17 +00:00 |
Paolo Cignoni
|
52fed4c451
|
Added a PerWedgeMakeUnitaryUV to normalize for packing
|
2012-07-02 08:29:11 +00:00 |
Paolo Cignoni
|
ad9a7a237d
|
updated to match the Distorsion->Distortion name change
|
2012-07-02 08:19:06 +00:00 |
Paolo Cignoni
|
d900752b52
|
Renamed to correct the spelling error (distorsion -> distortion)
|
2012-07-02 08:15:24 +00:00 |
Paolo Cignoni
|
d6ff9f01de
|
Heavily modified. Corrected Spelling of distorsion->distortion
Completed a few measures and added difference between angle distortion in cos or rad space
|
2012-07-02 08:13:50 +00:00 |
Paolo Cignoni
|
28f3e120f0
|
Corrected naming for the unreference vertices function now the func that just count the unref vert is called CountUnreferencedVertex
|
2012-06-28 17:21:20 +00:00 |
Paolo Cignoni
|
9ed6314d10
|
removed harmless gcc warnings
|
2012-06-28 09:09:08 +00:00 |
Nico Pietroni
|
066f46c20b
|
first release version
|
2012-06-22 14:27:33 +00:00 |
Nico Pietroni
|
614a5fec16
|
first release version
|
2012-06-22 14:25:35 +00:00 |
Nico Pietroni
|
0e3d2abcfd
|
corrected return value of closest point
|
2012-06-22 14:23:33 +00:00 |
Paolo Cignoni
|
af15a07c0f
|
corrected small bug in RemoveDuplicateFace involving the unsafe subtracting 1 from an unsigned int that could be zero...
|
2012-06-14 13:48:25 +00:00 |
Federico Ponchio
|
cb639a12d7
|
renamed from max/min to hi/low
|
2012-06-14 09:40:26 +00:00 |
Paolo Cignoni
|
36905c5d93
|
Added extrude.h file for the creation of extruded meshes from profiles
|
2012-06-06 06:25:56 +00:00 |
Paolo Cignoni
|
75ebfa9d5a
|
Rewrote and commented the function that given a face pointer it follows the chain of non-faux edges. Now it supports the case of meshes with face with ALL edges faux (isolated faces in a polygon).
|
2012-05-28 11:30:37 +00:00 |
Nico Pietroni
|
894ebb26f6
|
added RemoveHugeConnectedComponentsDiameter function
|
2012-05-25 13:33:36 +00:00 |
Nico Pietroni
|
d4ad0bd6f6
|
added check if length of segment is zero then function SegmentPointDistance still works
|
2012-05-25 13:32:48 +00:00 |
Nico Pietroni
|
5445d99402
|
several major modifications
|
2012-05-25 13:21:11 +00:00 |
Nico Pietroni
|
c1e19b4b55
|
added assert(0) for cVFi function if does not exixts the component
|
2012-05-25 13:19:03 +00:00 |
Paolo Cignoni
|
cb3fc0dbe2
|
corrected harmless gcc warnings
|
2012-05-06 16:01:14 +00:00 |
Paolo Cignoni
|
0c16045423
|
corrected harmless gcc warnings
|
2012-05-06 15:36:02 +00:00 |
Paolo Cignoni
|
64d7f31279
|
corrected bug in the face laplacian normal smoothing
|
2012-05-06 15:31:07 +00:00 |
Paolo Cignoni
|
37759ffcb0
|
sligthly better comments
|
2012-05-06 14:42:04 +00:00 |
Paolo Cignoni
|
05195b6201
|
in the functions for creating meshes: corrected bug in the OrientedRect and changed the interface of the grid to allow the creation of a flag grid
|
2012-05-06 14:22:29 +00:00 |
Paolo Cignoni
|
0cad100f9d
|
corrected harmless gcc warnings
|
2012-05-06 14:20:34 +00:00 |
Paolo Cignoni
|
486475d4a3
|
added another assert to histogram to avoid trash result...
|
2012-05-05 14:55:50 +00:00 |
Paolo Cignoni
|
7537b20933
|
Added a NormalizedDirection method
|
2012-05-05 14:54:45 +00:00 |
Paolo Cignoni
|
e532ec9751
|
Added VVStarVE and VEStarVE functions (to get stars of vertexes and edges when working with edge meshes) to edge topology.
|
2012-04-27 09:23:01 +00:00 |
Paolo Cignoni
|
4c44513d4f
|
corrected bug in the UpdateTopology::EdgeEdge function: it touched a vector element beyond .end()
|
2012-04-22 09:01:04 +00:00 |
Paolo Cignoni
|
39df21640a
|
Updated to reflect the change from ColorRamp -> SetColorRamp
|
2012-04-18 21:19:11 +00:00 |
Paolo Cignoni
|
8eb94a7f9d
|
Changed ColorRamp non static method into a static one (that constructs a Color4b object) and added a more uniform SetColorRamp method.
|
2012-04-18 21:17:04 +00:00 |
Paolo Cignoni
|
5f22a3f7b5
|
added a very simple function wrapper to get a poisson disk distribution over a mesh with just function call
|
2012-04-18 21:12:12 +00:00 |
Paolo Cignoni
|
508c733bd4
|
added a missing updateQuality::FaceFromVertex
|
2012-04-18 21:09:56 +00:00 |
Paolo Cignoni
|
ba507529c8
|
Modified intersectionPlaneQuality so that it also compute the per vertex normal according to the mesh...
|
2012-04-18 21:09:08 +00:00 |
Paolo Cignoni
|
ffdc2f2b28
|
Geodesic: Added possibility of saving also the implict tree of the shortest path. For each vertex you can give an attribute where the function will save the 'parent' e.g. the previous vertex in the shortest path to the closest source.
|
2012-04-12 23:54:23 +00:00 |
Marco Di Benedetto
|
1c5f2c2264
|
added static capability query function for ocf vertex texcoord (VertexVectorHasPerVertexTexCoord()) (not having it caused false positives).
|
2012-04-10 16:47:15 +00:00 |
Marco Di Benedetto
|
a82ac9639f
|
added constant accessors without the infamous "c" prefix for color (C()) and texcoord (T()).
|
2012-04-10 15:46:20 +00:00 |
granzuglia
|
1548d6415a
|
added missing functions in Empty:
- static bool HasCurvatureDir() { return false; }
- static bool IsCurvatureEnabled(const typename TT::VertexType *) { return false; }
|
2012-04-06 08:10:32 +00:00 |
Paolo Cignoni
|
5aed57a364
|
Heavy restructuring of the append function. Now it is hopefully must more efficient.
Added a parameter for requesting the copy of the non trivial topology. (e.g. all the adjacency relations beyond FV and EV).
|
2012-04-04 10:11:46 +00:00 |
Paolo Cignoni
|
b0d7d5c52e
|
removed harmless gcc warnings
|
2012-04-04 10:05:35 +00:00 |
Paolo Cignoni
|
ea701b39b3
|
Restructured Face component in order to follow the unique emptycore approach that avoid an endless derivation chain in the type definition
|
2012-04-04 10:04:46 +00:00 |