Panda3D
|
Specifies parameters that may be passed to the loader. More...
Public Types | |
enum | LoaderFlags { LFSearch = 1, LFReportErrors = 2, LFConvertSkeleton = 4, LFConvertChannels = 8, LFConvertAnim = 12, LFNoDiskCache = 16, LFNoRamCache = 32, LFNoCache = 48, LFCacheOnly = 64, LFAllowInstance = 128 } |
enum | TextureFlags { TFPreload = 4, TFPreloadSimple = 8, TFAllow1d = 16, TFGenerateMipmaps = 32 } |
Public Member Functions | |
LoaderOptions (LoaderOptions const copy) | |
LoaderOptions (int flags) | |
LoaderOptions (int flags, int texture_flags) | |
LoaderOptions () | |
int | getFlags () |
int | getTextureFlags () |
LoaderOptions | operator= (LoaderOptions const copy) |
output (ostream out) | |
setFlags (int flags) | |
setTextureFlags (int flags) |
Specifies parameters that may be passed to the loader.
enum LoaderFlags |
enum TextureFlags |
LoaderOptions | ( | LoaderOptions const | copy | ) |
LoaderOptions | ( | int | flags | ) |
LoaderOptions | ( | ) |
LoaderOptions | ( | int | flags, |
int | texture_flags | ||
) |
int getFlags | ( | ) |
int getTextureFlags | ( | ) |
LoaderOptions operator= | ( | LoaderOptions const | copy | ) |
output | ( | ostream | out | ) |
setFlags | ( | int | flags | ) |
setTextureFlags | ( | int | flags | ) |