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

fz_objt_attr_get_objt_tctl_parm

Description

Gets a parameter of a texture map control attribute of an object. The texture group is identified by tgrp_indx. If tgrp_indx is passed as -1, the object level texture group is used.

Plugin Prototype

fzrt_error_td fz_objt_attr_get_objt_tctl_parm(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_int

tgrp_indx,

fz_attr_tctl_parm_enum

which,

fz_type_td *

data )

Parameters

windex [Input]

project window index

obj [Input]

object

tgrp_indx [Input]

texture group index

which [Input]

parameter identifier

data [Result]

parameter data

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