Paolo Cignoni
|
afc802107a
|
Made uniform the use of size_t instead of int in the vast majority of the allocate.h functions
|
2014-07-03 20:57:26 +00:00 |
Nico Pietroni
|
6b106d97fb
|
first release version
|
2014-07-03 15:52:26 +00:00 |
Nico Pietroni
|
44f41b7c4c
|
first release version
|
2014-07-03 15:52:05 +00:00 |
Nico Pietroni
|
ea8856c468
|
corrected one compilation bug
|
2014-07-03 15:40:11 +00:00 |
Nico Pietroni
|
8b0db14e84
|
reformatted and erased some commented code
|
2014-07-03 15:39:36 +00:00 |
Nico Pietroni
|
c3daffa826
|
added instruction to skip an extra line in the ffield file
|
2014-07-02 15:02:57 +00:00 |
Paolo Cignoni
|
2c0fa9a323
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
|
2014-07-01 10:13:18 +00:00 |
Paolo Cignoni
|
15d9307584
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
|
2014-07-01 10:12:49 +00:00 |
Paolo Cignoni
|
c1d6d4e9bd
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType.
Removed also the use of an additional mesh type called spheremesh to create sphere (the method require ff adj).
|
2014-07-01 10:11:23 +00:00 |
Paolo Cignoni
|
5e910a0058
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
|
2014-07-01 10:08:30 +00:00 |
Paolo Cignoni
|
cf856d0a6b
|
Reasonable but harmless clang warning cleanup
|
2014-07-01 10:08:00 +00:00 |
Paolo Cignoni
|
073e07a309
|
Reasonable but harmless clang warning cleanup
|
2014-07-01 10:07:36 +00:00 |
Paolo Cignoni
|
aa63261fae
|
Improved float/double when reading ascii formats (read in double and then convert to the needed type)
|
2014-07-01 09:46:46 +00:00 |
Paolo Cignoni
|
d127123513
|
Reasonable but harmless clang warning cleanup
|
2014-07-01 07:21:34 +00:00 |
Paolo Cignoni
|
26e8652a24
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
|
2014-07-01 06:20:23 +00:00 |
Nico Pietroni
|
9a5b7bdbd3
|
generalized ComputePerFaceQualityMinMax to use template parameters
|
2014-06-30 15:47:58 +00:00 |
Nico Pietroni
|
af8ce3b7e2
|
corrected 1 bug in ImportFromPolyMesh
|
2014-06-30 15:47:23 +00:00 |
Paolo Cignoni
|
811ac9b940
|
Add managment of polygonal to tri conversion even for the case of two polygonal meshes...
|
2014-06-27 15:16:02 +00:00 |
Paolo Cignoni
|
1491037631
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
|
2014-06-27 15:09:08 +00:00 |
Paolo Cignoni
|
5ad487b740
|
Added a missing typename
|
2014-06-27 14:47:03 +00:00 |
granzuglia
|
a30e5c9afd
|
- added support for double scalar type
|
2014-06-27 14:19:45 +00:00 |
granzuglia
|
d349f3d3f6
|
- from Point3f to CoordType
|
2014-06-27 09:58:29 +00:00 |
Paolo Cignoni
|
c02fd854f7
|
Updated the some of the importers to the double/float managmaent. Now by default ascii files are read as double and if necessary downcasted to float.
|
2014-06-27 08:51:31 +00:00 |
Paolo Cignoni
|
87e2599d27
|
Added a missing ImportData in the polygon to tri converstion function in order to allow the copy of most of the data from the polygonal face to the splitted one.
|
2014-06-24 08:50:32 +00:00 |
Paolo Cignoni
|
babd813674
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
|
2014-06-24 08:49:09 +00:00 |
Paolo Cignoni
|
934e5d9e3e
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
|
2014-06-24 08:48:27 +00:00 |
Paolo Cignoni
|
f576d96d39
|
Templated the IPiToPf and IPfToPf function to allow volumes with scalar type different from the one of the meshes
|
2014-06-24 08:47:34 +00:00 |
Paolo Cignoni
|
01ab3c4e68
|
Templated the Lerp color operator to allow use with double...
|
2014-06-24 08:46:49 +00:00 |
Paolo Cignoni
|
eb642099f1
|
Corrected another typeclash in the curvature types (a CurVecType definition was missing in the emptycore component)
|
2014-06-24 08:41:41 +00:00 |
Nico Pietroni
|
938eefd398
|
|
2014-06-23 09:47:29 +00:00 |
Nico Pietroni
|
c918b9097c
|
correct 1 bug in VertexBorderCorner function
|
2014-06-22 12:28:56 +00:00 |
Nico Pietroni
|
bcd4124282
|
minor compilation issues
|
2014-06-22 12:28:21 +00:00 |
Nico Pietroni
|
c5afb52dd6
|
added SaveFaceFIELD
|
2014-06-22 12:27:03 +00:00 |
Gianpaolo Palma
|
f97ccfbf56
|
Added destructor to HeapMaxPriorityQueue
|
2014-06-20 13:55:19 +00:00 |
Paolo Cignoni
|
f5778fd180
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
|
2014-06-20 07:04:42 +00:00 |
Paolo Cignoni
|
5349e55fed
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
|
2014-06-19 15:01:54 +00:00 |
Paolo Cignoni
|
bc980f70cc
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
|
2014-06-19 11:45:00 +00:00 |
Paolo Cignoni
|
4fc33e2e95
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
|
2014-06-19 11:42:23 +00:00 |
Paolo Cignoni
|
b605d04d26
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
|
2014-06-19 11:41:55 +00:00 |
Paolo Cignoni
|
e29b18045c
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
|
2014-06-19 10:26:13 +00:00 |
Paolo Cignoni
|
3bc58b7018
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
and removed a small bug (in the initialization the first ball sphere could fail for approx errors)
|
2014-06-19 10:25:50 +00:00 |
Paolo Cignoni
|
59779347ab
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
|
2014-06-19 10:24:27 +00:00 |
Paolo Cignoni
|
c30978903d
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType
|
2014-06-19 10:23:58 +00:00 |
Paolo Cignoni
|
4198a3bd7c
|
Cleaned up various type name clashes. There were some components that wrongly re-defined <ScalarType> covering the real <ScalarType> of the simplex. Renamed to something less ambiguous (like CurScalarType for denoting the scalar type used inside curvature types).
|
2014-06-19 08:31:51 +00:00 |
Paolo Cignoni
|
4fbbfe4f86
|
Small changes in the long long way to making meshlab and the vcglib really float/double independent
|
2014-06-18 17:30:02 +00:00 |
Paolo Cignoni
|
e768943f3e
|
Small changes in the long long way to making meshlab and the vcglib really float/double independent
|
2014-06-18 17:29:34 +00:00 |
Paolo Cignoni
|
c5efcad9a2
|
Small changes in the long long way to making meshlab and the vcglib really float/double independent
|
2014-06-18 17:29:08 +00:00 |
Paolo Cignoni
|
e1b38767ee
|
Small changes in the long long way to making meshlab and the vcglib really float/double independent
|
2014-06-18 10:55:09 +00:00 |
Paolo Cignoni
|
0970bd18ca
|
Small changes in the long long way to making meshlab and the vcglib really float/double independent
TexCoordScalarType can be different from the mesh scalar type
|
2014-06-18 10:52:24 +00:00 |
Paolo Cignoni
|
f9fbb89854
|
Small changes in the long long way to making meshlab and the vcglib really float/double independent
TexCoordScalarType can be different from the mesh scalar type
|
2014-06-18 10:51:46 +00:00 |