847 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
cd800a0f7e added recalc current arc 2008-02-07 09:41:42 +00:00
Paolo Cignoni cignoni
eebdc0fb8e Big Bug correction changed a M=M*out vs M=out*M in the Align with Adj function 2008-02-07 09:40:01 +00:00
Paolo Cignoni cignoni
93c5f076a0 repaint of log and after various update. 2008-02-07 09:37:47 +00:00
Paolo Cignoni cignoni
b0df00d335 wrong assert 2008-02-05 13:22:24 +00:00
Paolo Cignoni cignoni
7d5419d67f Cleaned up variable names and printing 2008-02-05 13:21:42 +00:00
Paolo Cignoni cignoni
186f9bc444 added field for storing the overlapping area (and removed some prints) 2008-02-05 12:01:31 +00:00
Fabio Ganovelli ganovelli
f9d2946200 added include to queue 2008-02-04 18:01:11 +00:00
Paolo Cignoni cignoni
2e31c64215 - Minor fixes 2008-02-04 15:59:04 +00:00
Paolo Cignoni cignoni
f7a6862677 - Fixed GPU Rendering: now there's no relation between depth texture size and maximum number of vertices allowed.
- Maximum number of vertices allowed now depends upon maximum texture size supported by the GPU. Anyway, since supporting very large textures does not necessary mean that's wise to use them, it's better to clamp texture size at 4096: eg. GF 8400 with 256MB can't handle very well 4 x 64MB textures while 4 x 16MB shouldn't be a problem.
2008-02-04 15:37:43 +00:00
Paolo Cignoni cignoni
2d203e13bd added the missing ui in the pro and corrected the mismatched including 2008-02-04 00:32:57 +00:00
Paolo Cignoni cignoni
cc67368428 Now the add of the various types check for the existence of the needed stuff (e.g. per wedge normal are added only if the mesh support them) 2008-02-04 00:17:43 +00:00
Paolo Cignoni cignoni
9bdf5d331a Corrected iteration on faces in the face-shape-quality. now respect isD 2008-02-03 23:33:13 +00:00
Paolo Cignoni cignoni
52af5fd605 - Reworking GPU version in order to unlink relation between depth texture size and vertex position/normals texture size. Due to this, it might not work in some circumstances.
- Little clean-ups here and there
2008-01-30 20:48:09 +00:00
Guido Ranzuglia granzuglia
3fd4944c58 remove README.txt 2008-01-30 08:38:46 +00:00
Guido Ranzuglia granzuglia
b538d963c9 new colladaio project with support for the new exporter 2008-01-30 08:37:32 +00:00
Guido Ranzuglia granzuglia
a69652bb5f temporary colladaio interface...TO BE REPLACED!!!! 2008-01-30 08:36:33 +00:00
Paolo Cignoni cignoni
95ceb713b6 wrong test in an assert 2008-01-28 14:46:24 +00:00
Paolo Cignoni cignoni
687bcf9414 fixed typo: MeshTree::resetID() -> resetID() 2008-01-28 12:36:36 +00:00
Paolo Cignoni cignoni
adef3e02c7 added documentfilter sample 2008-01-28 11:14:28 +00:00
Paolo Cignoni cignoni
d4adeefa7c Fixed Bug "added defined(Q_OS_LINUX) after #elif" 2008-01-22 16:08:49 +00:00
Paolo Cignoni cignoni
a6d9e00291 Corrected bug of disappearing number 2008-01-22 01:34:24 +00:00
Paolo Cignoni cignoni
7a645b2d82 restructured a bit and added ICP sample rendering 2008-01-16 22:05:09 +00:00
Paolo Cignoni cignoni
3c827451ac restructured and added ICP sample rendering 2008-01-16 22:04:15 +00:00
Paolo Cignoni cignoni
3a65e9052b false color is defaulted 2008-01-16 22:03:19 +00:00
Paolo Cignoni cignoni
1fefce8dca better cleaning 2008-01-16 22:02:55 +00:00
Paolo Cignoni cignoni
ecfe4f8dba Implemented endEdit,
Removed scaling from pointbased aligment,
added id inside nodes of meshTree
2008-01-16 01:47:29 +00:00
Paolo Cignoni cignoni
3de0052d6d added the id inside the meshnode 2008-01-16 01:45:18 +00:00
Paolo Cignoni cignoni
b99de26810 endEdit when close window, revamped the costruction of the tree widget 2008-01-16 01:44:01 +00:00
Paolo Cignoni cignoni
a1b38a7f6d added scaling button 2008-01-16 01:42:29 +00:00
Paolo Cignoni cignoni
51fbd095b4 better comments and logs 2008-01-16 01:41:50 +00:00
Paolo Cignoni cignoni
c3dbb4bd3f added selection of self-intersecting faces. 2008-01-11 13:58:21 +00:00
Paolo Cignoni cignoni
40a4e92407 added support of unused mesh 2008-01-10 11:59:33 +00:00
Paolo Cignoni cignoni
08aea29ffa using the mouse MidButton on a vertex will now clear it (white color and "Unknown" selection value) 2008-01-09 00:31:22 +00:00
Paolo Cignoni cignoni
187daf1dfb *** empty log message *** 2008-01-07 15:26:32 +00:00
Paolo Cignoni cignoni
889e031fc4 it's now possible to change the value of the curvature and normal weights in the isophotic-distance function 2008-01-07 11:38:33 +00:00
Paolo Cignoni cignoni
f9df63adfb using the common way for finding the plugin window and better error reporting 2008-01-06 21:44:43 +00:00
Paolo Cignoni cignoni
98f9e8f89d added multi-mesh support 2008-01-06 15:13:00 +00:00
Paolo Cignoni cignoni
ad40b7f357 plug-in ui redesigned 2008-01-05 16:17:35 +00:00
Paolo Cignoni cignoni
e68f45a5a6 missing return string 2008-01-04 18:28:55 +00:00
Paolo Cignoni cignoni
6b81b01224 Corrected a wrong type (glwidget instead of glarea) in the decoration callback. 2008-01-04 18:23:43 +00:00
Paolo Cignoni cignoni
9add469aff correct libs for msvc8 2008-01-04 16:41:43 +00:00
Paolo Cignoni cignoni
9991414c5d Changed the decoration framework. Now it accept a, global, parameter set. Added static calls for finding important directories in a OS independent way. 2008-01-04 00:46:29 +00:00
Paolo Cignoni cignoni
57296ab22f removed unused params and added better credits 2008-01-04 00:44:52 +00:00
Paolo Cignoni cignoni
d416c7d205 gcc related issues 2007-12-23 10:51:35 +00:00
Paolo Cignoni cignoni
3b12817193 Small changes for safer compiling 2007-12-22 21:02:47 +00:00
Daniele Panozzo danielepanozzo
d8de31ed53 removed debug print 2007-12-19 20:50:42 +00:00
Daniele Panozzo danielepanozzo
98183ed7bc bug: isDragging was not initialized properly 2007-12-19 20:49:43 +00:00
Guido Ranzuglia granzuglia
900be8a01b version with inverted x 2007-12-19 14:07:16 +00:00
Guido Ranzuglia granzuglia
fa96ea6a28 idtf converter plugin interface added 2007-12-18 15:59:37 +00:00
Paolo Cignoni cignoni
3f1ef801ab gcc related issues 2007-12-18 08:38:52 +00:00