Michele Sottile sottile
e99b14ae68
Added tagList management in the layer dialog
2010-07-26 13:55:11 +00:00
Michele Sottile sottile
532346e5af
Inserted the topological measure tag
2010-07-26 13:51:58 +00:00
Michele Sottile sottile
d05642f4cb
Inserted Tags Management
2010-07-26 13:49:56 +00:00
Guido Ranzuglia granzuglia
f622c6a24a
Now a new view heirs the opengl context of the current view
2010-07-26 10:04:45 +00:00
Paolo Cignoni cignoni
f4caa132a0
Corrected the radiance scaling shader to provide good z for picking and intersections and to see through the background
2010-07-23 22:47:49 +00:00
Fabio Ganovelli ganovelli
cece2d2e3e
added selection of editable region
2010-07-23 14:49:28 +00:00
Paolo Cignoni cignoni
fcef4c55dd
* Changed the Id mesh identifier and the mesh generation mechanism.
...
Now when a mesh is generated it has a unique id generated by the owning MeshDocument. Changed the signature of the MeshModel constructor.
* Added the Tag Creation and visualization interface.
* Improved the management of change of layer for decoration (new message notification and restart of the decoration). Now the glare store also a pointer to the global parameters to be passed to the decorator.
2010-07-23 14:42:17 +00:00
Michele Sottile sottile
343dd20a13
little modification in TagBase
2010-07-23 13:18:14 +00:00
Michele Sottile sottile
01cf5476bc
Add default annotations in the tree widget of the layerDialog
2010-07-23 10:33:04 +00:00
Paolo Cignoni cignoni
3f0a7c133d
removed crash on decoration render text coord on mesh without tex coord
2010-07-23 09:48:44 +00:00
Paolo Cignoni cignoni
16549e5390
corrected path of visibile layer icon
2010-07-23 09:44:56 +00:00
Stefano Marras marras
675b3976f7
Fixed small bugs
2010-07-22 16:28:50 +00:00
Stefano Marras marras
41c2d74e68
Revised code (now zippering has been splitted in a several number of small methods).
...
fixed minor bugs (others need to be fixed)
2010-07-22 13:51:22 +00:00
Fabio Ganovelli ganovelli
35339cf55f
added local storing of the portion taken in edit for making diff when recommitting.
...
This way the vectors of mesh elements can be compacted before committing
2010-07-21 17:06:20 +00:00
Michele Sottile sottile
a428236f78
2010-07-21 15:57:15 +00:00
Michele Sottile sottile
ba1cc6c4fe
added treeWidget in the layer dialog
2010-07-21 14:40:36 +00:00
Michele Sottile sottile
573523d2ba
tagBase added
2010-07-21 14:35:26 +00:00
Paolo Cignoni cignoni
3d31ee67f3
Removed all state variable from the filter (filter should be stateless!). Improved comments and parameter help
2010-07-21 10:20:40 +00:00
Paolo Cignoni cignoni
b9012c7cd7
better comments in the filters and updated pro to the new build dirs of qtcreator
2010-07-21 01:33:34 +00:00
Paolo Cignoni cignoni
5ae31efc74
Refactoring for enforcing MVC design.
...
Moved log and filterscript from mainwindow to meshDocument.
Restructured mainwindow to do not explicitly use the glare except when needed.
Started documenting code with doxygen.
Moved xml2shot code out of the glarea into a utitliy class in vcg/wrap
Moved some inlined code out from interfaces into a new interfaces.cpp
Removed old useless CVS log comments
Corrected QMAKE_POST_LINK in the common pro (failed to copy dlls into meshlab folder)
2010-07-19 16:43:09 +00:00
Paolo Cignoni cignoni
eb79829b40
[ filter_virtual_range_scan ]
...
- deleted the first version of filter to do some refactoring
2010-07-15 18:31:22 +00:00
Stefano Marras marras
e416185681
Second version of Selection Redundant Faces filter ( working for geometry and quality )
2010-07-15 18:02:38 +00:00
Stefano Marras marras
92eb32091c
First version of Selection Redundant Faces filter ( working only for geometry, no quality )
2010-07-15 16:04:37 +00:00
Guido Ranzuglia granzuglia
0f9d8df436
updated mac install file
2010-07-15 15:57:37 +00:00
Guido Ranzuglia granzuglia
557661cc49
updated intall file
2010-07-15 15:27:15 +00:00
Guido Ranzuglia granzuglia
729aff9ca4
added default litspheres otherwise is impossible to reload them one time they have been changed.
2010-07-15 15:25:57 +00:00
Paolo Cignoni cignoni
5914c57878
added sample materials for radiance scaling rendering plugin
2010-07-15 14:13:33 +00:00
Stefano Marras marras
952502b02e
Added init methods (redundancy filter still not working)
2010-07-15 11:59:14 +00:00
Paolo Cignoni cignoni
e72b2f9708
[ Virtual Range Scan ]
...
- first commit. the filter is located in Filter -> Sampling -> Virtual Range Scan
2010-07-14 20:14:36 +00:00
Stefano Marras marras
8e44b71f9a
Init() method to initialize queue (NOT finished yet)
2010-07-14 15:06:12 +00:00
Michele Sottile sottile
a782059c3e
Added comments for shot
2010-07-14 09:47:10 +00:00
Paolo Cignoni cignoni
186619f1c2
Definite Change of the Name of the master PRO.
2010-07-14 08:18:16 +00:00
Paolo Cignoni cignoni
19a615d80f
removed unused references to meshmodel.h
2010-07-14 08:04:16 +00:00
Paolo Cignoni cignoni
20ee79824e
changed name of convergence speed parameter (it is the precision!)
2010-07-14 08:01:58 +00:00
Michele Sottile sottile
9624fde7c5
some casting bugs
2010-07-12 12:13:14 +00:00
Paolo Cignoni cignoni
6ffe56fd61
changed that annoying "starting filter..." message in the status bar with something more meaningful...
2010-07-12 12:07:54 +00:00
Paolo Cignoni cignoni
5c0c37b43f
added a qobject_cast<MainWindow *> to prevent wrong casts
2010-07-12 11:57:30 +00:00
Paolo Cignoni cignoni
9771105181
small harmless changes for gcc mac compilation
2010-07-10 22:04:57 +00:00
Michele Sottile sottile
132fa1abe2
Introduced shot exchange between viewers.
...
New Operations:
- Link viewers together
- View from main orthogonal views (top, front, etc..)
- Load shot/view from TextAlign file and ViewState file
- Copy/paste view state on/from clipboard
2010-07-09 16:43:27 +00:00
Michele Sottile sottile
9968097c4b
Introduced shot exchange between viewers
2010-07-09 16:31:33 +00:00
Michele Sottile sottile
b4273e3dac
Introduced shot exchange between viewers
2010-07-09 16:30:34 +00:00
Paolo Cignoni cignoni
e84a8c1ab0
removed useless reference to the GLLogStream type in many many filters.
2010-07-06 14:20:46 +00:00
Michele Sottile sottile
15b7c97f7e
Subclassed QSplitter and QSplitterHandle in order to manage mousePress events on handles
2010-07-06 09:48:29 +00:00
Michele Sottile sottile
752c6a1e03
Split/Unsplit menu from viewer's handle inserted.
...
Subclassed QSplitter and QSplitterHandle in order to manage mousePress events on handles
2010-07-06 09:40:40 +00:00
Michele Sottile sottile
1c6eeb0452
Split/Unsplit menu from viewer's handle inserted
2010-07-06 09:36:13 +00:00
Michele Sottile sottile
0141bc9b89
Split/Unsplit menu from viewer's handler inserted
2010-07-06 09:34:53 +00:00
Michele Sottile sottile
3f1d5d1712
Split/Unsplit menu from viewer's handler inserted
2010-07-06 09:34:06 +00:00
Paolo Cignoni cignoni
31e2cea0f3
Added a svg and a couple of other examples of lighting envs for the render_radiance shader
2010-07-06 08:52:03 +00:00
Gael Guennebaud guennebaud
cfb6b10cda
fix openfile filters
2010-07-06 08:48:59 +00:00
Gael Guennebaud guennebaud
d5fe768fbf
reference the radiance scaling plugin in the pro file
2010-07-06 08:48:10 +00:00