mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 21:32:58 -04:00
add more loader options
This commit is contained in:
parent
3f87411790
commit
dced1a00cb
@ -33,7 +33,9 @@ PUBLISHED:
|
|||||||
enum LoaderFlags {
|
enum LoaderFlags {
|
||||||
LF_search = 0x0001,
|
LF_search = 0x0001,
|
||||||
LF_report_errors = 0x0002,
|
LF_report_errors = 0x0002,
|
||||||
LF_convert_anim = 0x0004,
|
LF_convert_skeleton = 0x0004,
|
||||||
|
LF_convert_channels = 0x0008,
|
||||||
|
LF_convert_anim = 0x000c, // skeleton + channels
|
||||||
};
|
};
|
||||||
|
|
||||||
INLINE LoaderOptions(int flags = LF_search | LF_report_errors);
|
INLINE LoaderOptions(int flags = LF_search | LF_report_errors);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user