Public Member Functions | |
| FBMocapJointsState (int pSkeletonJointsCount) | |
| Constructor. | |
Public Attributes | |
| int | mSkeletonJointsCount |
| Number of joints according to specific motion capture device. | |
| double | mFloorClipPlaneW |
| Floor Clip Plane W value for camera reposition. | |
| FBSkeletonTrackingState | mSkeletonTrackingState |
| State of the skeleton tracking. | |
| FBTVector | mSkeletonPosition |
| Position of the skeleton. | |
| FBTVector * | mSkeletonJointsPositions |
| Positions of each joint. | |
| FBMatrix * | mSkeletonJointsGlobalOrientations |
| Global orientations of each bone. | |
| FBSkeletonJointTrackingState * | mSkeletonJointTrackingState |
| State of the skeleton joint tracking. | |
Definition at line 1328 of file fbcharacter.h.
| FBMocapJointsState | ( | int | pSkeletonJointsCount | ) |
Constructor.
| pSkeletonJointsCount | Number of joints set by specific motion capture device. |
| double mFloorClipPlaneW |
Floor Clip Plane W value for camera reposition.
Definition at line 1339 of file fbcharacter.h.
| int mSkeletonJointsCount |
Number of joints according to specific motion capture device.
Definition at line 1338 of file fbcharacter.h.
| FBMatrix* mSkeletonJointsGlobalOrientations |
Global orientations of each bone.
Definition at line 1343 of file fbcharacter.h.
| FBTVector* mSkeletonJointsPositions |
Positions of each joint.
Definition at line 1342 of file fbcharacter.h.
| FBSkeletonJointTrackingState* mSkeletonJointTrackingState |
State of the skeleton joint tracking.
Definition at line 1344 of file fbcharacter.h.
| FBTVector mSkeletonPosition |
Position of the skeleton.
Definition at line 1341 of file fbcharacter.h.
| FBSkeletonTrackingState mSkeletonTrackingState |
State of the skeleton tracking.
Definition at line 1340 of file fbcharacter.h.