5081 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
47375eb12a Changed how the parent of the GLArea window is initilized to workaround to a strange bug under linux. More investigation needed... 2011-02-21 10:38:57 +00:00
Paolo Cignoni cignoni
7e35dbac71 removed harmless warnings 2011-02-21 10:35:42 +00:00
Paolo Cignoni cignoni
c4f4db436c removed harmless warnings (added parenthesis to disambiguate if-then-else) 2011-02-21 10:33:05 +00:00
Paolo Cignoni cignoni
293e22e4cf removed harmless warnings 2011-02-21 10:30:45 +00:00
Paolo Cignoni cignoni
0899d27cc0 Fixed a bug causing the filter to hang indefinitely when user choose to download images and the same image is referenced in more than one coordinate system.
Added probably useless locking on the _semaphore variable.
Replaced macros with functions.
2011-02-19 20:24:29 +00:00
Andrea Baldacci baldacci
a967f4aa89 Shader parameters setting fixed. 2011-02-19 16:51:40 +00:00
Andrea Baldacci baldacci
9b92fcac38 Gpu accelerated sdf plugin. Project start: basic shader loading and FBO creation. 2011-02-19 16:11:29 +00:00
Marco Callieri mcallieri
cd4ae66017 filter which exports all layers as a raw binary data file (points+normals) BNPTS to be used with the streaming out-of-core poisson reconstructor - first implementation 2011-02-18 15:58:04 +00:00
Paolo Cignoni cignoni
de7cd592b6 empty template for the sdf gpu filter 2011-02-18 10:30:15 +00:00
Paolo Cignoni cignoni
2b3718d07b Added a QMutex to synchronize access to the variable _dataReady, signaling that synth download has finished. 2011-02-17 19:20:38 +00:00
Marco Callieri mcallieri
cc2e3fd6c2 - now it is possible to map tablet pressure on different brush parameters (size, hardness, transparency)
- when mouse is used, the brush params are initialized only once (and not at every mousemove event)
- pressure mapping interface gets enabled only when using a tablet
- pressure can also be mapped to smooth percentage (controlled by the same checkbox of displacement)
2011-02-17 14:16:07 +00:00
Guido Ranzuglia granzuglia
f769e4bb96 updated webpage 2011-02-17 10:23:41 +00:00
Guido Ranzuglia granzuglia
b2bcb0dc6b updated tar file 2011-02-17 08:30:09 +00:00
Paolo Cignoni cignoni
bd280c730e removed edit_segment 2011-02-16 21:34:34 +00:00
Guido Ranzuglia granzuglia
be7207d3a9 added missing plugins 2011-02-16 16:38:33 +00:00
Guido Ranzuglia granzuglia
c7e84b625b updated webpage 2011-02-16 16:37:54 +00:00
Paolo Cignoni cignoni
194c19b23e Again and Again and Again still cleaning up bugs in the split window managements 2011-02-16 15:14:47 +00:00
Paolo Cignoni cignoni
ad0e464924 removed pickedpoint alignment stuff (too broken for be useful) 2011-02-16 15:14:18 +00:00
Paolo Cignoni cignoni
c739094818 Again and Again still cleaning up bugs in the split window managements 2011-02-16 13:59:19 +00:00
Paolo Cignoni cignoni
5f9f4294ca Again still cleaning up bugs in the split window managements 2011-02-16 12:03:42 +00:00
Paolo Cignoni cignoni
01e532a5e3 Still cleaning up bugs in the split window managements 2011-02-16 10:39:06 +00:00
Paolo Cignoni cignoni
7c93d75148 removed stupid bug due to && instead of & 2011-02-16 09:05:10 +00:00
Paolo Cignoni cignoni
1916d9a736 cleaning up bugs in the split window managements 2011-02-16 09:04:02 +00:00
Guido Ranzuglia granzuglia
3c9f050e9c removed crash happening with split screen. 2011-02-15 17:11:32 +00:00
Paolo Cignoni cignoni
3603dbda8b corrected naming bug in the compute normals for point sets 2011-02-15 16:32:31 +00:00
Paolo Cignoni cignoni
5c6b2de515 2011-02-15 13:12:27 +00:00
Guido Ranzuglia granzuglia
0354e62091 changed facebook link 2011-02-15 12:10:58 +00:00
Paolo Cignoni cignoni
1950da09e2 updated web page 2011-02-15 12:07:49 +00:00
Guido Ranzuglia granzuglia
8a6453ba0f updated webpage 2011-02-15 11:38:41 +00:00
Paolo Cignoni cignoni
6ceb3e9175 minor 2011-02-15 00:40:24 +00:00
Guido Ranzuglia granzuglia
8424c6a234 removed editsegment 2011-02-14 16:37:13 +00:00
Guido Ranzuglia granzuglia
0fa2759fd7 removed editsegment 2011-02-14 15:32:12 +00:00
Paolo Cignoni cignoni
8247d60180 added widget attribute to prevent the closing of the mac layer window 2011-02-14 14:46:23 +00:00
Paolo Cignoni cignoni
58acd918ed Moved again the dirty busy bit...
(and changed the name of the function updating recent file list...)
2011-02-14 14:26:06 +00:00
Paolo Cignoni cignoni
3be0920be1 Cleaned a bit naming of opening functions for import of meshes. Cleaned busy bit a bit. Hopefully it crashes less... 2011-02-14 12:28:56 +00:00
Paolo Cignoni cignoni
e261c67e92 Removed bug on missing textures on decorators 2011-02-14 12:27:30 +00:00
Matteo Dellepiane matteodelle
5ce7cae1fd Added normals orientation disambiguation in computer normals from point sets filter 2011-02-14 09:12:28 +00:00
Andrea Bernabei bernabei
9eece8ed90 Support for new glarea intefrace, added data structures for undistorting 2011-02-11 14:24:42 +00:00
Andrea Bernabei bernabei
591be67891 glarea include must be lowercase to compile on linux 2011-02-11 14:09:51 +00:00
Marco Callieri mcallieri
bf76f6e9b5 added ALT modifier when clicking on mesh in layer window to set ALL layers visible 2011-02-10 16:45:30 +00:00
Paolo Cignoni cignoni
0798d021d1 refactored OpenProject. Much cleaner now. 2011-02-10 15:44:50 +00:00
Paolo Cignoni cignoni
3630406b23 Added the classic "testa dello scopigno" rangemaps. Our oldest dataset. (approx 1996) 2011-02-10 15:43:41 +00:00
Marco Callieri mcallieri
05837cf053 added reset function for the clone view: right click resets the clone view to center position 2011-02-10 12:02:16 +00:00
Guido Ranzuglia granzuglia
880ad4daf8 removed crash caused by null mesh. 2011-02-10 09:46:00 +00:00
Guido Ranzuglia granzuglia
ec423ae28a removed startup crash in case of null mesh. 2011-02-10 09:45:01 +00:00
Guido Ranzuglia granzuglia
01105909b0 removed startup crash in case of null mesh. 2011-02-10 09:43:07 +00:00
Guido Ranzuglia granzuglia
19565ce47b removed startup crash in case of null mesh. 2011-02-10 09:42:32 +00:00
Guido Ranzuglia granzuglia
4c8b095bd5 changed from qobject_cast with a reintrepet_cast in order to avoid linking problems. 2011-02-10 08:38:15 +00:00
Guido Ranzuglia granzuglia
bef0a26caa removed compiling problems 2011-02-10 08:36:46 +00:00
Guido Ranzuglia granzuglia
8cd7402536 removed compiling problems 2011-02-10 08:36:25 +00:00