Category Geometry items, Object ProTessellation

Function ProTessellationParamsGet


Description
Obtains the UV parameters for each of the tessellation vertices.
Synopsis
#include <ProSurface.h>
ProErrorProTessellationParamsGet(
ProTessellation tessellation
/* (In)
The tessellation data handle.
*/
ProUvParam** params
/* (Out)
ProArray of UV parameters for the tessellation points. Free this using ProArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe UV projection was not calculated for this tessellation operation. Call ProSurfacetessellationinputUvprojectionSet() before ProSurfaceTessellationGet().

Manual References:

  1. Core: 3D Geometry: Surface Tessellation
  2. Core: 3D Geometry: Surface Tessellation