Paolo Cignoni
|
a743e93a70
|
Reasonable but harmless clang warning cleanup
|
2014-07-03 21:28:40 +00:00 |
Paolo Cignoni
|
c1d6d4e9bd
|
Improved float/double consistency removing some wrong Point3f and substitued with MeshType::CoordType.
Removed also the use of an additional mesh type called spheremesh to create sphere (the method require ff adj).
|
2014-07-01 10:11:23 +00:00 |
Paolo Cignoni
|
225af65457
|
Small changes in the long long way to making meshlab and the vcglib really float/double independent
|
2014-06-18 10:38:52 +00:00 |
Paolo Cignoni
|
a2ba22e4fb
|
Added BuildPrismFaceShell to convert a mesh into a set of extruded prisms (one for each face...)
|
2014-06-17 13:20:42 +00:00 |
Paolo Cignoni
|
5c7949d261
|
Corrected a bug in the faux edge creation for box/cube
|
2014-05-13 10:51:11 +00:00 |
Paolo Cignoni
|
4a449c8669
|
Added Spherical Cap primitive and functions to convert a mesh into a set of cylinders and balls to get a solid wireframe representation.
|
2014-05-13 09:54:48 +00:00 |
Paolo Cignoni
|
07ab76d93e
|
removed unused variables
|
2014-05-07 09:22:53 +00:00 |
Gianpaolo Palma
|
89039d6658
|
Inverted face orientation for the Box
|
2013-12-05 17:43:36 +00:00 |
Paolo Cignoni
|
1c20f47552
|
added OrientedCylinder to primitive creating functions
|
2013-11-26 11:49:47 +00:00 |
Paolo Cignoni
|
cc72b3e3e1
|
Include header cleaning and reordering.
|
2013-11-25 10:32:41 +00:00 |
Paolo Cignoni
|
97f8b30adf
|
changed a type of the Build wrapper to override a weird compiler error (form int[3] to point3i)
|
2013-10-03 09:59:11 +00:00 |
Paolo Cignoni
|
9acdf598a1
|
removed harmless gcc warning
|
2013-06-24 09:36:46 +00:00 |
Paolo Cignoni
|
efe6379b4b
|
Added updating of the bbox for generic mesh build
Added build for point clouds
Added Clear at the beginning of the Build(m)
|
2013-06-24 06:49:51 +00:00 |
Paolo Cignoni
|
cbba83d17c
|
added Annulus and OrientedAnnulus to mesh creation helpers
|
2013-04-15 20:14:27 +00:00 |
Paolo Cignoni
|
036aeae1c9
|
corrected a bug in torus creation
|
2012-10-15 12:49:17 +00:00 |
Paolo Cignoni
|
ec0c145454
|
corrected the order or the parameter of the torus
|
2012-10-15 09:58:01 +00:00 |
Paolo Cignoni
|
980b463a41
|
Added Torus primitive creation
|
2012-10-11 22:45:21 +00:00 |
Paolo Cignoni
|
05195b6201
|
in the functions for creating meshes: corrected bug in the OrientedRect and changed the interface of the grid to allow the creation of a flag grid
|
2012-05-06 14:22:29 +00:00 |
Paolo Cignoni
|
d331cf7f60
|
Added OrientedDisk creation method. and a missing "clear()"
|
2012-02-09 17:50:38 +00:00 |
Paolo Cignoni
|
b10ed11bc0
|
Added two functions to build disk, rectangles and squares (oriented in space).
Changed the reflection functions as usual
|
2012-01-23 07:07:19 +00:00 |
ganovelli
|
9ff0ad3f1e
|
Ongoing Rearrangement of filepath
replaced the path to comply the filepaths modification.
The replacements are as follows:
/complex/trimesh/base.h --> /complex/complex.h
/complex/trimesh/allocate.h --> /complex/allocate.h
/complex/trimesh/append.h --> /complex/append.h
/complex/trimesh/ --> /complex/algorithms/
/complex/local_optimization/ ---> /complex/algorithms/local_optimization/
/complex/local_optimization.h ---> /complex/algorithms/local_optimization.h
/complex/intersection.h ---> /complex/algorithms/intersection.h
/complex/boundary.h ---> /complex/algorithms/boundary.h
|
2011-04-01 17:06:03 +00:00 |
ganovelli
|
1ad23912db
|
|
2011-04-01 16:25:49 +00:00 |