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

ラグドールリソース More...

#include "GxUtility.h"
Include dependency graph for GxResRagdoll.cpp:

Macros

#define RAGDOLL_RESOURCE_VERSION   2
 

Functions

 _PARAM (_bodyDataArray)
 
 _PARAM (_jointDataArray)
 
 _PARAM_NAME (_modelJointIndex, "モデル関節番号")
 
 _PARAM_NAME_ATTRIBUTE (_length, "軸長", GxProperty::ATTRIBUTE_EXPAND)
 
 _PARAM_NAME (_radius[0], "半径0")
 
 _PARAM_NAME (_radius[1], "半径1")
 
 _PARAM_NAME_ATTRIBUTE (_offset, "オフセット", GxProperty::ATTRIBUTE_EXPAND)
 
 _PARAM_NAME_ATTRIBUTE (_rotate, "回転オフセット", GxProperty::ATTRIBUTE_EXPAND)
 
 _PARAM_NAME_ATTRIBUTE (_inertiaScale, "回転しにくさ", GxProperty::ATTRIBUTE_EXPAND)
 
 _PARAM_NAME (_mass, "質量")
 
 _PARAM_NAME (_friction, "摩擦")
 
 _PARAM_NAME (_deactivationTime, "スリープまでの時間")
 
 _PARAM_NAME (_linearDamping, "減衰率:直線速度")
 
 _PARAM_NAME (_angularDamping, "減衰率:回転速度")
 
 _PARAM_NAME (_linearVelocityThreshold, "スリープ閾値:直線速度")
 
 _PARAM_NAME (_angularVelocityThreshold, "スリープ閾値:回転速度")
 
 _PARAM_NAME (_isHinge, "ON:ヒンジ/OFF:コーンツイスト")
 
 _ARRAY_NAME_ATTRIBUTE (_bodyNumber, "接続する剛体番号", GxProperty::ATTRIBUTE_EXPAND)
 
 _ARRAY_NAME_ATTRIBUTE (_offset, "剛体の接続点オフセット", GxProperty::ATTRIBUTE_EXPAND)
 
 _ARRAY_NAME_ATTRIBUTE (_rotateAxis, "回転軸の回転オフセット", GxProperty::ATTRIBUTE_EXPAND)
 
 _PARAM_NAME (_low, "回転軸可動角度")
 
 _PARAM_NAME (_high, "回転水平軸可動角度")
 
 _PARAM_NAME (_twist, "最大ねじれ角度")
 

Detailed Description

ラグドールリソース

Author
Copyright (C)2010 SiliconStudio Inc. All rights reserved.
Kazuya TAKEI
Yuya Ikeuchi