3733 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
ef5e009ab2 Refactoring meshlab common files. Created a 'common' directory with the shared pieces of code. Most of the pro/pri files have been changed. A rebuild all is strongly suggested...
* Corrected Paths.
2009-11-23 11:20:54 +00:00
Paolo Cignoni cignoni
cf22d0c0f0 Refactoring meshlab common files. Created a 'common' directory with the shared pieces of code. Most of the pro/pri files have been changed. A rebuild all is strongly suggested...
* Updated all the pro's. Again.
2009-11-23 11:19:47 +00:00
Paolo Cignoni cignoni
eca9e284d3 Refactoring meshlab common files. Created a 'common' directory with the shared pieces of code. Most of the pro/pri files have been changed. A rebuild all is strongly suggested...
* Updated all the pro's. Again.
2009-11-23 11:18:04 +00:00
Paolo Cignoni cignoni
635f4e1483 Refactoring meshlab common files. Created a 'common' directory with the shared pieces of code. Most of the pro/pri files have been changed. A rebuild all is strongly suggested...
* Updated all the pro's.
2009-11-23 10:17:13 +00:00
Paolo Cignoni cignoni
798ef99104 Refactoring meshlab common files. Created a 'common' directory with the shared pieces of code. Most of the pro/pri files have been changed. A rebuild all is strongly suggested... 2009-11-23 09:56:18 +00:00
Paolo Cignoni cignoni
822393b328 -improved support to ambient occlusion and shadow mapping (it's need still to fix a bug in textured mesh)
-creation of temp directory tree by reading file rib
2009-11-23 02:25:17 +00:00
Paolo Cignoni cignoni
5810e0ac2a [filter_shape] Created archimedean.h
This file will contain functions to create archimedean solids
and finally should be merged with VCGLib.
2009-11-22 21:05:12 +00:00
Paolo Cignoni cignoni
11b28ac0ee Use Meshlab logo as icon in the mainwindow 2009-11-22 21:04:24 +00:00
Paolo Cignoni cignoni
cc6d216f64 [FGT - Giannini]
- added extensive descriptions
2009-11-22 20:04:14 +00:00
Paolo Cignoni cignoni
2847a787c9 first commit 2009-11-22 19:55:48 +00:00
Paolo Cignoni cignoni
161653aa8e first commit 2009-11-22 19:55:30 +00:00
Paolo Cignoni cignoni
c9da4453f8 first commit 2009-11-22 19:54:54 +00:00
Paolo Cignoni cignoni
f17cec96f4 first commit 2009-11-22 19:54:38 +00:00
Paolo Cignoni cignoni
5e2b576185 support to ambient occlusion and shadow mapping (same fix still needed) 2009-11-22 03:33:16 +00:00
Paolo Cignoni cignoni
2308ce6577 [FGT - Giannini]
- added ridged multifractal terrain
2009-11-21 18:15:30 +00:00
Paolo Cignoni cignoni
17c9939076 [filter_shape] platonic.h: Added HexahedronStar function 2009-11-21 15:07:35 +00:00
Paolo Cignoni cignoni
77779b4353 [filter_shape]
- Removed BOX support and fixed HEXAHEDRON support.
2009-11-21 14:00:36 +00:00
Paolo Cignoni cignoni
4dfec4fd04 [FGT - Giannini]
- fBM and multifractal terrain improved
2009-11-21 11:40:59 +00:00
Luigi Malomo malomo
1755139348 implemented "Color To Texture" filter
(needs testing + refining in rasterization)
2009-11-21 02:27:35 +00:00
Paolo Cignoni cignoni
1318d9356d Finally working SSAO 2009-11-20 16:19:44 +00:00
Gregorio Palmas palmas
1dc6248d00 fixed x3d.rendertemplate 2009-11-20 15:25:39 +00:00
Gregorio Palmas palmas
c99292edae modified translation vectors and sphere primitive added 2009-11-20 13:33:13 +00:00
Paolo Cignoni cignoni
383cc4a7c5 texture generation changed. Now it uses just two color buffers to perform both Screen Space Ambient Occlusion and Blur(horizontal and vertical) operation.
removed orthographic projection and modelview matrix during the three full screen quad rendering.
modified vertex blur and ssao shaders. Now they use the vertex position to obtain texture coordinate.
2009-11-20 11:02:56 +00:00
Paolo Cignoni cignoni
51f53d9a5c changed the initialization of the busy flag to prevent erroneous attempt of drawing an uninitialized GLArea 2009-11-20 10:44:07 +00:00
Paolo Cignoni cignoni
0836617774 Refactored preferences of GLArea, now they are in a custom separate class and no more out of standard dialog is used 2009-11-20 10:25:28 +00:00
Paolo Cignoni cignoni
79002a26b8 changed the 2 matrix passed to the shader 2009-11-19 17:12:14 +00:00
Paolo Cignoni cignoni
53fe4aaf84 changed the constructor of glarea. Now it take the current values of the PersistentSettings 2009-11-19 10:32:50 +00:00
Luigi Malomo malomo
c7d87d21f5 added "Color To Texture" filter skeleton 2009-11-18 22:49:34 +00:00
Paolo Cignoni cignoni
8e9aca55d2 [FGT - Giannini]
- added fBM and multifractal algorithm for fractal terrain generation
2009-11-18 21:42:41 +00:00
Stefano Marras marras
8a45aeea85 fixed small bugs (hopefully). 2009-11-18 18:21:11 +00:00
Guido Ranzuglia granzuglia
bcc9cf2b78 completely new CustomDialog form 2009-11-18 16:56:43 +00:00
Paolo Cignoni cignoni
d7f98f649e [filter_shape]
- Modified parameters window. It now asks for the type of figure and triangulation.
- Copied platonic.h from vcglib to avoid modifying the official repository.
  - (They should be merged at the end of the project if everything goes well).
- Reused some code from filter_create (Work in Progress).
  - (At the end, this filter will contain a significant part of filter_create).
2009-11-18 16:41:35 +00:00
Stefano Marras marras
91fb7995c1 Fixed small bugs on border face. 2009-11-18 11:11:46 +00:00
Paolo Cignoni cignoni
7a552845be bug fix and vertex quality attribute (not tested) 2009-11-18 02:23:24 +00:00
Gregorio Palmas palmas
70fc051c9d first x3d.rendertemplate to make structure sinth export x3d files 2009-11-18 00:45:27 +00:00
Paolo Cignoni cignoni
68d1436c3c removed harmless warnings 2009-11-17 23:34:05 +00:00
Paolo Cignoni cignoni
5b8f88b820 Added the new version of the face rasterizer. Shorter and faster. 2009-11-17 22:37:42 +00:00
Paolo Cignoni cignoni
969f031a71 removed operation for multi-texture and bug fix 2009-11-17 22:14:12 +00:00
Stefano Marras marras
7f52ab924a Removed small bugs 2009-11-17 19:01:47 +00:00
Paolo Cignoni cignoni
ee2443abe4 [FGT - Giannini]
- added skeleton for filter_fractal plugin
2009-11-17 18:58:51 +00:00
Marco Callieri mcallieri
057575a6d5 added cache size control in command line version 2009-11-17 17:16:00 +00:00
Paolo Cignoni cignoni
d4d9611c5d using the projection matrix amd its inverse to calculate the random fragment
blur temporarily disabled
2009-11-17 16:37:07 +00:00
Paolo Cignoni cignoni
c2c61d7519 changed the noise texture. 2009-11-17 16:34:38 +00:00
Marco Callieri mcallieri
85d224b0ac added bbox check, if the mesh is out of the subvolume, it is not loaded at all 2009-11-16 15:25:42 +00:00
Paolo Cignoni cignoni
8285855726 Added folders and pro for fgt projects 2009-11-16 13:32:14 +00:00
Stefano Marras marras
dc06004906 Fixed small bugs. Removal of small CC no more needed. 2009-11-16 12:13:01 +00:00
Guido Ranzuglia granzuglia
470d38edb7 added log_2 template function to support visual studio 2005-2008 2009-11-16 11:23:20 +00:00
Guido Ranzuglia granzuglia
5a09fcba16 added support for M_SQRT in visual studio 2005-2008 2009-11-16 11:22:42 +00:00
Guido Ranzuglia granzuglia
004122adc4 added return true; in AddSingleMesh 2009-11-16 11:21:25 +00:00
Paolo Cignoni cignoni
4532580d3f Added compatibility for mac. Refactored a bit the management of constant strings 2009-11-16 08:07:46 +00:00