Paolo Cignoni
|
e6feeb2e3d
|
aggiunto:
- static void CavalieriProj( .. )
- static void IsometricProj( .. )
modificato:
- static void TransformGL( .. )
- static void SetSubView( .. )
|
2005-06-29 15:02:29 +00:00 |
Paolo Cignoni
|
494f6ccff7
|
aggiunto:
- l' enum dei tipi PERSPECTIVE, ORTHO, ISOMETRIC, CAVALIERI
- inline void SetCavalieri(...)
- inline void SetIsometric(...)
- modificato
- void SetOrtho( .. )
|
2005-06-29 14:59:03 +00:00 |
ganovelli
|
42831cd32b
|
added Matrix44Diag
|
2005-06-28 17:42:47 +00:00 |
ganovelli
|
21929c1bf4
|
DetachTTTopology
|
2005-06-28 12:00:13 +00:00 |
Federico Ponchio
|
fe7fe4380d
|
Fixed "lerp" function.
|
2005-06-24 12:21:48 +00:00 |
Paolo Cignoni
|
88792bfc33
|
Completed Shear Matrix code and comments,
Added use of swap inside Transpose
Added more complete comments on the usage of Decompose
|
2005-06-17 05:28:47 +00:00 |
Paolo Cignoni
|
8d51af2c92
|
Corrected small bug in SetRange (H was resized to n instead of n+1)
|
2005-06-17 00:54:55 +00:00 |
Paolo Cignoni
|
53da9a97e1
|
Added missing Sphere function
|
2005-06-17 00:49:29 +00:00 |
Paolo Cignoni
|
0434c2512d
|
Corrected the type name of wedge tex coords WedgeInterp in RefineE
|
2005-06-17 00:48:27 +00:00 |
Paolo Cignoni
|
3fce89c4c9
|
Added a PerVertexNormalizedPerFace (vertex are face/area weighted AND normalized)
|
2005-06-17 00:46:09 +00:00 |
Paolo Cignoni
|
d481f58234
|
Added a named typedef for the per wedge TexCoordinate
|
2005-06-17 00:43:34 +00:00 |
Nico Pietroni
|
1f72e96683
|
minor changes
|
2005-06-15 11:44:47 +00:00 |
Nico Pietroni
|
b855e951d7
|
updated with new spatial hashing version
|
2005-06-15 10:09:41 +00:00 |
ganovelli
|
ccbfc728cb
|
added include of algorithm
|
2005-06-14 14:27:00 +00:00 |
Federico Ponchio
|
60036b0e6e
|
Minibug: Box2f -> Box2 in the template.
|
2005-06-14 13:46:20 +00:00 |
Paolo Cignoni
|
d09e9e039d
|
Completed FaceBorderFromNone (and added a missing helper class)
|
2005-06-10 15:07:23 +00:00 |
Paolo Cignoni
|
70574b6f7f
|
Made inline PlyType specializations
|
2005-06-10 15:05:00 +00:00 |
Paolo Cignoni
|
fe5d343fd0
|
Added Various missing functions: SetShearXY, SetShearXZ, SetShearYZ, SetScale for point3 and Decompose
Completed *=(scalar); made uniform GetRow and GetColumn
|
2005-06-10 15:04:12 +00:00 |
Paolo Cignoni
|
c379550e2e
|
Added include assert.h and cast to ScalarType for a pow in SetRange() function.
|
2005-06-10 14:59:39 +00:00 |
Paolo Cignoni
|
bebc58f9b1
|
Changed a Zero in SetZero in WeightedCrossCovariance()
|
2005-06-10 14:51:54 +00:00 |
Nico Pietroni
|
47b654861c
|
Added Norm Function
|
2005-06-10 11:46:49 +00:00 |
Paolo Cignoni
|
4ae07c24c1
|
Added typedef Histogramf and Histogramd
|
2005-06-09 14:19:55 +00:00 |
ganovelli
|
e865911042
|
two warnings on type cast
|
2005-06-09 14:14:29 +00:00 |
ganovelli
|
b14537dcff
|
changed from Matrix33Ide to MatrixeeDiag
|
2005-06-07 14:29:56 +00:00 |
Federico Ponchio
|
6c1fdb3066
|
Added fabs() to variance, which can sometime be negative in case
of rounding errors (and sqrt chokes on it).
|
2005-06-07 09:37:33 +00:00 |
Paolo Cignoni
|
17fb55c9e0
|
Added Percentile and removed small bug in Add
|
2005-06-07 07:44:08 +00:00 |
Nico Pietroni
|
cd855e4e57
|
resolved hash code conflicts
|
2005-06-01 13:47:59 +00:00 |
Paolo Cignoni
|
536ba5ab48
|
vertexIterator sostituito con VertexIterator
|
2005-05-30 09:43:41 +00:00 |
Paolo Cignoni
|
ffc3b5e909
|
std::std::vector<PVertex> sostituito con std::vector<PVertex>
|
2005-05-30 09:42:05 +00:00 |
ganovelli
|
9f3b8ed8c9
|
error in include
|
2005-05-30 09:13:08 +00:00 |
ganovelli
|
89569deca1
|
header added, error in include
|
2005-05-30 09:11:20 +00:00 |
ganovelli
|
5aea057836
|
Matrix33Ide Added: it implements diagonal matrix. Added only operator += in Matrix33
|
2005-05-23 15:05:26 +00:00 |
Nico Pietroni
|
91c6c86b54
|
first release version
|
2005-05-20 12:47:04 +00:00 |
Nico Pietroni
|
0a7cd4af5c
|
minor changes
|
2005-05-19 09:09:54 +00:00 |
ganovelli
|
973c48fb76
|
some std::and typename missing (CRS4)
|
2005-05-17 21:19:37 +00:00 |
ganovelli
|
145b8a757c
|
some typecast (crs4)
|
2005-05-17 21:14:56 +00:00 |
ganovelli
|
f81c3c76de
|
typenmaes added, using namespace std deleted
|
2005-05-17 21:10:27 +00:00 |
Paolo Cignoni
|
7761b396ab
|
Initial Commit.
|
2005-05-17 13:42:25 +00:00 |
Marco Callieri
|
fc20ce261c
|
added line cleaning to eliminate all separators, added a rough triangulation scheme.
|
2005-05-09 12:29:55 +00:00 |
Paolo Cignoni
|
542425bb80
|
ho commentato una var che produceva un warning del tipo unreferenced formal parameter.
|
2005-05-09 11:30:31 +00:00 |
Paolo Cignoni
|
9447483394
|
ho tolto 2 warning del tipo unreferenced formal parameter, commentando le var che producevano tale warning.
|
2005-05-09 11:28:48 +00:00 |
Paolo Cignoni
|
6b4cb4a4b5
|
cambiato parentesi nel costruttore di GetUV per rendere compatibile tale costruttore con MVC e borland
|
2005-05-06 14:45:33 +00:00 |
Paolo Cignoni
|
f9e9301f30
|
replaced all the occurences of min.v[0] with min.X(), max.v[0] with max.X() etc.
|
2005-05-06 14:02:37 +00:00 |
Marco Callieri
|
6dfdc4fc5f
|
First working version (callieri)
|
2005-05-06 13:58:26 +00:00 |
Paolo Cignoni
|
6fa3316cb6
|
added glboxwire
|
2005-05-05 12:28:13 +00:00 |
Paolo Cignoni
|
d775371a3a
|
Corretto accessi vecchio stile (.v[i] e .x()) nel nuovo stile ([i] e .X() )
|
2005-05-05 12:22:08 +00:00 |
Paolo Cignoni
|
58bc2efa18
|
changed #include <vcg/space/point3> to #include <vcg/space/point2.h>
croccia
|
2005-05-05 10:20:24 +00:00 |
Nico Pietroni
|
b12f308b33
|
*** empty log message ***
|
2005-04-28 12:55:41 +00:00 |
Marco Callieri
|
a0b3813df9
|
in addfaces, added casting for face* returned from vertex.VFp() [borland]
|
2005-04-27 16:08:39 +00:00 |
Marco Callieri
|
43f4cfe2b3
|
line 466, added parentesis on default value creator getUV [borland]
|
2005-04-27 16:05:19 +00:00 |