モデルリソース関節構造体 More...
#include <GxResModel.h>


Public Attributes | |
メンバ変数 | |
| GxQuaternion | _quaternion |
| 回転 | |
| GxFloat3 | _position |
| 座標 | |
| GxFloat3 | _scale |
| スケール | |
| u32 | _nameOffset |
| 関節名のオフセット | |
| u16 | _parentJointIndex |
| 親関節インデックス | |
| u16 | _childJointIndex |
| 子関節インデックス | |
| u16 | _brotherJointIndex |
| 弟関節インデックス | |
| u16 | _padding |
| パディング | |
| u32 | _attribute |
| 属性 | |
定義 | |
| enum | ATTRIBUTE { ATTRIBUTE_WORLD = (1 << 0) , ATTRIBUTE_SEGMENT_SCALE_COMPENSATE = (1 << 1) } |
| 属性定義 More... | |
| static const u32 | INVALID_JOINT_INDEX = 0xFFFF |
| 無効なジョイントインデックス | |
Additional Inherited Members | |
Static Public Member Functions inherited from GxStructBase | |
| static GxRtti & | __getStaticRtti (void) |
モデルリソース関節構造体