ProMesh User Manual  v4.3.19
Subdivision Projection

Projection of vertices to their limit position according to certain subdivision schemes. More...

Functions

void ProjectToLimitPiecewiseLoop (Mesh *mesh)
 Projects all vertices in the grid to their limit positions as defined by the piecewise loop scheme. More...
 
void ProjectToLimitSmoothBoundary (Mesh *mesh)
 Projects all boundary-vertices in the grid to their limit positions as defined by the b-spline subdivision scheme. More...
 

Detailed Description

Projection of vertices to their limit position according to certain subdivision schemes.

Function Documentation

◆ ProjectToLimitPiecewiseLoop()

void ProjectToLimitPiecewiseLoop ( Mesh mesh)

Projects all vertices in the grid to their limit positions as defined by the piecewise loop scheme.

◆ ProjectToLimitSmoothBoundary()

void ProjectToLimitSmoothBoundary ( Mesh mesh)

Projects all boundary-vertices in the grid to their limit positions as defined by the b-spline subdivision scheme.