formZ SDK | 4.0 Call Back Reference | File Translator | Structured File Translator | Data Model Call Back

fz_ffmt_cbak_data_model_tmap_list

Description

Obtains format id's for texture formats supported by a model file format. If this function is not implemented (set to NULL), formZ will assume that no texture file formats are supported by this model format. This could mean either that the model format does not support textures or that texture are embedded in the model file.

Plugin Prototype

fzrt_error_td fz_ffmt_cbak_data_model_tmap_list(

fz_ffmt_ref_td

ffmt_id,

fz_ffmt_ref_td *

list,

fzrt_int *

list_knt )

Parameters

ffmt_id [Input]

The file format reference id.

list [Result]

A list of texture format id's supported by this format.

list_knt [Result]

The number of texture format id's in list.

Returns

FZRT_NOERR on success. An error otherwise.

Availability

5.0.0.0

Function Set

fz_ffmt_cbak_data_model_fset


Defined in

fz_ffmt_api.h