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
Paolo Cignoni cignoni
e8271f2a05
cleaned up a bit (a lot!) the qpainter/opengl interaction during repaint. Now on screen help works again...
2010-09-20 06:16:41 +00:00
Guido Ranzuglia granzuglia
915bfadf15
changed showHelpFunction() (WANING!!! it is still not working)
2010-09-19 14:13:07 +00:00
Guido Ranzuglia granzuglia
dff13e0cad
temporary fixed dreadful crash between MeshModel and MeshDocument. WARNING! we should take a deeper look. There is an absolute unstable balance!!!!!!!!!
2010-09-19 12:18:59 +00:00
Paolo Cignoni cignoni
d78ca195dd
[ filter virtual range scan ]
...
- std::pow gcc bug fixed;
- immediate-mode rendering restored in SimpleRenderer.h;
- pre-filtering: added an OpenGL capabilities check to ensure that everything is supported;
- the looking cone axis is now a RichPoint3f parameter instead of three float parameters;
- now the vcg renderer is used to generate the color map.. but textures are not recognized.
2010-09-18 10:40:25 +00:00
Guido Ranzuglia granzuglia
f544196abe
updated libdecoratebase
2010-09-17 15:24:02 +00:00
Paolo Cignoni cignoni
2da859aa27
Mac installer for 1.3 version
2010-09-17 15:09:12 +00:00
Guido Ranzuglia granzuglia
976d7104bb
removed edit_topo
2010-09-17 14:36:09 +00:00
Guido Ranzuglia granzuglia
ec08970044
removed editrgbtri
2010-09-17 14:33:05 +00:00
Guido Ranzuglia granzuglia
1b60552de6
added filter_ssynth
2010-09-17 14:31:27 +00:00
Guido Ranzuglia granzuglia
bf771f6251
added structuresynth.pro
2010-09-17 14:07:07 +00:00
Paolo Cignoni cignoni
170712f450
harmless warnings
2010-09-17 13:26:38 +00:00
Paolo Cignoni cignoni
77acdf20aa
doxygen files for building up the Filter Reference Manual
2010-09-17 13:20:49 +00:00
Paolo Cignoni cignoni
40b9b07d5b
updated a path
2010-09-17 13:20:17 +00:00
Paolo Cignoni cignoni
3e4e4f725a
Better checking on the applicability of the decorations
2010-09-17 13:19:31 +00:00