JunkBox_Lib++ (for Windows) 1.10.1
Loading...
Searching...
No Matches
BVHData Struct Reference

#include <bvh_tool.h>

Collaboration diagram for BVHData:

Public Attributes

int joint_num
 関節の数
 
int frame_num
 フレームの数
 
double frame_time
 フレーム間の時間 sec
 
int framepsec
 FPS = (int)(1.0/frame_time)
 
int channels
 総チャンネル数.チャンネル数の合計.モーションデータの数.
 
int state
 データの状態
 
tTreehierarchy
 関節部のツリーデータへのポインタ.上記参照.
 
double * motion
 MOTION データへのポインタ joint_num*frame_num.
 
vectoroffset
 関節のOFFSET
 

Detailed Description

Definition at line 66 of file bvh_tool.h.

Member Data Documentation

◆ channels

int channels

Definition at line 72 of file bvh_tool.h.

◆ frame_num

int frame_num

Definition at line 69 of file bvh_tool.h.

◆ frame_time

double frame_time

Definition at line 70 of file bvh_tool.h.

◆ framepsec

int framepsec

Definition at line 71 of file bvh_tool.h.

◆ hierarchy

tTree* hierarchy

Definition at line 75 of file bvh_tool.h.

◆ joint_num

int joint_num

Definition at line 68 of file bvh_tool.h.

◆ motion

double* motion

Definition at line 76 of file bvh_tool.h.

◆ offset

vector* offset

Definition at line 77 of file bvh_tool.h.

◆ state

int state

Definition at line 73 of file bvh_tool.h.


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