formZ SDK | 5.0 API Reference | Project | Modeling | Attributes

fz_objt_attr_delete_objt_tctl_fgrp

Description

Deletes a texture group from the texture map control attribute of an object. If the object does not have a texture map control attribute an error is returned. The fgrp_index parameter passed in is used to identify the texture group. It must be greater than -1 and less than the # of texture groups in the texture map control attribute.

Plugin Prototype

fzrt_error_td fz_objt_attr_delete_objt_tctl_fgrp(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_int

fgrp_index )

Parameters

windex [Input]

project window index

obj [Input]

object

fgrp_index [Input]

texture group index

Availability

5.0.0.0

Example Files

util_attr_tctl.fsl

See Also

Function Set

fz_objt_attr_fset


Defined in

fz_objt_tctl_api.h