Commit Graph

19 Commits

Author SHA1 Message Date
27968973a4 Made CubicSurfaceExtractor work with different volume types. 2011-05-01 16:43:33 +01:00
ea309ab15b Renamed Volume to LargeVolume. 2011-04-28 21:21:59 +01:00
f302e3612a Fix for duplicate vertices in CubicSurfaceExtractor. 2011-04-13 21:09:51 +01:00
ef185d79a0 Removed getWidth(), getHeight(), getDepth() and width(), height(), depth() remain deprecated. These functions seem ambiguous, so users have to calculate these values themselves when they want them. 2011-03-16 23:14:28 +00:00
529ed89bdb More work on handling fixed size volumes. 2011-03-12 12:44:58 +00:00
4ef0cfb468 Applied patch from ker such that int32_t's are now used instead of uint16_t's for addressing voxel positions. 2011-03-03 23:00:00 +00:00
a57e1d749a Got carried away with the cleaning up and removed some stuff that is still needed by Thermite. Would be nice to remove it in the future though. 2011-01-08 16:14:52 +00:00
9310c97333 SurfaceExtractor no longer flags region and material edges.
Region/material edges no longer stored as vertex flags.
Replaced addCubicTriangle with addTriangle.
2011-01-06 23:00:17 +00:00
f39e2f0935 Fix for surface extractors not extracting surfaces outside of volume. 2010-12-30 21:56:48 +00:00
d30ea9d709 Initial check in of MeshDecimator. 2010-12-18 17:42:17 +00:00
b5814a410c Fixed some warnings with patch from AndiNo. 2010-11-04 23:25:26 +00:00
0b410eaed3 Memory improvements for surface extractor. 2010-10-20 22:14:03 +00:00
695c15cecd More work on CubicSurfaceExtractor. 2010-10-20 21:09:55 +00:00
0ca8a334f2 Improvements to CubicSurfaceExtractor. Now faster and eliminates duplicated vertices. 2010-10-20 20:29:09 +00:00
8df28b87fa Renamed SurfaceVertex.h/cpp to VertexTypes.h/cpp 2010-10-17 22:03:57 +00:00
9e1de4ba72 Templatised SurfaceMesh class on vertex type.
Replaced 'SurfaceVertex' with PositionMaterial and PositionMaterialNormal classes.
Different surface extractors can now work with different vertex types.
2010-10-17 21:13:46 +00:00
69e6f439ce CubicSurfaceExtractor support for materials. Also correctly settings the generates mesh's region. 2010-09-23 06:50:15 +00:00
fa2ace83e3 Work on CubicSurfaceExtractor. 2010-08-29 22:02:07 +00:00
43a1d0efa0 Initial version of cubic surface extractor. 2010-08-29 21:43:37 +00:00