Description | |||||||||||||||||
Calculates the tessellation of a given surface. | |||||||||||||||||
Replacement in Object TOOLKIT: | wfcWSurface::GetTessellation | ||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProSurface.h> | |||||||||||||||||
ProError | ProSurfaceTessellationGet | ( | |||||||||||||||
ProSurface surface | |||||||||||||||||
/* (In) | |||||||||||||||||
The surface. | |||||||||||||||||
*/ | |||||||||||||||||
ProSurfaceTessellationInput input | |||||||||||||||||
/* (In) | |||||||||||||||||
Input instructions for the tessellation. | |||||||||||||||||
*/ | |||||||||||||||||
ProTessellation* tessellation | |||||||||||||||||
/* (Out) | |||||||||||||||||
The tessellation data. Free this using ProTessellationFree(). | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|