Open Reality Reference Guide
FBMocapJointsState Class Reference

Public Member Functions

 FBMocapJointsState (int pSkeletonJointsCount)
 Constructor. More...
 

Public Attributes

int mSkeletonJointsCount
 Number of joints according to specific motion capture device. More...
 
double mFloorClipPlaneW
 Floor Clip Plane W value for camera reposition. More...
 
FBSkeletonTrackingState mSkeletonTrackingState
 State of the skeleton tracking. More...
 
FBTVector mSkeletonPosition
 Position of the skeleton. More...
 
FBTVectormSkeletonJointsPositions
 Positions of each joint. More...
 
FBMatrixmSkeletonJointsGlobalOrientations
 Global orientations of each bone. More...
 
FBSkeletonJointTrackingStatemSkeletonJointTrackingState
 State of the skeleton joint tracking. More...
 

Detailed Description

Definition at line 1322 of file fbcharacter.h.

Constructor & Destructor Documentation

◆ FBMocapJointsState()

FBMocapJointsState ( int  pSkeletonJointsCount)

Constructor.

Parameters
pSkeletonJointsCountNumber of joints set by specific motion capture device.

Member Data Documentation

◆ mFloorClipPlaneW

double mFloorClipPlaneW

Floor Clip Plane W value for camera reposition.

Definition at line 1333 of file fbcharacter.h.

◆ mSkeletonJointsCount

int mSkeletonJointsCount

Number of joints according to specific motion capture device.

Definition at line 1332 of file fbcharacter.h.

◆ mSkeletonJointsGlobalOrientations

FBMatrix* mSkeletonJointsGlobalOrientations

Global orientations of each bone.

Definition at line 1337 of file fbcharacter.h.

◆ mSkeletonJointsPositions

FBTVector* mSkeletonJointsPositions

Positions of each joint.

Definition at line 1336 of file fbcharacter.h.

◆ mSkeletonJointTrackingState

FBSkeletonJointTrackingState* mSkeletonJointTrackingState

State of the skeleton joint tracking.

Definition at line 1338 of file fbcharacter.h.

◆ mSkeletonPosition

FBTVector mSkeletonPosition

Position of the skeleton.

Definition at line 1335 of file fbcharacter.h.

◆ mSkeletonTrackingState

FBSkeletonTrackingState mSkeletonTrackingState

State of the skeleton tracking.

Definition at line 1334 of file fbcharacter.h.


The documentation for this class was generated from the following file: