Documentación de la API > Geometry items > Object ProTessellation > Function ProTessellationParamsGet
Function ProTessellationParamsGet
Description
Obtains the UV parameters for each of the tessellation vertices.
Synopsis
#include <ProSurface.h>
ProTessellationParamsGet
(
ProTessellation tessellation
/* (In)
The tessellation data handle.
*/
ProUvParam** params
/* (Out)
ProArray of UV parameters for the tessellation points. Free this using ProArrayFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The UV projection was not calculated for this tessellation operation. Call ProSurfacetessellationinputUvprojectionSet() before ProSurfaceTessellationGet().
User Guide References
¿Fue esto útil?