4179 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
6edbf64209 edit_vase plugin created. compiles under OSX with Eigen3 (devel branch) and SuiteSparse installed with fink 32bit compiled from source libraries. Ray marhing, isosurfacing, smooth laplacian field interpolator working. Currently implementing the structure for balloon evolution. 2010-04-15 23:07:10 +00:00
Paolo Cignoni cignoni
01a03a0bc8 corrected trackball bug on orthographic view when using large clipping plane values 2010-04-15 08:43:30 +00:00
Michele Sottile sottile
3ad8f7fa89 Orientation with flag 2010-04-14 15:13:05 +00:00
Michele Sottile sottile
77710e2035 Space corrections and comments 2010-04-14 14:37:52 +00:00
Guido Ranzuglia granzuglia
d73fa13eca removed ui_layerDialog.h 2010-04-14 09:56:28 +00:00
Michele Sottile sottile
ed9aac13d3 solved problems with update viewer 2010-04-13 16:55:56 +00:00
Paolo Cignoni cignoni
21d2527bbe corrected annoying issue on snapshot background. Now you can choose if you prefer to use the current background or a transparent one 2010-04-13 16:00:35 +00:00
Guido Ranzuglia granzuglia
42111514be from for each to foreach 2010-04-13 15:34:27 +00:00
Guido Ranzuglia granzuglia
8e4e52b63a from QDir shadersDir = QDir(qApp->applicationDirPath()); to QDir shadersDir = PluginManager::getBaseDirPath(); 2010-04-13 15:00:19 +00:00
Michele Sottile sottile
c5c673f362 ViewerSplit update 2010-04-13 14:40:28 +00:00
Guido Ranzuglia granzuglia
cb86835e0f from \ to / 2010-04-13 08:36:09 +00:00
Michele Sottile sottile
c8d02b5105 Viwer splittabili 2010-04-13 08:27:32 +00:00
Paolo Cignoni cignoni
9b72f05e76 Long due change. Now menu entries are in ALPHABETICAL ORDER (how lazy we were...) 2010-04-12 22:21:03 +00:00
Paolo Cignoni cignoni
a4ec069019 added libs for structure synth mac 2010-04-12 21:46:34 +00:00
Paolo Cignoni cignoni
1fd1291c78 Added filters for computing rotation to align an object either to its inertia moments or to a fitting plane 2010-04-12 21:42:52 +00:00
Paolo Cignoni cignoni
3bc1803e36 improved dump on the log of inertia tensor 2010-04-12 21:38:20 +00:00
Guido Ranzuglia granzuglia
aa87ce72c8 updated shadersrm directory 2010-04-12 14:43:56 +00:00
Paolo Cignoni cignoni
2dbad52f6d moved rendermonkey shaders to a more reasonable subdir of distrib/shader 2010-04-12 14:19:24 +00:00
Paolo Cignoni cignoni
32f2cd85db moved rendermonkey shaders to a more reasonable subdir of distrib/shader 2010-04-12 14:15:34 +00:00
Paolo Cignoni cignoni
96c6c157ee moved old unsupported shaders to a subfolder 2010-04-12 14:08:31 +00:00
Paolo Cignoni cignoni
9c4d070e0c added directory for unsupported shaders 2010-04-12 14:06:36 +00:00
Guido Ranzuglia granzuglia
958c83ac6f removed stupid error defVal->val 2010-04-09 15:31:23 +00:00
Paolo Cignoni cignoni
5030d896bf added support for hausdorff distance between point clouds and meshes 2010-04-09 15:10:30 +00:00
Paolo Cignoni cignoni
72aa367dfb various small changes and refactoring to remove warnings and dubious stuff 2010-04-09 14:43:41 +00:00
Guido Ranzuglia granzuglia
9cb8e376f1 fixed bug on MeshWidget 2010-04-09 13:18:05 +00:00
Paolo Cignoni cignoni
8ddb8a1c87 simple sintax error vcg::tri::UpdateTopology<BaseMesh> -> vcg::tri::UpdateTopology<MeshType>; 2010-04-09 09:15:50 +00:00
Michele Sottile sottile
270fe6eb93 add ui folder 2010-04-09 08:52:18 +00:00
Guido Ranzuglia granzuglia
e8b105e1ed re-added needed parameters names 2010-04-09 08:30:14 +00:00
Paolo Cignoni cignoni
54bda73a01 corrected more or less harmless gcc warnings 2010-04-08 23:05:09 +00:00
Paolo Cignoni cignoni
f781f2dddf updated all the precondition callback to use the standard MM_ enum. 2010-04-08 23:03:52 +00:00
Paolo Cignoni cignoni
8ceb13bdbd Iterface change. Removal of the Precondition Specific Enum. Now you use the MeshModel::MM_XXX to specify what data is required for a filter to start 2010-04-08 23:00:29 +00:00
Paolo Cignoni cignoni
447e96aa3b Yet another setlocale attempt. Simpler this time. use the 'C' locale. 2010-04-08 22:03:27 +00:00
Paolo Cignoni cignoni
15b664d85b added support of per vertex tex coord in rendering 2010-04-08 16:54:24 +00:00
Paolo Cignoni cignoni
2da0717e6e removed harmless gcc warnings 2010-04-08 15:59:04 +00:00
Guido Ranzuglia granzuglia
86625670c3 added horrible messageBox to avoid to call the render plugin without radius per vertex 2010-04-08 13:18:30 +00:00
Guido Ranzuglia granzuglia
241a587d9f removed potentially dangerous dangling pointer 2010-04-08 13:17:29 +00:00
Paolo Cignoni cignoni
3c5f55b77f removed harmless gcc warnings 2010-04-08 10:19:54 +00:00
Paolo Cignoni cignoni
af1386ea1c added a setdefault locale in order to get rid of dot/comma conflicts... 2010-04-08 09:41:39 +00:00
Paolo Cignoni cignoni
f242156fe9 minimal comment clean up 2010-04-08 09:40:38 +00:00
Paolo Cignoni cignoni
be7dd8a14f needed changes to the new directory organization and common folder 2010-04-08 09:31:34 +00:00
Paolo Cignoni cignoni
08969e6e78 cleaned up some things about logging (made private the filterinterface member and removed a duplicated function) 2010-04-07 23:41:31 +00:00
Paolo Cignoni cignoni
f0be8fb411 moved some inlined code about data mask into meshmodel.cpp 2010-04-07 23:39:54 +00:00
Paolo Cignoni cignoni
13f5742c9f cleaned up a bit the loadplugins code. No semantic changes 2010-04-07 23:36:53 +00:00
Paolo Cignoni cignoni
89c190500e removed harmless gcc warnings 2010-04-07 23:35:35 +00:00
Nico Pietroni nicopietroni
0be805221b added test on ff topology 2010-04-07 21:42:18 +00:00
Michele Sottile sottile
dcf867ada7 Layer Dialog on 2010-04-07 15:16:29 +00:00
Michele Sottile sottile
4fb80b4554 Viewer files 2010-04-07 12:58:14 +00:00
Michele Sottile sottile
cff314642f Unsplit function 2010-04-07 12:55:14 +00:00
Paolo Cignoni cignoni
d5083a167d Changed the default key assignment for the reset trackball to avoid conflicts with the system used ctrl+h 2010-04-06 16:57:06 +00:00
Paolo Cignoni cignoni
f69d38a290 Corrected the management of extensions of files in the save dialog. Closed bug 2981300 : uppercase file extensions don't save 2010-04-06 16:15:07 +00:00