Types & macros.
More...
#include <kaydaradef.h>
#include <fbsdk/fbversion.h>
Go to the source code of this file.
|
#define | FBSDK_DLL K_DLLIMPORT |
| Be sure that FBSDK_DLL is defined only once... More...
|
|
#define | FB_FORWARD(ClassName) class ClassName |
| Forwarding of class and typedef declaration. More...
|
|
#define | __FB_FORWARD(ClassName) |
| Forwarding of class and typedef declaration. More...
|
|
Types & macros.
Definition in file fbtypes.h.
◆ __FB_FORWARD
#define __FB_FORWARD |
( |
|
ClassName | ) |
|
Value:
Forwarding of class and typedef declaration.
- Parameters
-
ClassName | The name of the class to be forwarded. |
Definition at line 68 of file fbtypes.h.
◆ FB_FORWARD
#define FB_FORWARD |
( |
|
ClassName | ) |
class ClassName |
Forwarding of class and typedef declaration.
- Parameters
-
ClassName | Class to be forwarded. |
Definition at line 62 of file fbtypes.h.
◆ FBSDK_DLL
#define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 49 of file fbtypes.h.
◆ FBColorF
Color float.
Definition at line 1 of file fbtypes.h.
◆ FBNormal
◆ FBQuaternion
◆ FBRVector
◆ FBTVector
Translation vector.
Definition at line 556 of file fbtypes.h.
◆ FBUV
Represents a UV coordinate as a FBVector2 of floats in the range of 0.0f to 1.0f; value 0 is the U value, and value 1 is the V value.
Definition at line 556 of file fbtypes.h.
◆ FBVector2d
2D vector.
Definition at line 1 of file fbtypes.h.
◆ FBVector3d
3D vector.
Definition at line 1 of file fbtypes.h.
◆ FBVector3Double
◆ FBVector4d
◆ FBVector4Double
◆ FBVertex
◆ kFbxObjectStore
Description of the different store/retrieve passes of the FBX format.
Enumerator |
---|
kInit | Initialization before store.
|
kAttributes | Attributes.
|
kRelations | Relations.
|
kAll | Mask for Attributes and Relations (for compatibility with SDK earlier that 6.0).
|
kCleanup | Last pass for cleanup (retrieve only).
|
kData | Special data pass.
|
kMerge | Merge pass.
|
Definition at line 74 of file fbtypes.h.