Federico Ponchio
|
69240d2ddc
|
IsBorder(...) declaration needed.
|
2005-10-16 23:30:39 +00:00 |
Marco Di Benedetto
|
56412a6071
|
Modified objapplyfunctor to nodeapplyfunctor.
|
2005-10-15 19:14:35 +00:00 |
Marco Di Benedetto
|
2a0cf74739
|
Corrected return type in Angle() and protected member access in unary operator -
|
2005-10-15 19:11:49 +00:00 |
ganovelli
|
0c0627ad11
|
Working release (compilata solo su MSVC), component_occ è migrato da component_opt
|
2005-10-15 16:24:10 +00:00 |
ganovelli
|
351bebdf50
|
*** empty log message ***
|
2005-10-15 16:22:22 +00:00 |
ganovelli
|
4f6abd65d7
|
Working release (compilata solo su MSVC), vector_occ è migrato da component_opt
|
2005-10-15 16:21:49 +00:00 |
ganovelli
|
37e4bcb367
|
Aggiunta versione Occ, versione compilata solo su microsoft
|
2005-10-15 16:20:09 +00:00 |
Federico Ponchio
|
16eafff705
|
Fixed viewport<->window coordinate change for the z. (z = 2*z -1 now)
Accordingly to gluUnproject documentation.
|
2005-10-15 15:23:32 +00:00 |
Federico Ponchio
|
f5a490079f
|
Typename... as usual
|
2005-10-15 12:58:13 +00:00 |
Paolo Cignoni
|
0896041baa
|
First working version of optional sample
|
2005-10-14 17:52:07 +00:00 |
Paolo Cignoni
|
b9d2016e62
|
added trimesh optional
|
2005-10-14 17:50:41 +00:00 |
Paolo Cignoni
|
fc03684cb5
|
Added LoadMask without plyinfo and some comment on the mask usage
|
2005-10-14 15:09:56 +00:00 |
Paolo Cignoni
|
ca26ad417e
|
First Really Working version
|
2005-10-14 15:07:59 +00:00 |
Paolo Cignoni
|
71b34e6b95
|
Added constant access functions and reflective functions (HasSomething stuff)
to all the components This is the first really working version...
|
2005-10-14 13:30:07 +00:00 |
Paolo Cignoni
|
84866a3b0d
|
First Really Working version
|
2005-10-14 13:26:57 +00:00 |
Paolo Cignoni
|
9d764b3a8c
|
Added cVFp member
|
2005-10-14 13:25:50 +00:00 |
Paolo Cignoni
|
4be15d81cd
|
Added ordered constructor that build a edge with unique ordering
among vertices (useful for edge-collapse simplification)
|
2005-10-14 12:34:55 +00:00 |
Federico Ponchio
|
a06ae78c6e
|
Changed a Zero in SetZero in WeightedCrossCovariance() (again)
|
2005-10-13 15:45:23 +00:00 |
ganovelli
|
b47b530549
|
versione con svd
|
2005-10-13 14:59:57 +00:00 |
Paolo Cignoni
|
dee2e4f284
|
Re-inserted the cFFp and cVFp access. If only the const version of the member function exists, the compiler will call it
when a non-const object invokes that function
|
2005-10-13 09:32:11 +00:00 |
Paolo Cignoni
|
b63a90172e
|
Removed the reference to Deprecated f->IsBorder(i) now everyone should use IsBorder(*f,i);
|
2005-10-13 09:29:10 +00:00 |
Paolo Cignoni
|
ff83bb3a24
|
Added cFFp and cVFp const member functions
|
2005-10-13 09:25:43 +00:00 |
Paolo Cignoni
|
029aa3cdec
|
removed the access to the face member function normal and substituted with vcg::normal(*f);
|
2005-10-13 08:38:00 +00:00 |
Paolo Cignoni
|
b84b47b5f1
|
Removed reference to IsBorder() member of face and substituted with the face templated function version.
|
2005-10-13 08:34:19 +00:00 |
Paolo Cignoni
|
53f49b4784
|
Added glscale(scalar) and corrected bug in glscale(point2)
|
2005-10-13 08:32:26 +00:00 |
Federico Ponchio
|
0446646573
|
another bunch of typenames.
|
2005-10-12 18:24:30 +00:00 |
Federico Ponchio
|
4c140c3bd4
|
RayType ->Ray3 in a couple of location (not really sure is correct though...)
|
2005-10-12 17:29:42 +00:00 |
Federico Ponchio
|
1723bbf895
|
cFFp doesn not exist -> FFp (there is the const version...)
same for cVFp.
|
2005-10-12 17:26:19 +00:00 |
Federico Ponchio
|
b54c4ce850
|
Added gazillions typenames, commented out old broken functions,
added unsigned int TextureMapID[128], and unsigned int & TMId(int i).
|
2005-10-12 17:19:03 +00:00 |
Federico Ponchio
|
5008465972
|
Added IsOrtho...
|
2005-10-12 16:43:32 +00:00 |
Paolo Cignoni
|
ead8780772
|
Removed clearing of flags of added faces. Now the flag component has a constructor that clear it.
FF and VF adjacency are updated only if they are present and consistent (e.g. only if VFp(k) != 0 or FFp(k)!=0)
|
2005-10-12 10:47:21 +00:00 |
Paolo Cignoni
|
6b14910e5f
|
Now creation of new edge use Ordered() constructor to comply the fact that the basic collapse is simmetric.
|
2005-10-12 10:44:01 +00:00 |
Paolo Cignoni
|
c12401a795
|
Removed unused local type Edge. Now it use the standard simplex edge.
|
2005-10-12 10:36:26 +00:00 |
Paolo Cignoni
|
9a78285793
|
Removed the supposedly wrong first parameter in the three invocation of ClassType::BoundObjects.
|
2005-10-12 09:59:40 +00:00 |
Paolo Cignoni
|
05340422a8
|
Moved all the main functions inside clean.h
|
2005-10-11 16:03:41 +00:00 |
Paolo Cignoni
|
d8e79083e0
|
Added new functions belonging to triMeshInfo
Started the Self-Intersection routine
|
2005-10-11 16:03:40 +00:00 |
Paolo Cignoni
|
69123d036e
|
updated to the new naming scheme
|
2005-10-07 15:22:07 +00:00 |
Paolo Cignoni
|
b166dd19da
|
Initial release
|
2005-10-07 15:20:52 +00:00 |
Paolo Cignoni
|
0bf4c6a185
|
minor updates to keep it in line with the rest of the library
|
2005-10-07 15:20:00 +00:00 |
Paolo Cignoni
|
08a49f7305
|
Minor changes in Set method: added use of template scalar type computing BBox.
|
2005-10-07 13:27:22 +00:00 |
Nico Pietroni
|
dae0988085
|
added getBBox method
|
2005-10-06 14:26:39 +00:00 |
ganovelli
|
76617c2a7f
|
*** empty log message ***
|
2005-10-06 10:08:51 +00:00 |
Nico Pietroni
|
644fca68bf
|
minor changes
|
2005-10-05 17:39:14 +00:00 |
Nico Pietroni
|
7580221931
|
corrected sintax error on singular value decomposition
|
2005-10-05 17:06:12 +00:00 |
Nico Pietroni
|
a3d7b98a34
|
corrected bug on Set Function .... bbox must be exetended in order to have'nt any object on his borde
|
2005-10-05 17:05:08 +00:00 |
Nico Pietroni
|
f0724dd9e9
|
corrected bug on closest Iterator
|
2005-10-05 17:04:45 +00:00 |
Nico Pietroni
|
b61d0de3b6
|
corrected bugs on GEtKClosestVert and GetInSphereVert
|
2005-10-05 17:02:52 +00:00 |
Marco Di Benedetto
|
b7d4a5efd6
|
First Commit, new version.
|
2005-10-05 01:59:56 +00:00 |
Marco Di Benedetto
|
797d8f344f
|
*** empty log message ***
|
2005-10-05 01:58:21 +00:00 |
Marco Di Benedetto
|
2a3744d4d8
|
Removed "parent" pointer class member in Node class.
|
2005-10-05 01:43:28 +00:00 |