powered by
Isotropically remesh a triangular surface mesh
vcgIsotropicRemeshing( x, TargetLen = 1, FeatureAngleDeg = 10, MaxSurfDist = 1, iterations = 3, Adaptive = FALSE, split = TRUE, collapse = TRUE, swap = TRUE, smooth = TRUE, project = TRUE, surfDistCheck = TRUE )
returns the remeshed surface mesh
mesh of class mesh3d
mesh3d
numeric: edge length of the target surface
define Crease angle (in degree).
Max. surface distance
ToDo
enable adaptive remeshing
enable refine step
enable collapse step
enable dge swap
enable smoothing
enable reprojection step
check distance to surface
if (FALSE) { data(humface) resampledMesh <- vcgIsotropicRemeshing(humface,TargetLen=2.5) }
Run the code above in your browser using DataLab