Documentation de l'API > Geometry items > Object ProTessellation > Function ProTessellationNormalsGet
Function ProTessellationNormalsGet
Description
Obtains the normal vectors for each of the tessellation vertices.
Synopsis
#include <ProSurface.h>
ProTessellationNormalsGet
(
ProTessellation tessellation
/* (In)
The tessellation data handle.
*/
ProVector** normals
/* (Out)
ProArray of normal vectors for the tessellation. Free this using ProArrayFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
Est-ce que cela a été utile ?