formZ SDK | 5.0 API Reference | Project | Modeling | Attributes
Description
Sets the texture group index of a face. If the object does not have a texture map control attribute an error is returned. The index must be greater than or equal to -1 and less than the # of texture groups in the texture map control attribute. If passed as -1, the face will use the object level texture group. Otherwise it will use the texture group identified by the index.
Plugin Prototype
fzrt_error_td fz_objt_attr_set_face_tctl_indx(
fzrt_int | windex, |
obj, | |
fzrt_int | findx, |
fzrt_int | fgrup_indx ) |
Parameters
windex [Input]
project window index
obj [Input]
object
findx [Input]
face index
fgrup_indx [Input]
texture group index
Availability
5.0.0.0
Example Files
See Also
fz_objt_attr_get_face_tctl_indx
Function Set
Defined in