Paolo Cignoni cignoni
ee97f92ab9
cleaned up. a lot.
2010-10-05 15:35:18 +00:00
Paolo Cignoni cignoni
cf50958feb
moved decorate_shadow to the appropriate place
2010-10-05 15:23:41 +00:00
Paolo Cignoni cignoni
027a1a7fc6
Renaming files according to dir names
2010-10-05 14:43:43 +00:00
Paolo Cignoni cignoni
106a8b09d5
moved decorate background to a more correct location
2010-10-05 14:39:50 +00:00
Paolo Cignoni cignoni
5c9998101e
renaming sample decoration plugin to something more meaningful
2010-10-05 14:37:38 +00:00
Guido Ranzuglia granzuglia
4ce8535bb3
- added Confidence=true in PoissonParam constructor
2010-10-05 13:55:54 +00:00
Guido Ranzuglia granzuglia
b9d83f94f7
- now it's possible to save more than a file
...
- added update normal for mesh without saved normals
2010-10-05 13:54:58 +00:00
Guido Ranzuglia granzuglia
6ca6e384cf
info are now visualized on the triangle
2010-10-04 09:38:28 +00:00
Guido Ranzuglia granzuglia
aa4ad99270
added progress bar to PrincipalDirectionsPCA in order to have an ack to the process advancement.
2010-10-04 08:44:18 +00:00
Guido Ranzuglia granzuglia
da79d2d5d8
added QPainter parameter to Decorate function
2010-10-04 08:42:46 +00:00
Guido Ranzuglia granzuglia
54084acd8b
- added default parameter to H->Add((*vi).Q(),(*vi).C(),1.0f); in order to compile with VC2008
...
- added QPainter to Show Axis
2010-10-04 08:41:53 +00:00
Paolo Cignoni cignoni
916d04be68
Added Icons for splitVertical and splitHorizontal (I was unable to memorize what means what).
2010-10-02 14:56:10 +00:00
Paolo Cignoni cignoni
85da6b5d33
No need of VF topology...
2010-10-01 21:38:29 +00:00
Paolo Cignoni cignoni
d2abab4c5a
Make filter_csg more robust against rounding issues.
2010-10-01 18:53:39 +00:00
Guido Ranzuglia granzuglia
7defdfc2a1
patched save() error
2010-10-01 13:49:45 +00:00
Paolo Cignoni cignoni
e412f858ab
Show progress when rasterizing/reconstructing volumes.
...
Enable EMC reconstruction (as an option in the filter dialog).
Check that input surfaces are watertight.
2010-10-01 10:31:56 +00:00
Paolo Cignoni cignoni
52627bbc72
corrected a last pushattrib-popattrib bug
2010-10-01 08:21:44 +00:00
Paolo Cignoni cignoni
d19ca598fa
Updated to the new painter based text printing
2010-10-01 08:08:44 +00:00
Paolo Cignoni cignoni
3207744258
Updated to the new painter based text printing
2010-10-01 07:55:33 +00:00
Paolo Cignoni cignoni
881381ac91
Add documentation of the parameters of filter_csg.
...
Improve the default quality.
2010-10-01 07:51:48 +00:00
Paolo Cignoni cignoni
60ffad787a
Definitely get rid of renderText in glarea and decorate base
2010-10-01 06:08:09 +00:00
Paolo Cignoni cignoni
9553da1b58
corrected wrong path MacOs -> MacOS (thanks to Andrea Canciani for submitting the patch)
2010-10-01 05:54:44 +00:00
Paolo Cignoni cignoni
f154a78b74
Changed most of the old renderText into the newly correct glLabel::render...
...
Improved histogram (Added fixed size for comparisons and area weighting
2010-10-01 00:36:31 +00:00
Paolo Cignoni cignoni
18a36c5808
Hopefully corrected bug in rubber band selection
2010-10-01 00:25:12 +00:00
Paolo Cignoni cignoni
504c8575ec
cleaned up border selection filters
2010-10-01 00:21:33 +00:00
Paolo Cignoni cignoni
44310f77c7
updated to the new painterbased decorate for editing plugins
2010-09-30 23:37:46 +00:00
Paolo Cignoni cignoni
461d48e618
added printing of thin shell barycenter of a surface
2010-09-30 23:36:14 +00:00
Paolo Cignoni cignoni
706c4bce78
commented a dubious makecurrent of opengl outside the painting event...
2010-09-30 23:35:32 +00:00
Paolo Cignoni cignoni
3035b53809
more conservative pushattrib's
2010-09-30 23:32:52 +00:00
Paolo Cignoni cignoni
c2ceed686a
Get rid of a lot of bugs due to the horrible use of the old unsupported qt opengl text function. Switched to the correct painter based approach.
2010-09-30 23:31:45 +00:00
Paolo Cignoni cignoni
12ecd1dd82
Major performance improvements.
...
Profiling has shown a few hot spots whose code has now
been made faster or removed:
- removed fraction wrapping (construction and destruction)
- instead of computing n{0,1,2} from x and y, update them
incrementally
- compute just once V(i,j,k) in Walker
On the test case I was benchmarking (1-cube intersected with
octahedron at 1%), this decreased the time from ~22 seconds
to ~7.5 leaving assertions enabled and to ~4 with assertions
disabled.
2010-09-28 00:34:11 +00:00
Paolo Cignoni cignoni
c8d81972e8
Improve performance by only visiting the cells intersecting
...
the surface.
Improve output quality: reuse vertices, make normals and
"quality" of the output mesh depend on the input ones.
2010-09-27 16:04:04 +00:00
Fabio Ganovelli ganovelli
7b3137275b
corrected an ugly bug in imposor_create.cpp.
...
(missing parenthesis in a cast to char, cast
done at the wrong moment, result always 0)
2010-09-25 00:24:49 +00:00
Paolo Cignoni cignoni
58468baceb
Removed useless plugin: filter_border
2010-09-24 16:36:20 +00:00
Stefano Marras marras
a677da2bab
2010-09-22 16:28:35 +00:00
Paolo Cignoni cignoni
8e4c7417ac
[ virtual scan ]
...
- deleted standard filter "filter_virtual_range_scan"
- added new edit filter "edit_virtual_scan".
now the mesh color is correctly sampled and textures are exploited in the scanning process.
2010-09-22 16:22:57 +00:00
Stefano Marras marras
4ff992eabc
Fixed small bugs (Still remaining: bugs on APPEND)
2010-09-22 12:03:54 +00:00
Stefano Marras marras
351511f74f
Fixed small bugs
2010-09-22 10:14:49 +00:00
Paolo Cignoni cignoni
b866537afa
renamed filter_splitter -> filter_layer in the pro's
2010-09-22 06:56:46 +00:00
Paolo Cignoni cignoni
5ca80ed393
removed empty dir
2010-09-22 06:56:00 +00:00
Paolo Cignoni cignoni
02c5499c6d
cleaning up a bit a few pro's (removing useless config lines)
2010-09-22 06:52:10 +00:00
Paolo Cignoni cignoni
07a8fa24d6
better formatting of fractal description text
2010-09-22 06:51:19 +00:00
Paolo Cignoni cignoni
6852b68c5c
Moved to old/ useless samplefilterdoc plugin
2010-09-22 06:48:00 +00:00
Paolo Cignoni cignoni
4e4950a855
Code adaption for the renaming of filter_splitter to filter_layer (and inclusion of sampleplugins/samplfilterdoc that will be deleted
2010-09-22 06:39:50 +00:00
Paolo Cignoni cignoni
89e45e65fc
Renamed layer filter to a more meaningful name (from filter_splitter to filter_layer)
2010-09-22 06:25:23 +00:00
Paolo Cignoni cignoni
ca0987bbac
Renamed layer filter to a more meaningful name
2010-09-22 06:19:29 +00:00
Paolo Cignoni cignoni
e25bc08e57
updated to the min/max change in the vcg library
2010-09-21 22:36:16 +00:00
Paolo Cignoni cignoni
a6a1ddb5ec
added management of failure of computation of baricentric coords during rasterization of textures
2010-09-21 22:35:23 +00:00
Stefano Marras marras
a6b5b09ecc
fixed bugs
2010-09-21 20:18:32 +00:00
Stefano Marras marras
ffe32d1845
Fixed bugs
2010-09-21 13:30:56 +00:00