Specifies parameters that may be passed to the loader. More...
#include "loaderOptions.h"
Public Attributes | |
get_auto_texture_scale | |
See set_auto_texture_scale(). More... | |
get_flags | |
get_texture_flags | |
get_texture_num_views | |
See set_texture_num_views(). More... | |
set_auto_texture_scale | |
Set this flag to ATS_none, ATS_up, ATS_down, or ATS_pad to control how a texture is scaled from disk when it is subsequently loaded. More... | |
set_flags | |
set_texture_flags | |
set_texture_num_views | |
Specifies the expected number of views to load for the texture. More... | |
Specifies parameters that may be passed to the loader.
Definition at line 23 of file loaderOptions.h.
|
inline |
Definition at line 69 of file loaderOptions.h.
|
inline |
Definition at line 64 of file loaderOptions.h.
|
inline |
Set this flag to ATS_none, ATS_up, ATS_down, or ATS_pad to control how a texture is scaled from disk when it is subsequently loaded.
Set it to ATS_unspecified to restore the default behavior.
Definition at line 69 of file loaderOptions.h.
|
inline |
Specifies the expected number of views to load for the texture.
This is ignored unless TF_multiview is included in texture_flags. This must be specified when loading a 3-d multiview texture or 2-d texture array, in which case it is used to differentiate z levels from separate views; it may be zero in the case of 2-d textures or cube maps, in which case the number of views can be inferred from the number of images found on disk.
Definition at line 64 of file loaderOptions.h.