Fabio Ganovelli ganovelli
59c4e013c0
changes to includes to comply promotion of SIMPLEXplu type in vcglib
...
see comment below (from vcg commit):
[SIMPLEXplus promotion]
This modification removes the old way to define simplexes (already deprecated and unsupported).
In the following SIMPLEX = [vertex|edge|face|tetrahedron]
All the stuff that was in vcg/simplex/SIMPLEXplus/ has now been promoted to vcg/simplex/
Details:
- the folder vcg/simplex/SIMPLEX/with has been removed
- the file vcg/simplex/SIMPLEX/base.h has been renamed into vcg/simplex/SIMPLEX/base_old.h
- the content of vcg/simplex/SIMPLEXplus/ has been moved into vcg/simplex/SIMPLEX/
- the folder vcg/simplex/SIMPLEXplus/ has been removed
Actions the update the code using vcglib:
replace <vcg/simplex/SIMPLEXplus/*> with <vcg/simplex/SIMPLEX/*> in every include
for MESHLAB users: already done along with this commit
2008-12-19 10:46:19 +00:00
Paolo Cignoni cignoni
2327af3fa1
Removed a lot of warnings, added initial cleaning of mesh (to avoid crashes due to NaN in normals) removed a strange ndebug define.
2008-12-19 00:37:15 +00:00
Paolo Cignoni cignoni
4d350e45ac
refactored a bit, added some safe precomputation, added author names in citations
2008-12-18 16:31:09 +00:00
Paolo Cignoni cignoni
2b227a8948
Refactored Colorization filters; Curvature have been grouped. Quality coloring use standard dialog with more and better option and dynamic preview. Removed useless stuff (colorsmooth.h and no more used dialogs)
2008-12-18 00:26:34 +00:00
Gael Guennebaud guennebaud
6052f0b395
extend the description of the RIMLS filter
2008-12-17 15:55:45 +00:00
Paolo Cignoni cignoni
9796f1e018
Small refactoring and corrected filter class
2008-12-17 06:38:58 +00:00
Paolo Cignoni cignoni
467ff9eee5
Small refactoring and corrected filter class
2008-12-17 06:37:52 +00:00
Paolo Cignoni cignoni
dbfcede165
Small refactoring and corrected filter class
2008-12-17 06:35:24 +00:00
Paolo Cignoni cignoni
a545b5d82b
rearranged a bit parameters and class of the filters. To be completed
2008-12-16 11:18:13 +00:00
Paolo Cignoni cignoni
7903dac876
The filter now creates two new layers containing the sliced parts.
...
Works only on two-manifold meshes with only 1 slicing plane.
2008-12-14 13:52:49 +00:00
Paolo Cignoni cignoni
704a3893f2
removed unnecessary dialogs
2008-12-14 02:52:48 +00:00
Paolo Cignoni cignoni
daf30f361e
disabling wedgetextures of the mesh when poisson is applied
2008-12-13 11:38:46 +00:00
Paolo Cignoni cignoni
a89147b7c9
Added Cone creation
2008-12-12 23:31:28 +00:00
Paolo Cignoni cignoni
67c32aa48f
removed old reference to no more used curvature file.
2008-12-12 15:04:41 +00:00
Paolo Cignoni cignoni
62c9b33def
removed old abandoned curvature computation file
2008-12-12 15:03:46 +00:00
Paolo Cignoni cignoni
fc6ae551d0
corrected the target name to reflect the directory names
2008-12-11 16:09:11 +00:00
Paolo Cignoni cignoni
50bb469f36
moved in to vcg lib the loop refinement
2008-12-11 14:42:29 +00:00
Paolo Cignoni cignoni
80036ed868
moved in to vcg lib the loop refinement
2008-12-11 13:57:33 +00:00
Paolo Cignoni cignoni
cdde6d75c8
moved in to vcg lib the loop refinement
2008-12-11 13:53:07 +00:00
Paolo Cignoni cignoni
13818ed05a
first version of factored out clustering algorithm for sampling
2008-12-11 09:47:15 +00:00
Paolo Cignoni cignoni
a565e814b0
renamed references to the filter_clean stuff
2008-12-11 09:44:55 +00:00
Paolo Cignoni cignoni
2eefb14e62
updated the list of the plugins to the new names
2008-12-11 00:17:21 +00:00
Paolo Cignoni cignoni
643c4f1a3e
updated the internal names of the target of the project to reflect the name of the folder
2008-12-11 00:13:08 +00:00
Paolo Cignoni cignoni
0c136d7286
updated the internal names of the target of the project to reflect the name of the folder
2008-12-11 00:12:43 +00:00
Paolo Cignoni cignoni
340c64435a
renamed the project files to match the directory names
2008-12-11 00:04:20 +00:00
Paolo Cignoni cignoni
51be465763
renamed baseio to the standard naming scheme io_base
2008-12-10 23:23:15 +00:00
Paolo Cignoni cignoni
1396c15276
renamed baseio to the standard naming scheme io_base
2008-12-10 23:22:40 +00:00
Paolo Cignoni cignoni
2854797b8b
Moved some no more used plugins into the 'old' folder
2008-12-10 23:21:50 +00:00
Paolo Cignoni cignoni
d563511429
Moved some no more used plugins into the 'old' folder
2008-12-10 23:21:25 +00:00
Paolo Cignoni cignoni
644f11f721
Moved some no more used plugins into the 'old' folder
2008-12-10 23:21:04 +00:00
Paolo Cignoni cignoni
75c4063c23
renamed meshrender to the standard naming scheme render_gdp
2008-12-10 23:10:30 +00:00
Paolo Cignoni cignoni
dc62dcff09
renamed meshrender to the standard naming scheme render_gdp
2008-12-10 23:09:46 +00:00
Paolo Cignoni cignoni
26fd213e54
renamed splatrender to the standard naming scheme render_splatting
2008-12-10 23:05:40 +00:00
Paolo Cignoni cignoni
c87159fb88
renamed splatrender to the standard naming scheme render_splatting
2008-12-10 23:04:55 +00:00
Paolo Cignoni cignoni
05d84fa038
renamed splatrender to the standard naming scheme render_splatting
2008-12-10 23:03:16 +00:00
Paolo Cignoni cignoni
6af3cbb24e
renamed splatrender to the standard naming scheme render_splatting
2008-12-10 23:02:19 +00:00
Paolo Cignoni cignoni
19a6b78ce9
renamed meshcolorize to the standard naming scheme filter_colorize
2008-12-10 23:01:10 +00:00
Paolo Cignoni cignoni
e5ebb413ab
renamed meshcolorize to the standard naming scheme filter_colorize
2008-12-10 23:00:15 +00:00
Paolo Cignoni cignoni
3fac176660
renamed mlsfilters to the standard naming scheme filter_mls
2008-12-09 22:34:51 +00:00
Paolo Cignoni cignoni
83d559efe6
renamed mlsfilters to the standard naming scheme filter_mls
2008-12-09 21:29:03 +00:00
Paolo Cignoni cignoni
27e420778c
renamed meshfilter to the standard naming scheme filter_meshing
2008-12-09 21:27:58 +00:00
Paolo Cignoni cignoni
2ba91721f3
renamed meshfilter to the standard naming scheme filter_meshing
2008-12-09 21:26:20 +00:00
Paolo Cignoni cignoni
8a009f7f1a
renamed meshselect to the standard naming scheme filter_select
2008-12-09 21:24:47 +00:00
Paolo Cignoni cignoni
62967b5a81
renamed meshselect to the standard naming scheme filter_select
2008-12-09 21:24:10 +00:00
Paolo Cignoni cignoni
4202e812cb
moved inside filter_clean plugin the single filter of the deleted filter_rangemap plugin
2008-12-09 15:48:41 +00:00
Paolo Cignoni cignoni
127ce88879
renamed cleanfilter to the standard naming scheme filter_clean
2008-12-09 14:31:57 +00:00
Paolo Cignoni cignoni
44725a52f4
renamed cleanfilter to the standard naming scheme filter_clean
2008-12-09 14:31:01 +00:00
Paolo Cignoni cignoni
b0c03e8b89
renamed cleanfilter to the standard naming scheme filter_clean
2008-12-09 14:25:10 +00:00
Paolo Cignoni cignoni
9d942559f9
Moved import/export of basic mesh types into baseio. Only 3ds i/o is performed in io_3ds.
2008-12-09 14:21:27 +00:00
Paolo Cignoni cignoni
6e45a715fd
renamed meshio plugin to the standard io_3ds naming scheme
2008-12-09 11:59:27 +00:00