Contains definitions for object poses. More...
#include
<kaydaradef.h>
#include <fbsdk/fbcomponent.h>
#include <fbsdk/fbpose.h>
Go to the source code of this file.
Contains definitions for object poses.
Definition in file fbcharacterpose.h.
#define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 48 of file fbcharacterpose.h.
enum FBCharacterPoseFlag |
Character Pose Options flags.
Definition at line 64 of file fbcharacterpose.h.
{ kFBCharacterPoseNoFlag = 0, kFBCharacterPoseMirror = 1, kFBCharacterPoseGravity = 1<<1, kFBCharacterPoseMatchTX = 1<<2, kFBCharacterPoseMatchTY = 1<<3, kFBCharacterPoseMatchTZ = 1<<4, kFBCharacterPoseMatchR = 1<<5, kFBCharacterPoseMatchPivot = 1<<6, kFBCharacterPoseUseKeyingGroup = 1<<7 };
enum FBMirrorPlaneType |
Mirror Plane Type.
kFBMirrorPlaneTypeInvalid | |
kFBMirrorPlaneTypeAuto | |
kFBMirrorPlaneTypeZY | |
kFBMirrorPlaneTypeXY | |
kFBMirrorPlaneTypeXZ | |
kFBMirrorPlaneTypeUser | |
kFBMirrorPlaneTypeEquation | |
kFBMirrorPlaneTypeCount |
Definition at line 78 of file fbcharacterpose.h.
Character Pose Keying Mode.
kFBCharacterPoseKeyingModeInvalid | |
kFBCharacterPoseKeyingModeFullBody | |
kFBCharacterPoseKeyingModeBodyPart | |
kFBCharacterPoseKeyingModeCount |
Definition at line 91 of file fbcharacterpose.h.
FB_FORWARD | ( | FBCharacterPoseOptions | ) |
__FB_FORWARD | ( | FBCharacterPose | ) |