322 Commits

Author SHA1 Message Date
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
c1e725b5b0 Updated to ver 0.3 2005-12-06 22:40: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
Paolo Cignoni cignoni
89f369b27a added unix config directives 2005-12-05 14:00:31 +00:00
Paolo Cignoni cignoni
f3a8bba406 added debug_and_release flags on unix CONFIG 2005-12-05 13:56:47 +00:00
Paolo Cignoni cignoni
885a5b2687 *** empty log message *** 2005-12-05 12:19:23 +00:00
Paolo Cignoni cignoni
16182c2faf Added support for MeshDecorateInterface Plugins 2005-12-05 12:18:58 +00:00
Paolo Cignoni cignoni
ebbfe4a12e Added void applyDecorateMode(); 2005-12-05 12:17:45 +00:00
Paolo Cignoni cignoni
2b490d136a Added MeshDecorateInterface 2005-12-05 12:17:09 +00:00
Paolo Cignoni cignoni
9a42204bc4 iRendersList -> iDecoratorsList 2005-12-05 12:16:46 +00:00
Paolo Cignoni cignoni
8a04e568ef workaround: added RenderMode parameter to MeshColorizePlugin::compute 2005-12-05 11:38:52 +00:00
Paolo Cignoni cignoni
8a4476baf5 workaround: added rendermode to compute method 2005-12-05 11:37:13 +00:00
Paolo Cignoni cignoni
2b20697150 Snapshot in png format instead of ppm 2005-12-05 10:27:39 +00:00
Paolo Cignoni cignoni
da1babbbc0 Correct a little bug in windows menu. 2005-12-05 03:59:20 +00:00
Paolo Cignoni cignoni
1f76131771 Added in Info Pane number of triangles and vertices 2005-12-04 22:19:48 +00:00