OROCHI
 
Loading...
Searching...
No Matches
GxMotionJoint.cpp File Reference

GxMotionが使う関節クラス More...

#include "GxMotion.h"
Include dependency graph for GxMotionJoint.cpp:

Functions

 _PAGE_BEGIN ("基本データ")
 
 _PARAM (_id)
 
 _ENUM_GUI (_ikType, IK)
 
 _PARAM (_pIkChain)
 
 _CUSTOM (GxProperty::TYPE::OBJECT_POINTER, "_pParent", &GxMotionJointData::getPropertyNonConstParent, &GxMotionJointData::setPropertyDummyParent)
 
 _PAGE_END ()
 
 _PAGE_BEGIN ("ローカルデータ")
 
 _PAGE_BEGIN ("ベースポーズ")
 
 _PARAM (_staticTranslate)
 
 _PARAM (_basePoseQuaternion)
 
 _PAGE_BEGIN ("現在のポーズ")
 
 _PARAM (_rotate)
 
 _PARAM (_translate)
 
 _PARAM (_scaleExist)
 
 _PARAM (_scale)
 
 _PARAM_NAME (_motionMatrix, "ウォールド(モーション)マトリックス")
 

Detailed Description

GxMotionが使う関節クラス

Author
Copyright (C)2009 SiliconStudio Inc. All rights reserved.
Tahir Arai(porting)
Wilfrid Girard(maintenance)
Yuya Ikeuchi
Note
メモリの利用を制限するため、GxMotionJointData(ローカルデータ)
とGxMotionJoint(ローカルデータ+モーションマトリックス)に分けました