fbstory.h File Reference


Detailed Description

fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h fbstory.h
Story interface for FBSDK.

Definition in file fbstory.h.

#include <kaydaradef.h>
#include <fbsdk/fbcomponent.h>
#include <fbsdk/fbcore.h>
#include <fbsdk/fbvideo.h>
#include <fbsdk/fbmodel.h>

Include dependency graph for fbstory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class   FBPropertyListStoryFolder
  List: StoryFolder More...
class   FBPropertyListStoryTrack
  List: StoryTrack More...
class   FBPropertyListStorySubTrack
  List: StorySubTrack More...
class   FBPropertyListStoryClip
  List: StoryClip More...
class   FBPropertyListStoryDetails
  List: Story track Details More...
class   FBPropertyListPivot
  List: Story Clip pivot models More...
class   FBStory
  Story Management class. More...
class   FBStoryFolder
  Story Folder class. More...
class   FBStoryTrack
  Story Track class. More...
class   FBStoryClip
  Story Clip class. More...

Defines

#define  FBSDK_DLL   K_DLLIMPORT
  Be sure that FBSDK_DLL is defined only once.

Enumerations

enum   FBStoryTrackType {
   kFBStoryTrackAnimation,
   kFBStoryTrackCamera,
   kFBStoryTrackCharacter,
   kFBStoryTrackConstraint,
   kFBStoryTrackCommand,
   kFBStoryTrackShot,
   kFBStoryTrackAudio,
   kFBStoryTrackVideo,
   kFBStoryTrackUnknown
}
  Types for new story tracks. More...
enum   FBStoryTrackRefMode {
   kFBStoryTrackOverride,
   kFBStoryTrackAdditive
}
  References Modes for story animation tracks. More...
enum   FBStoryTrackBodyPart {
   kFBStoryTrackBodyPartNone = 0,
   kFBStoryTrackBodyPartHead = 1 << 0,
   kFBStoryTrackBodyPartLeftShoulder = 1 << 1,
   kFBStoryTrackBodyPartLeftHand = 1 << 2,
   kFBStoryTrackBodyPartLeftArm = 1 << 3 | kFBStoryTrackBodyPartLeftShoulder | kFBStoryTrackBodyPartLeftHand,
   kFBStoryTrackBodyPartRightShoulder = 1 << 4,
   kFBStoryTrackBodyPartRightHand = 1 << 5,
   kFBStoryTrackBodyPartRightArm = 1 << 6 | kFBStoryTrackBodyPartRightShoulder | kFBStoryTrackBodyPartRightHand,
   kFBStoryTrackBodyPartUpperBody,
   kFBStoryTrackBodyPartLeftFoot = 1 << 7,
   kFBStoryTrackBodyPartLeftLeg = 1 << 8 | kFBStoryTrackBodyPartLeftFoot,
   kFBStoryTrackBodyPartRightFoot = 1 << 9,
   kFBStoryTrackBodyPartRightLeg = 1 << 10| kFBStoryTrackBodyPartRightFoot,
   kFBStoryTrackBodyPartLowerBody = kFBStoryTrackBodyPartLeftLeg | kFBStoryTrackBodyPartLeftFoot | kFBStoryTrackBodyPartRightLeg | kFBStoryTrackBodyPartRightFoot,
   kFBStoryTrackBodyPartAll = kFBStoryTrackBodyPartUpperBody | kFBStoryTrackBodyPartLowerBody,
   kFBStoryTrackBodyPartProps = 1 << 11,
   kFBStoryTrackBodyPartExtensions = 1 << 12
}
  Body Parts for story track character. More...
enum   FBStoryClipShowGhostMode {
   kFBStoryClipAlways,
   kFBStoryClipTimeCursor
}
  Show Ghost Modes for story animation clips. More...
enum   FBStoryClipSolveMode {
   kFBStoryClipRetargetSkeleton,
   kFBStoryClipAnimSkeleton,
   kFBStoryClipAnimFkIk,
   kFBStoryClipAnimSkeletonIk
}
  Solve Modes for story character clips. More...
enum   FBStoryClipCompMode {
   kFBStoryClipOff,
   kFBStoryClipAuto,
   kFBStoryClipUser
}
  Compensation Modes for story character clips. More...

Define Documentation

#define FBSDK_DLL   K_DLLIMPORT

Be sure that FBSDK_DLL is defined only once.

..

Definition at line 48 of file fbstory.h.


Enumeration Type Documentation

enum FBStoryClipCompMode

Compensation Modes for story character clips.

Enumerator:
kFBStoryClipOff  No compensation.
kFBStoryClipAuto  Automatic compensation.
kFBStoryClipUser  User defined compensation.

Definition at line 136 of file fbstory.h.

enum FBStoryClipShowGhostMode

Show Ghost Modes for story animation clips.

Enumerator:
kFBStoryClipAlways  Always show the ghost.
kFBStoryClipTimeCursor  Show the ghost only on time cursor.

Definition at line 122 of file fbstory.h.

enum FBStoryClipSolveMode

Solve Modes for story character clips.

Enumerator:
kFBStoryClipRetargetSkeleton  Solve retarget skeleton.
kFBStoryClipAnimSkeleton  Solve skeleton animation.
kFBStoryClipAnimFkIk  Solve forward and inverse kinematic animation.
kFBStoryClipAnimSkeletonIk  Solve skeleton inverse kinematic animation.

Definition at line 128 of file fbstory.h.

enum FBStoryTrackBodyPart

Body Parts for story track character.

Enumerator:
kFBStoryTrackBodyPartNone 
kFBStoryTrackBodyPartHead 
kFBStoryTrackBodyPartLeftShoulder 
kFBStoryTrackBodyPartLeftHand 
kFBStoryTrackBodyPartLeftArm 
kFBStoryTrackBodyPartRightShoulder 
kFBStoryTrackBodyPartRightHand 
kFBStoryTrackBodyPartRightArm 
kFBStoryTrackBodyPartUpperBody 
kFBStoryTrackBodyPartLeftFoot 
kFBStoryTrackBodyPartLeftLeg 
kFBStoryTrackBodyPartRightFoot 
kFBStoryTrackBodyPartRightLeg 
kFBStoryTrackBodyPartLowerBody 
kFBStoryTrackBodyPartAll 
kFBStoryTrackBodyPartProps 
kFBStoryTrackBodyPartExtensions 

Definition at line 92 of file fbstory.h.

enum FBStoryTrackRefMode

References Modes for story animation tracks.

Enumerator:
kFBStoryTrackOverride  Override track.
kFBStoryTrackAdditive  Additive track.

Definition at line 86 of file fbstory.h.

enum FBStoryTrackType

Types for new story tracks.

Enumerator:
kFBStoryTrackAnimation  Animation track.
kFBStoryTrackCamera  Camera animation track.
kFBStoryTrackCharacter  Character animation track.
kFBStoryTrackConstraint  Constraint track.
kFBStoryTrackCommand  Command track.
kFBStoryTrackShot  Shot track.
kFBStoryTrackAudio  Audio track.
kFBStoryTrackVideo  Video track.
kFBStoryTrackUnknown 

Definition at line 73 of file fbstory.h.


Please send us your comments about this page.