API 설명서 > Geometry items > Object ProSurfacetessellationinput > Function ProSurfacetessellationinputUvprojectionSet
Function ProSurfacetessellationinputUvprojectionSet
Description
Assigns the parameters used to calculate a UV projection for texture mapping to the tessellation inputs.
Synopsis
#include <ProSurface.h>
ProSurfacetessellationinputUvprojectionSet
(
/* (In)
The input data handle.
*/
/* (In)
The type of projection to use for the UV calculations.
*/
ProCsysdata* projection_csys
/* (In)
The csys data to use for the projection, if applicable. Pass NULL for a default projection.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
도움이 되셨나요?