717 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
22ea6d7fb0 switched to lib3ds v1.3.0 stable. 2007-11-28 10:28:39 +00:00
Paolo Cignoni cignoni
4b7cefaf91 wrong include path 2007-11-27 06:44:31 +00:00
Federico Ponchio ponchio
20d73ce3a4 Added Mean Ratio metric for triangle quality. 2007-11-26 13:33:30 +00:00
Paolo Cignoni cignoni
f011f36941 gcc related issues 2007-11-26 12:21:15 +00:00
Paolo Cignoni cignoni
5797e611d8 Yet another small cosmetic change to the interface of the io filters. 2007-11-26 07:35:27 +00:00
Paolo Cignoni cignoni
9f57dadb6a Changed the interface of the io filters. Now also a default bit set for the capabilities has to specified 2007-11-25 09:48:39 +00:00
Paolo Cignoni cignoni
aeee74c728 disambiguated sqrt call 2007-11-23 15:35:19 +00:00
Paolo Cignoni cignoni
2c37ab22e3 Using different values for glPolygonOffset in GPU / CPU 2007-11-23 10:02:34 +00:00
Paolo Cignoni cignoni
c65b0ba3d5 FBO is no longer set up if CPU MODE is selected 2007-11-23 09:46:45 +00:00
Paolo Cignoni cignoni
857e024ac3 align parameters dialog 2007-11-21 10:57:21 +00:00
Paolo Cignoni cignoni
7dac66d73d align parameters dialog 2007-11-21 09:48:38 +00:00
Paolo Cignoni cignoni
cb6ba37eff better help and color clustering 2007-11-21 09:48:03 +00:00
Guido Ranzuglia granzuglia
b667118d3b first version of u3d converter with parameter form 2007-11-21 09:32:14 +00:00
Federico Ponchio ponchio
78d2db647a Added triangle quality with possibiliti to cohose metric. 2007-11-20 18:26:52 +00:00
Paolo Cignoni cignoni
87ed74f8ac small gcc related issues 2007-11-20 14:58:10 +00:00
Paolo Cignoni cignoni
9bc3bf4ff3 First working release
- GPU version doesn't work
 - CPU version works
2007-11-20 13:32:46 +00:00
Paolo Cignoni cignoni
9121374131 *** empty log message *** 2007-11-20 12:59:53 +00:00
Federico Ponchio ponchio
345293604c Added triangle quality. 2007-11-19 17:08:54 +00:00
Federico Ponchio ponchio
fdaca89b7f enum MarkType { U, ... }; is a global vcg:: enum.
so it is U not MarkType::U. [and i don't like it]
2007-11-19 15:10:07 +00:00
Federico Ponchio ponchio
fa5452dc85 include files are case sensitive under linux. 2007-11-19 15:03:51 +00:00
Federico Ponchio ponchio
1470708f65 Removed a couple of incorrect AlignPair:: 2007-11-19 13:42:44 +00:00
Federico Ponchio ponchio
5a53ff924c ui_AlignDialog.h -> ui_alignDialog.h 2007-11-19 11:35:32 +00:00
Federico Ponchio ponchio
5ca9073824 added unix 3ds lib paths 2007-11-19 11:34:16 +00:00
Paolo Cignoni cignoni
c7e8d25e98 Second version with point based aligning tool. bugged, but sometime global and point based works. Scaling still to check 2007-11-12 01:17:38 +00:00
Paolo Cignoni cignoni
325e88df49 First version with point based aligning tool. Still bugged. 2007-11-09 16:22:41 +00:00
Paolo Cignoni cignoni
3731a96972 experiments for better labelling 2007-11-09 11:28:27 +00:00
Paolo Cignoni cignoni
a4eda9a3a2 missing ifdef guards 2007-11-09 11:22:14 +00:00
Paolo Cignoni cignoni
ae0e5b9820 First version with point based aligning tool. Still bugged. 2007-11-09 11:19:16 +00:00
Paolo Cignoni cignoni
b6f777e470 Added tex simplification check, selection to paso doble and better comments 2007-11-05 23:44:23 +00:00
Paolo Cignoni cignoni
878885cf6a bug fix 2007-11-02 16:01:54 +00:00
Paolo Cignoni cignoni
01640f8f21 changed the main queue cointainer 2007-11-02 14:00:17 +00:00
Paolo Cignoni cignoni
bd80073e57 fixed a crash with the release version 2007-11-02 13:58:28 +00:00
Daniele Panozzo danielepanozzo
71a7c569dd new colors for faces 2007-10-30 19:47:15 +00:00
Daniele Panozzo danielepanozzo
03ea53812b added brush tool and eraser tool 2007-10-29 22:59:15 +00:00
Paolo Cignoni cignoni
9eb3e69227 added missing cast for mac gcc 2007-10-25 15:20:35 +00:00
Paolo Cignoni cignoni
09c1248de7 resolved minor compile issue 2007-10-24 19:17:34 +00:00
Paolo Cignoni cignoni
ac62b625c2 Multipass rendering has been implemented.
Every rendering pass draw on a dedicated GL_COLOR_ATTACHMENTi_EXT (render to texture).
The result of each pass can be used as input by other passes in the form of sampler2D
uniform variables.
2007-10-24 17:09:24 +00:00
Paolo Cignoni cignoni
ae696ed1e0 added absolute box corner decoration 2007-10-23 07:16:35 +00:00
Paolo Cignoni cignoni
d87d3af91b switch to selection rendering done by slot and signals 2007-10-23 07:15:19 +00:00
Paolo Cignoni cignoni
85e54ad6af re-added in binary becouse they were ascii 2007-10-19 22:46:51 +00:00
Paolo Cignoni cignoni
8f8b038b45 removed becouse they were ascii 2007-10-19 22:45:43 +00:00
Paolo Cignoni cignoni
13f9804a40 first version of aligning icons 2007-10-19 22:31:06 +00:00
Paolo Cignoni cignoni
0cc05286c9 Still not completely working version. 2007-10-19 21:31:31 +00:00
Guido Ranzuglia granzuglia
2c13ab51ca meshlab's u3dexporter interface first version with latex file generation
WARNING! there is yet the configuration form for latex parameters
2007-10-19 10:54:52 +00:00
Guido Ranzuglia granzuglia
20ebb30822 added u3d_io project 2007-10-19 10:51:59 +00:00
Paolo Cignoni cignoni
db900f3c37 corrected orthographic error in report string 2007-10-17 21:24:36 +00:00
Paolo Cignoni cignoni
abd52350d6 better label and automatic suspension after the end of the measurement using slots 2007-10-17 08:31:45 +00:00
Paolo Cignoni cignoni
0488724c3c changed in order to the new allocator based deleting strategy 2007-10-16 20:26:49 +00:00
Paolo Cignoni cignoni
c4f478721d changed edgecollapse interface in order to the new allocator based deleting strategy 2007-10-16 16:47:36 +00:00
Paolo Cignoni cignoni
38855b0abd changed static var in class into a static func returning a const val 2007-10-16 15:28:20 +00:00