Panda3D
|
Specifies parameters that may be passed to the loader. More...
#include "loaderOptions.h"
Public Types | |
enum | LoaderFlags { LF_search = 0x0001, LF_report_errors = 0x0002, LF_convert_skeleton = 0x0004, LF_convert_channels = 0x0008, LF_convert_anim = 0x000c, LF_no_disk_cache = 0x0010, LF_no_ram_cache = 0x0020, LF_no_cache = 0x0030, LF_cache_only = 0x0040, LF_allow_instance = 0x0080 } |
enum | TextureFlags { TF_preload = 0x0004, TF_preload_simple = 0x0008, TF_allow_1d = 0x0010, TF_generate_mipmaps = 0x0020 } |
Public Member Functions | |
LoaderOptions (int flags=LF_search|LF_report_errors) | |
LoaderOptions (int flags, int texture_flags) | |
LoaderOptions (const LoaderOptions ©) | |
int | get_flags () const |
int | get_texture_flags () const |
void | operator= (const LoaderOptions ©) |
void | output (ostream &out) const |
void | set_flags (int flags) |
void | set_texture_flags (int flags) |
Specifies parameters that may be passed to the loader.
Definition at line 25 of file loaderOptions.h.