314 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
c4be4df67e Change vetor<vetor<vetor<Point3f>>> to Point3f***.
Semplify the mesh but with a litter error.
2005-12-09 20:53:49 +00:00
Paolo Cignoni cignoni
1e43565638 added commented code for Decimator 2005-12-09 18:28:34 +00:00
Paolo Cignoni cignoni
63745cdb2d code cleaning and added floor() to calculate indexes (idx, idy, idz) 2005-12-09 18:26:13 +00:00
Paolo Cignoni cignoni
55b1b486ca added generic obj save with plugin arch. 2005-12-09 18:16:14 +00:00
Paolo Cignoni cignoni
f2dbf78f0b added tools -> save mask obj file II 2005-12-09 16:43:51 +00:00
Paolo Cignoni cignoni
09442a1f5a maskobj for select element to save 2005-12-09 16:37:21 +00:00
Paolo Cignoni cignoni
65ad785fd9 added tools -> set mask obj file 2005-12-09 10:43:04 +00:00
Paolo Cignoni cignoni
5acfeb1706 A little change 2005-12-09 03:50:41 +00:00
Paolo Cignoni cignoni
e3f698ccc9 A little change in fullScreen and KeyPressEvent 2005-12-09 03:05:49 +00:00
Paolo Cignoni cignoni
55b0696d8e A little change in aboutForm.ui 2005-12-09 03:00:27 +00:00
Paolo Cignoni cignoni
86faa31b65 io importing mechanism adapted in order to be fully transparent towards the user 2005-12-09 00:34:31 +00:00
Paolo Cignoni cignoni
273bd7e14a io importing mechanism adapted in order to be fully transparent towards the user 2005-12-09 00:26:25 +00:00
Paolo Cignoni cignoni
a0dbde12a5 added missing glclearcolor 2005-12-08 22:53:11 +00:00
Paolo Cignoni cignoni
fce997038d Added safer min max search 2005-12-08 22:52:50 +00:00
Paolo Cignoni cignoni
3740d21661 Added Laplacian Smooth 2005-12-08 22:46:44 +00:00
Paolo Cignoni cignoni
e6073e51bf Rewritten tiled rendering functions. Now we use grabFrameBuffer() instead of glReadPixels.
Known bug:
when in wireframe mode, there is a 1 pixel space between tiles on the final image...
2005-12-08 18:21:56 +00:00
Paolo Cignoni cignoni
168ea5e688 Added correct calculation of texture indexes 2005-12-08 15:48:51 +00:00
Paolo Cignoni cignoni
c0a877c3c7 changed implementation of Vett type (from array [] [] [] to 3 std::vector nested) 2005-12-08 14:53:36 +00:00
Paolo Cignoni cignoni
44be7e2889 added preliminary version of callback. Now it counts only even point on RefineOddEven 2005-12-08 13:52:01 +00:00
Paolo Cignoni cignoni
b5898e4c90 solved a bug into LoadMask function, since now texture loading begins to work properly 2005-12-08 02:28:36 +00:00
Paolo Cignoni cignoni
88c38617d2 Progress bar counter unified for both vertices and faces 2005-12-07 17:42:39 +00:00
Paolo Cignoni cignoni
5569cb0345 io related menu items removed from File menu 2005-12-07 16:57:57 +00:00
Paolo Cignoni cignoni
68355c450d exporter obj temporany 2005-12-07 08:01:09 +00:00
Paolo Cignoni cignoni
50282cefbc export obj generic(base) 2005-12-07 07:52:25 +00:00
Paolo Cignoni cignoni
2daffe62d1 new ui_savemaks.h 2005-12-07 07:50:46 +00:00
Paolo Cignoni cignoni
b66c7d4f5c bug-fix(sorry) 2005-12-07 01:11:18 +00:00
Paolo Cignoni cignoni
4b567c7017 added support for exporter generic obj file (level base) 2005-12-07 00:56:40 +00:00
Paolo Cignoni cignoni
6146e0badd Added more space between property displayed 2005-12-06 20:54:53 +00:00
Paolo Cignoni cignoni
0495fe8e50 added setCheckable(true) for the "show normals" action 2005-12-06 16:39:41 +00:00
Paolo Cignoni cignoni
ddcb730abf Added a QActionGroup for the menu options 2005-12-06 16:39:41 +00:00
Paolo Cignoni cignoni
52119ac5c9 Commented "setCheckable(true)" for each QAction 2005-12-06 16:38:28 +00:00
Paolo Cignoni cignoni
a83a71fd84 added obj file in generic open dialog 2005-12-06 16:27:43 +00:00
Paolo Cignoni cignoni
31d86da572 update dialog export obj 2005-12-06 15:55:01 +00:00
Paolo Cignoni cignoni
771f97ca4a Disabled textures during print info 2005-12-06 15:13:23 +00:00
Paolo Cignoni cignoni
322f4eccf7 Snapshot dialog now works 2005-12-06 10:42:04 +00:00
Paolo Cignoni cignoni
c466748a93 added code to grant that material files will be searched into the right directory 2005-12-06 05:16:54 +00:00
Paolo Cignoni cignoni
d7aa8bb5c9 Object file importer now performs also materials and texture names loading 2005-12-06 05:07:39 +00:00
Paolo Cignoni cignoni
7400887489 first try with correct Set and User bit 2005-12-05 18:47:08 +00:00
Paolo Cignoni cignoni
1804584532 Added snapshot save dialog (not used yet) 2005-12-05 18:15:27 +00:00
Paolo Cignoni cignoni
a8b88bfab1 Added toon shader example 2005-12-05 18:11:28 +00:00
Paolo Cignoni cignoni
b053fd8475 Added isSupported method definition 2005-12-05 18:10:05 +00:00
Paolo Cignoni cignoni
47f5504c88 Added MeshRenderInterface and shader support 2005-12-05 18:09:42 +00:00
Paolo Cignoni cignoni
a4c72b8c7b added:
MeshRenderInterface *iRender;
void setRender(MeshRenderInterface *);
MeshRenderInterface * getRender();
2005-12-05 18:09:08 +00:00
Paolo Cignoni cignoni
481ad640b6 added MeshRenderInterface::isSupported() method 2005-12-05 18:08:21 +00:00
Paolo Cignoni cignoni
c7e20f6968 new interfaces 2005-12-05 16:52:57 +00:00
Paolo Cignoni cignoni
08e524aa00 comment out old (and working) version, commented new (and not working) versione 2005-12-05 15:25:41 +00:00
Paolo Cignoni cignoni
89abd7bb21 ../../test/loop/new_refine.h is now refine_loop.h in this dir 2005-12-05 15:05:21 +00:00
Paolo Cignoni cignoni
80f6f38a7b second action from "Loop" to "Butterfly" 2005-12-05 14:51:03 +00:00
Paolo Cignoni cignoni
646e793e0b added debug_and_release 2005-12-05 14:02:53 +00:00
Paolo Cignoni cignoni
e44cfd9719 added debug_and_release on unix CONFIG 2005-12-05 14:02:09 +00:00