6552 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
78bd502c5b Poisson 6.12 Merging:
- Merged my changes to the Vector classes (commented Assert redefinition) with the 6.12 code changes
2014-10-22 05:22:33 +00:00
Paolo Cignoni cignoni
4099d7355f Poisson 6.12 Merging:
- Merged my changes to the SparseMatrix classes (reverted increment operator) with the 6.12 code changes (removal of unused stuff mostly)
2014-10-22 05:20:53 +00:00
Paolo Cignoni cignoni
bae2d88d01 Poisson 6.12 Merging:
- Minor Improvements Geometry writing code
2014-10-22 05:16:58 +00:00
Paolo Cignoni cignoni
07cbb405ba Poisson 6.12 Merging:
- Minor Improvements to the Plyclass (const stuff...)
2014-10-22 05:01:37 +00:00
Paolo Cignoni cignoni
5f3e4a0422 Poisson Changes:
- reversed another <variable>++ into ++<variable> to avoid a clang compilation error...
2014-10-21 21:42:33 +00:00
Paolo Cignoni cignoni
5f81f6e1c2 Poisson Changes:
- Added missing includes, some this->  
- reversed a few <variable>++ into ++<variable> to avoid a clang compilation error...
2014-10-21 18:08:39 +00:00
Paolo Cignoni cignoni
3d0a520c0a Poisson Changes:
- Added some preproc guards for easier openmp compilation. Modified setTree call according to the new signature.
2014-10-21 18:06:27 +00:00
Paolo Cignoni cignoni
832b5c9ef0 Poisson Changes:
- Changed the signature of the setTree method; added a pointstream pointer to allow the direct set of the tree from memory.
2014-10-21 18:03:20 +00:00
Paolo Cignoni cignoni
09bd4c1782 Poisson Changes:
- added in GetFileExtension a check  if(fileName==NULL) return NULL;
2014-10-21 17:13:26 +00:00
Paolo Cignoni cignoni
637568a9f5 Poisson Changes:
- Added a missing 'this->'
2014-10-21 17:07:40 +00:00
Paolo Cignoni cignoni
2cd89645b1 Poisson Changes:
- Removed a useless Assert re-define
2014-10-21 17:07:04 +00:00
Paolo Cignoni cignoni
cdba9417ed Poisson Changes:
- Added a Class MemoryPointStream for using setTree methods without relying on the filesystem
2014-10-21 17:05:20 +00:00
Paolo Cignoni cignoni
3a21cb49bc Poisson Changes:
- Reordered Class declaration; 
- Added a this->
2014-10-21 17:03:52 +00:00
Paolo Cignoni cignoni
80c36f3331 Original version of the Misha code (version 6.11) 2014-10-21 16:59:55 +00:00
Paolo Cignoni cignoni
8624a445a9 Original version of the Misha code (version 6.11) 2014-10-21 16:59:12 +00:00
Paolo Cignoni cignoni
7e3a06a2e3 Original version of the Misha code (version 6.11) 2014-10-21 16:58:51 +00:00
Paolo Cignoni cignoni
a7c1787fb9 Original version of the Misha code (version 6.11) 2014-10-21 16:57:55 +00:00
Paolo Cignoni cignoni
e4d15a4966 Original version of the Misha code (version 6.11) 2014-10-21 16:56:40 +00:00
Paolo Cignoni cignoni
addbbb0b14 First version of the screened poisson surface reconstruction filter 2014-10-21 16:55:08 +00:00
Guido Ranzuglia granzuglia
1e4f3c755e - fixed bug causing crash when a filter is removed from the FilterScriptDialog 2014-09-26 11:55:52 +00:00
Paolo Cignoni cignoni
c412276257 Added another specialized component for the float/double switch: RadiusmOcf 2014-09-18 06:56:29 +00:00
Guido Ranzuglia granzuglia
263a52251a - improved double/float compatibility 2014-09-17 15:28:53 +00:00
Guido Ranzuglia granzuglia
4978c7c8ea - improved double/float compatibility 2014-09-17 15:27:59 +00:00
Paolo Cignoni cignoni
4cabf4105c Exposed more parameters in the voronoi sampling filter 2014-08-29 13:21:58 +00:00
Guido Ranzuglia granzuglia
222079595f - GL_TYPE changed into GL_TYPE_NM in order to avoid names conflict 2014-08-28 09:14:11 +00:00
Paolo Cignoni cignoni
c2c22778e8 Added to the voronoi sampling filter the restricted voronoi relaxation option 2014-08-28 01:52:29 +00:00
Federico Ponchio ponchio
6fcf2eb419 Moved OutFileMesh and OutProject definitions outside of main().
They were used in a template down causing problems with gcc, as it
would require c++11 to do so legally.
2014-08-27 11:37:00 +00:00
Guido Ranzuglia granzuglia
eec7b82618 - updated meshlab version
- added small class to test which floating point precision is used
2014-08-26 14:44:37 +00:00
Guido Ranzuglia granzuglia
36b77304ad - added Segment2m typedef 2014-08-26 12:40:06 +00:00
Paolo Cignoni cignoni
2f208bb6fa refactored the filter that builds an edgemesh with the function in platonic.h 2014-08-26 09:41:44 +00:00
Paolo Cignoni cignoni
4a749a7357 Boundary Decorator Now works also with edgemesh showing endpoints 2014-08-26 09:34:31 +00:00
Paolo Cignoni cignoni
1d722cc4ed Updated filter_autoalign to float/double independence 2014-08-26 09:33:25 +00:00
Guido Ranzuglia granzuglia
33e2c10b09 filter_zippering:
- added support for mesh with double precision attributes
- removed some warnings
2014-08-25 13:48:59 +00:00
Guido Ranzuglia granzuglia
bb7418164c sampleedit:
- added support for mesh with double precision attributes
- removed some warnings
2014-08-23 08:19:40 +00:00
Guido Ranzuglia granzuglia
4300e3c283 sample_filter:
- added support for mesh with double precision attributes
- removed some warnings
2014-08-23 08:19:06 +00:00
Paolo Cignoni cignoni
e3890773d6 Updated filter_mutualinfoxml to float/double independence 2014-08-23 02:22:49 +00:00
Paolo Cignoni cignoni
06306a078c Updated the signal used to trasmit the current shot to fload/double independence 2014-08-23 01:55:06 +00:00
Paolo Cignoni cignoni
fcedfdc7a0 added a mac:LIBS += -lbz2 to the pro of the arc3d plugin 2014-08-23 01:54:16 +00:00
Paolo Cignoni cignoni
ad8f2354cd added Matrix44 float/double independence to the parameters (added a new constructior for the Matrix44fvalue) 2014-08-23 01:51:58 +00:00
Paolo Cignoni cignoni
a672074362 Updated filter_color_projection to float/double independence 2014-08-23 01:50:15 +00:00
Paolo Cignoni cignoni
3574302d6f added a parameter in the Execute (to allow parameter passing) 2014-08-23 01:46:47 +00:00
Paolo Cignoni cignoni
2d979781fc Updated filter_img_patch_param to float/double independence 2014-08-23 01:45:50 +00:00
Paolo Cignoni cignoni
5aff2c1f82 removed an assert that prevented the use of planar evaluation filter on mesh with polygonal faces with a central vertex 2014-08-23 01:45:09 +00:00
Paolo Cignoni cignoni
24a44854c3 Yet more change for ambient occlusion float/double independence. Attempt to use float for gpu only. 2014-08-23 01:44:17 +00:00
Paolo Cignoni cignoni
0338ebb006 corrected an error in message reporting of poisson surface reconstruction 2014-08-23 01:42:55 +00:00
Paolo Cignoni cignoni
33f5b63039 Updated filter_voronoi to float/double independence 2014-08-23 01:42:08 +00:00
Paolo Cignoni cignoni
690b7e977b updated createiso filter to the recent changes to the trivial_walker 2014-08-23 01:41:23 +00:00
Paolo Cignoni cignoni
c78ae075e9 Significant changes to use the trivial walker instead of the specialized walker here defined. 2014-08-23 01:39:14 +00:00
Guido Ranzuglia granzuglia
ea10dd0d91 render_rfx:
- added support for mesh with double precision attributes
- removed some warnings
2014-08-22 15:30:17 +00:00
Guido Ranzuglia granzuglia
41d76abdbc decorate_raster_proj:
- added support for mesh with double precision attributes (WARNING! please note that being a plugin using gpu facilities the uniform variables passed to the shaders have float components) 
- removed some warnings
2014-08-22 13:31:10 +00:00