mtarini
|
71f78f7333
|
changed 120 "const static" to "static const", and added missing "format" fields to all PropDescriptor literals, to keep Mingw compiler happy
|
2005-02-08 17:28:22 +00:00 |
mtarini
|
56609abbb0
|
aggiunto un typecast a (FaceType*) per farlo compilare under Mingw comp
|
2005-02-08 17:14:28 +00:00 |
Paolo Cignoni
|
3c7c3b4653
|
Warnings Correction
|
2005-02-08 14:38:05 +00:00 |
Federico Ponchio
|
7fb6400066
|
Added copyright
|
2005-02-08 12:43:03 +00:00 |
Paolo Cignoni
|
0e678b6d03
|
Fixed Color and Volume
|
2005-02-07 15:44:31 +00:00 |
Nico Pietroni
|
8a4c8ea5b9
|
added #include <point4.h>
|
2005-02-07 15:27:19 +00:00 |
Paolo Cignoni
|
8adae6ff1c
|
corretto nome costruttore....
|
2005-02-04 15:04:29 +00:00 |
Federico Ponchio
|
25f4c94ebf
|
Patch cache -> heap
|
2005-02-03 12:35:01 +00:00 |
Paolo Cignoni
|
85242ce7c8
|
prima versione da ottimizzare e migliorare.... ma intanto questa prima stesura e' compatibile con Autocad
|
2005-02-03 11:38:31 +00:00 |
Paolo Cignoni
|
b9ae5df5bb
|
ricorretti i metodi save per rendere compatibile il formato dxf con il formato di autocad specificato nel dxf reference 2005
|
2005-02-03 11:22:34 +00:00 |
Nico Pietroni
|
0e290b75d4
|
some warning corrected
|
2005-02-02 16:46:41 +00:00 |
Nico Pietroni
|
a4e78fa119
|
1 warning corrected added casting in const ScalarType EPSILON = ScalarType( 0.000001);
|
2005-02-02 16:44:34 +00:00 |
Nico Pietroni
|
91ce4200d3
|
1 warning corrected
|
2005-02-02 16:01:13 +00:00 |
ganovelli
|
6da2d99673
|
*** empty log message ***
|
2005-02-02 11:14:47 +00:00 |
Nico Pietroni
|
7057ec7352
|
first version tested with marching cubes
|
2005-02-02 10:01:29 +00:00 |
Nico Pietroni
|
28da494fe3
|
minor changes
|
2005-02-01 18:07:14 +00:00 |
Paolo Cignoni
|
8722c1dbc2
|
Fixed Volume and Color
|
2005-02-01 17:37:53 +00:00 |
Federico Ponchio
|
dab569fc53
|
Trigger
|
2005-02-01 16:42:30 +00:00 |
Nico Pietroni
|
be92b1fd23
|
changed HasVFTopology function... control if both vertex and face define the vf topology
|
2005-01-28 17:56:57 +00:00 |
Nico Pietroni
|
1ecdcebd59
|
added HasEdgePlane function
|
2005-01-28 17:53:13 +00:00 |
Paolo Cignoni
|
d341939de1
|
*** empty log message ***
|
2005-01-28 12:03:10 +00:00 |
Paolo Cignoni
|
5b984e817d
|
small gcc compiling issues for namespaces
|
2005-01-28 12:00:33 +00:00 |
Paolo Cignoni
|
1bc21300da
|
Add std:: to stl containers
|
2005-01-28 11:59:35 +00:00 |
Paolo Cignoni
|
51c88ab378
|
Release 4.04
final updates for gcc compiling issues
|
2005-01-26 22:45:34 +00:00 |
Paolo Cignoni
|
54d5f9c148
|
Resolved scoping of constant of OFF codes
|
2005-01-26 22:44:51 +00:00 |
Paolo Cignoni
|
aed29264bb
|
Add std:: to stl containers
|
2005-01-26 22:43:19 +00:00 |
Federico Ponchio
|
6b4b4f3de7
|
Fixing normals...
|
2005-01-26 12:46:29 +00:00 |
Paolo Cignoni
|
0251d89f11
|
aggiunta intersect ray-box
|
2005-01-26 10:03:08 +00:00 |
Paolo Cignoni
|
a9d926302e
|
Minor changes
|
2005-01-25 17:05:06 +00:00 |
Paolo Cignoni
|
0af38855a4
|
LookUp table static data moved into static class functions
|
2005-01-25 16:55:30 +00:00 |
Federico Ponchio
|
4c488dd556
|
Border file up to 32G (was 4).
|
2005-01-25 15:40:33 +00:00 |
Paolo Cignoni
|
c1497d3cd2
|
Added program Icon for the windows version
|
2005-01-25 10:46:02 +00:00 |
Paolo Cignoni
|
1de0cc8d6d
|
Removed becouse mindispoint is gone into the library
|
2005-01-24 16:09:31 +00:00 |
Paolo Cignoni
|
3ecd3344ec
|
Release 4.04
Moved to the library core the code for computing min distance froma a point to a mesh using a uniform grid.
Slightly faster.
|
2005-01-24 15:46:48 +00:00 |
Federico Ponchio
|
13158dd2c1
|
Small bugs.
|
2005-01-24 15:45:00 +00:00 |
Paolo Cignoni
|
83add89568
|
updated from MinDistPoint to Closest (and removed some warnings)
|
2005-01-24 15:37:14 +00:00 |
Paolo Cignoni
|
507a7c89e6
|
Removed a 'using namespace'
|
2005-01-24 15:35:25 +00:00 |
Paolo Cignoni
|
2380e1d9a1
|
Now used also by the official Metro
Removed using namespace (NEVER IN HEADERS!)
Made the computation of barycentric coords only when necessary
Renamed Mindistpoint to Closest
|
2005-01-24 11:47:23 +00:00 |
Paolo Cignoni
|
a23f621635
|
Initial commit
|
2005-01-24 09:49:16 +00:00 |
Federico Ponchio
|
40e7925c1c
|
<...Point3.h> -> <...point3.h>
|
2005-01-22 11:20:20 +00:00 |
Federico Ponchio
|
145ddf779f
|
Added remoteness ("distance" from frustum)
|
2005-01-21 18:12:45 +00:00 |
Federico Ponchio
|
ee2a720b71
|
Added remoteness ("distance" from frustum)
|
2005-01-21 18:06:05 +00:00 |
Federico Ponchio
|
8da5fad884
|
Removed dependence from matrix44 and changed VectProd
|
2005-01-21 18:02:11 +00:00 |
Federico Ponchio
|
88037f7df5
|
Small changes and adding realtime extr.
|
2005-01-21 17:29:59 +00:00 |
Nico Pietroni
|
cc767faf90
|
included distance.h changed Dist to vcg::face::PointDistance
|
2005-01-21 17:13:09 +00:00 |
Nico Pietroni
|
b7b23d4140
|
changed Dist Function to PointDistance... the function is on vcg::face::PointDistance this file will contain all distance functions between a face and othe entities
|
2005-01-21 17:11:03 +00:00 |
Federico Ponchio
|
a8a6b48bc0
|
Porting and debug.
|
2005-01-21 17:09:13 +00:00 |
Paolo Cignoni
|
a264ec7c78
|
#define __VCGLIB_FACE_AF
#define __VCGLIB_FACE_FN
#define __VCGLIB_FACE_AV
#define __VCGLIB_FACE_FM
#define __VCGLIB_FACE_RT
|
2005-01-21 16:42:53 +00:00 |
Paolo Cignoni
|
01036e395b
|
Readme of realease 1.00
|
2005-01-21 12:08:34 +00:00 |
Paolo Cignoni
|
577a8887ef
|
Added file under msvc
|
2005-01-19 16:43:43 +00:00 |