formZ SDK | 5.0 API Reference | Project | File Formats | Structured File Translator | Data Model
Description
Texture map import options parameter ids. Parameter identifiers for texture map import options. Used for the "which" argument of and fz_ffmt_data_model_tmap_opts_parm_set.
enum fz_ffmt_data_model_tmap_opts_enum {
FZ_FFMT_DATA_MODEL_TMAP_OPTS_PARM_FLAGS,
FZ_FFMT_DATA_MODEL_TMAP_OPTS_PARM_FIND_METHOD,
FZ_FFMT_DATA_MODEL_TMAP_OPTS_PARM_DST_LOC,
FZ_FFMT_DATA_MODEL_TMAP_OPTS_PARM_DST_METHOD,
FZ_FFMT_DATA_MODEL_TMAP_OPTS_PARM_DST_FFMT_ID };
Members
FZ_FFMT_DATA_MODEL_TMAP_OPTS_PARM_FLAGS
Symbol data import options Flags.
Type: fzrt_int
Bit Flag Type: fz_ffmt_data_model_read_tmap_opts_flags_enum
FZ_FFMT_DATA_MODEL_TMAP_OPTS_PARM_FIND_METHOD
The method for finding texture map files which can not be found in the texture paths specified in the File Search Paths preferences.
Type: fz_ffmt_data_model_read_tmap_src_find_enum
FZ_FFMT_DATA_MODEL_TMAP_OPTS_PARM_DST_LOC
Where to write the destination texture maps.
Type: fz_ffmt_data_model_read_tmap_loc_enum
FZ_FFMT_DATA_MODEL_TMAP_OPTS_PARM_DST_METHOD
The method for converting the source texture map to the destination texture map.
Type: fz_ffmt_data_model_read_tmap_convert_enum
FZ_FFMT_DATA_MODEL_TMAP_OPTS_PARM_DST_FFMT_ID
This specifies the file format that texture maps will be converted to when the FZ_FFMT_DATA_MODEL_TMAP_OPTS_PARM_DST_METHOD option is set to FZ_FFMT_DATA_MODEL_READ_TMAP_CONVERT_CONVERT.
Type: fz_ffmt_ref_td(short)
Availability
5.0.0.0
See Also
, fz_ffmt_data_model_tmap_opts_parm_set
Defined in