Paolo Cignoni cignoni
3ca2e02a4f
small refactoring and changes to understand performance issues in saving...
2009-10-02 08:03:40 +00:00
Paolo Cignoni cignoni
840975b163
added timing of saved files
2009-10-02 08:01:00 +00:00
Paolo Cignoni cignoni
2aa7b5c1b8
small changes to allow compilation (and corrected an incomplete .pro)
2009-10-01 06:27:42 +00:00
Paolo Cignoni cignoni
f6a7ec9a58
corrected the position of high quality render filter files
2009-09-30 10:21:20 +00:00
Paolo Cignoni cignoni
9f1e68e2d3
added filter for an high quality render
2009-09-29 22:13:39 +00:00
Paolo Cignoni cignoni
4167fcb2d8
added "render_template" folder and an example template
2009-09-29 22:11:02 +00:00
Paolo Cignoni cignoni
4ac1fa01d7
Better management of loading of bit-quad polygonal meshes (correct per quad normal smoothing by default)
2009-09-27 23:59:49 +00:00
Paolo Cignoni cignoni
d9f0459de6
Added computation of per quad normal, to better show quad based meshes.
2009-09-23 15:11:37 +00:00
Paolo Cignoni cignoni
e98b7a00bd
Added support of reading QOBJ files (e.g. obj variant where all the faces are simple quads and it is ZERO based)
2009-09-23 15:09:47 +00:00
Guido Ranzuglia granzuglia
4c76e6a098
added missing #include files
2009-09-23 04:37:46 +00:00
Guido Ranzuglia granzuglia
e0a6bb56cc
added loadSettings
2009-09-23 04:34:15 +00:00
Paolo Cignoni cignoni
6ab7bb3024
added filter for computing various measures
2009-09-22 22:37:39 +00:00
Paolo Cignoni cignoni
9ea0c54bac
added filters of class measure in the measure menu.
2009-09-22 22:35:52 +00:00
Paolo Cignoni cignoni
88cb912c03
removed color4b from parameters (duplicate functionalities of Color)
2009-09-22 09:08:34 +00:00
Guido Ranzuglia granzuglia
009e56a827
patched crash error in Cubemapped Enviroment
2009-09-22 07:33:42 +00:00
Nico Pietroni nicopietroni
30985f5cdc
* corrected 1 bug in getClosest function
...
* pass 1 more parameters (num) in getSharedVertices to limitate the search in the input vectors to a specified numbers of elements.
* corrected 1 bug in InterpolationSpace
* corercted return in inv_GE0 function
2009-09-18 10:20:08 +00:00
Nico Pietroni nicopietroni
1d229ec61d
added one safety guard in ProjectPoint function
2009-09-18 10:16:10 +00:00
Nico Pietroni nicopietroni
804ee386e4
added AbstractArea, corrected some bugs and added parameter num to Interpolate function to limit the interpolation on a fixed number of elements
2009-09-18 10:15:07 +00:00
Nico Pietroni nicopietroni
f9410efe71
corrected assignement of rpos in Equi_energy to make the system more robust
2009-09-18 10:12:58 +00:00
Nico Pietroni nicopietroni
6f44b22d9e
changed convergence interval of Optimize Function
2009-09-18 10:11:48 +00:00
Guido Ranzuglia granzuglia
cb4620030e
added #include filterparameter.h in order to avoid linking problem in g++
2009-09-14 06:04:51 +00:00
Paolo Cignoni cignoni
b609ea32b6
Compiles but have some issues with the new parameter system.
2009-09-13 18:10:42 +00:00
Paolo Cignoni cignoni
c2b726e57a
Hole Filling now write the number of closed holes
2009-09-12 05:21:15 +00:00
Guido Ranzuglia granzuglia
8b44d7e772
moved all possible implementation from .h file -> .cpp
2009-09-11 09:56:31 +00:00
Paolo Cignoni cignoni
394821f135
corrected the lib linking line for linux (thanks to Cheers Lars Grobe)
2009-09-10 19:53:57 +00:00
Guido Ranzuglia granzuglia
7c093665e3
main web page has been updated for version 1.2.2
2009-09-08 09:39:28 +00:00
Guido Ranzuglia granzuglia
1931c68769
patched little bug on BoolWidget & LineEditWidget emitted signal
...
connect(cb,SIGNAL(stateChanged(int)),this,SIGNAL(parameterChanged())) -> connect(cb,SIGNAL(stateChanged(int)),p,SIGNAL(parameterChanged()))
2009-09-07 15:18:26 +00:00
Guido Ranzuglia granzuglia
ea565321bc
added iso_parameterization filter
2009-09-07 10:26:48 +00:00
Guido Ranzuglia granzuglia
bd14b5eb00
updated version 1.2.2b -> 1.2.2
2009-09-07 09:07:42 +00:00
Guido Ranzuglia granzuglia
0d94829543
Scripting system has been restored and patched (tons of bugs). PS it should be re-engineered
2009-09-07 08:02:01 +00:00
Paolo Cignoni cignoni
eafef49e92
added transfer of normal attribute to the vertex attribute transfer filter
2009-09-06 08:09:25 +00:00
Paolo Cignoni cignoni
eadcf85031
added better description and correct init value for the threshold parameter
2009-09-06 08:07:42 +00:00
Paolo Cignoni cignoni
0f4f4b12bf
currentDataMask is now private
2009-09-06 07:48:03 +00:00
Paolo Cignoni cignoni
171ff8f70a
Added more options to the vertex attribute transfer tool. Now you can specify a maximum distance, save the distance as quality and transfer attributes from point clouds
2009-09-05 06:21:41 +00:00
Paolo Cignoni cignoni
199547831b
added constructor of iofilters (and some comments)
2009-09-04 15:58:00 +00:00
Paolo Cignoni cignoni
c801c56e28
corrected bug on the use of the log before the init of a window when loading a mesh and finding errors
2009-09-04 15:56:12 +00:00
Paolo Cignoni cignoni
da4d750046
updatedatamask should be private; added method to copy mask from an existing mesh.
2009-09-04 15:54:48 +00:00
Paolo Cignoni cignoni
3480dceeee
Changed decimal number in absperc widget
2009-09-04 14:45:19 +00:00
Guido Ranzuglia granzuglia
cc35c79ad5
fixed state bug in class ColorWidget
2009-09-03 10:15:53 +00:00
Guido Ranzuglia granzuglia
51cd39d302
removed unneeded comment
2009-09-03 10:14:31 +00:00
Guido Ranzuglia granzuglia
57f9e070c3
added MM_FACENUMBER, MM_VERTNUMBER
...
shifted some others tags
changed value of MM_UNKNOWN in order to avoid conflicts with MM_POLYGONAL
2009-09-03 10:10:07 +00:00
Stefano Marras marras
273df764fe
Added PostCondition and fixed parameter errors
2009-09-02 09:54:03 +00:00
Guido Ranzuglia granzuglia
f60db5f949
added MM_VERTNUMBER to Discrete Curvature's postCondition
2009-09-02 07:36:23 +00:00
Guido Ranzuglia granzuglia
296a57649b
added MM_FACENUMBER, MM_VERTNUMBER
...
shifted some others tags
changed value of MM_UNKNOWN in order to avoid conflicts with MM_POLYGONAL
2009-09-02 07:34:23 +00:00
Guido Ranzuglia granzuglia
733d7c1090
refined isDynamic - added constrains on faces number and vertices number
2009-09-02 07:32:13 +00:00
Guido Ranzuglia granzuglia
675a4ab804
totally new parameters system...bugs surelly will be present!
2009-09-01 08:33:26 +00:00
Federico Ponchio ponchio
0ae731bceb
added -include options for linux g++ 4.3 (which does not includes
...
automatically a few headers)
2009-08-30 14:33:41 +00:00
Nico Pietroni nicopietroni
82ef21c41c
corrected some typedefs for gcc compilation
2009-08-30 09:52:29 +00:00
Paolo Cignoni cignoni
e8aafa9f21
Yet more refactoring and a new feature: Quality weighted simplification. Now you can drive the simplification process using the per-vertex quality value as an amplification factor, e.g. using ambient occlusion as quality you can simplify more aggressively non visible portion of the mesh.
2009-08-29 21:34:05 +00:00
Paolo Cignoni cignoni
57684dd9f8
updated the pro to the renaming
2009-08-29 14:23:07 +00:00