formZ SDK | 5.0 API Reference | Project | Modeling | Rendering | Render Materials
Description
Indicates the fit options for background maps. This enum is used in the function when the parameter identifier is fit option and the texture map is a background map.
enum fz_shdr_bgmap_size_enum {
FZ_SHDR_BGMAP_FIT_WINDOW,
FZ_SHDR_BGMAP_KEEP_SIZE,
FZ_SHDR_BGMAP_SCALE };
Members
FZ_SHDR_BGMAP_FIT_WINDOW
fit background image to the window
FZ_SHDR_BGMAP_KEEP_SIZE
keep original size of the background image
FZ_SHDR_BGMAP_SCALE
scale background image by a given factor
Availability
5.0.0.0
See Also
Defined in