formZ SDK | 5.0 API Reference | Project | Modeling
Description
Mapping types for the texture map control attribute, decal attribute displacement mapping etc. Note that not all mapping types are available in specific uses of texture mapping. For example, decals do not offer the uv coordinate map type. Specifics about these restrictions are discussed in the respective sections where mapping is used.
enum fz_map_space_type_enum {
FZ_MAP_SPACE_FLAT,
FZ_MAP_SPACE_CUBIC,
FZ_MAP_SPACE_CYLINDER,
FZ_MAP_SPACE_SPHERE,
FZ_MAP_SPACE_PARAMETRIC,
FZ_MAP_SPACE_UV_CORDS };
Members
FZ_MAP_SPACE_FLAT
Flat mapping
FZ_MAP_SPACE_CUBIC
Cubic mapping
FZ_MAP_SPACE_CYLINDER
Cylindrical mapping
FZ_MAP_SPACE_SPHERE
Spherical mapping
FZ_MAP_SPACE_PARAMETRIC
Parametric mapping
FZ_MAP_SPACE_UV_CORDS
UV Coordinates mapping
Availability
5.0.0.0
See Also
fz_attr_decal_parm_enum, fz_attr_tctl_parm_enum, fz_proj_tctl_parm_enum
Defined in