![]() |
Polygon Crucher SDK - Documentation
Documentation
|
This class is used to provide some specific options when loading scene file. More...
This class is used to provide some specific options when loading scene file.
#include <Io3dmgr.h>
Public Member Functions | |
| CSceneImportOptions (unsigned int flags=SCENE_IMPORT_DEFAULT) | |
Public Member Functions inherited from CIoOptions | |
| CIoOptions (bool isLoading) | |
| void | SetFlag (IoOptionsFlags flag, bool set) |
| bool | IsFlagSet (IoOptionsFlags flag) const |
| CCustomData & | GetParserOptions () |
| const CCustomData & | GetParserOptions () const |
| void | AddLogInfo (IoLogInfo::loglevel level, const CXString &txt) |
| void | AddLogInfo (IoLogInfo::loglevel level, unsigned int errorCode, LPCTSTR filename=NULL) |
Public Attributes | |
| longuint | flags |
| User control on importation (one or more SCENE_IMPORT_FLAGS) | |
| unsigned int | swapmode |
| UP_AXIS_MODE | axismode |
| longuint | neededflags |
| longuint | defaultflags |
Additional Inherited Members | |
Public Types inherited from CIoOptions | |
| enum | IoOptionsFlags { IOOPTIONS_NONE = 0x00 , IOOPTIONS_LOAD = 0x01 , IOOPTIONS_SHOWALLDLGOPTIONS = 0x02 , IOOPTIONS_ALLOW_GLOBALOPTIONS = 0x04 , IOOPTIONS_GLOBAL_PREFS = 0xFFFF0000 , IOOPTIONS_GLOBAL_SHOWLOG = 0x00010000 } |