JunkBox_Lib++ (for Windows) 1.10.1
|
#include <bvh_tool.h>
Public Attributes | |
int | joint_num |
関節の数 | |
int | frame_num |
フレームの数 | |
double | frame_time |
フレーム間の時間 sec | |
int | framepsec |
FPS = (int)(1.0/frame_time) | |
int | channels |
総チャンネル数.チャンネル数の合計.モーションデータの数. | |
int | state |
データの状態 | |
tTree * | hierarchy |
関節部のツリーデータへのポインタ.上記参照. | |
double * | motion |
MOTION データへのポインタ joint_num*frame_num. | |
vector * | offset |
関節のOFFSET | |
Definition at line 66 of file bvh_tool.h.
int channels |
Definition at line 72 of file bvh_tool.h.
int frame_num |
Definition at line 69 of file bvh_tool.h.
double frame_time |
Definition at line 70 of file bvh_tool.h.
int framepsec |
Definition at line 71 of file bvh_tool.h.
tTree* hierarchy |
Definition at line 75 of file bvh_tool.h.
int joint_num |
Definition at line 68 of file bvh_tool.h.
double* motion |
Definition at line 76 of file bvh_tool.h.
vector* offset |
Definition at line 77 of file bvh_tool.h.
int state |
Definition at line 73 of file bvh_tool.h.