supereight
|
OctreeT::SurfaceMesh se::algorithms::marching_cube_kernel | ( | const OctreeT & | octree, |
const std::vector< const typename OctreeT::BlockType * > & | block_ptrs | ||
) |
OctreeT::SurfaceMesh se::algorithms::dual_marching_cube_kernel | ( | const OctreeT & | octree, |
const std::vector< const typename OctreeT::BlockType * > & | block_ptrs, | ||
const int | min_desired_scale | ||
) |
std::vector< meshing::VertexIndexMesh< 3 > > se::algorithms::dual_marching_cube_kernel_new | ( | const OctreeT & | octree, |
const std::vector< const typename OctreeT::BlockType * > & | block_ptrs | ||
) |
meshing::VertexIndexMesh< 3 > se::algorithms::dual_marching_cube_new | ( | const OctreeT & | octree, |
const std::vector< const typename OctreeT::BlockType * > & | block_ptrs | ||
) |
meshing::VertexIndexMesh< 3 > se::algorithms::dual_marching_cube_new | ( | const OctreeT & | octree | ) |
OctreeT::SurfaceMesh se::algorithms::marching_cube | ( | const OctreeT & | octree, |
const int | min_desired_scale = 0 |
||
) |
Return a triangle mesh of the surface in octree
.
For se::Res::Multi octrees a minimum desired scale min_desired_scale
can be specified in order to obtain a coarser surface mesh. The value of min_desired_scale
is ignored for se::Res::Single octrees.