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

モデル対応物理シミュレーション統合リソース More...

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

Functions

 _PARAM (_chainDataArray)
 
 _PARAM (_clothDataArray)
 
 _PARAM (_chainAdditionalDataArray)
 
 _PARAM (_clothAdditionalDataArray)
 
 _PARAM_NAME (_processOffset,"処理優先度(0が最優先)")
 
 _PARAM_NAME (_jointCount, "関節数")
 
 _PAGE_BEGIN_ATTRIBUTE ("末端関節情報", GxProperty::ATTRIBUTE_EXPAND)
 
 _PARAM_NAME (_isUsetailJointId, "末端関節番号をIDで指定するか")
 
 _PARAM_NAME (_tailJointIndex, "末端関節番号")
 
 _PARAM_NAME_ATTRIBUTE (_tailJointOffset, "末端関節オフセット", GxProperty::ATTRIBUTE_EXPAND)
 
 _PAGE_END ()
 
 _ARRAY_NAME_ATTRIBUTE (_moveStrength, "平行移動伝播率", GxProperty::ATTRIBUTE_EXPAND)
 
 _PARAM_NAME (_moveStrengthCoefficient, "Y軸平行移動量への係数")
 
 _PARAM_NAME (_isChainSimulation, "初動")
 
 _PARAM_NAME (_isUpdateAllMatrix, "全体行列更新")
 
 _PARAM_NAME (_isUseMotionGravity, "モーションへ収束")
 
 _PARAM_NAME (_isLocalWind, "風向きをローカルで扱う")
 
 _PARAM_NAME (_twistInterpolateSpeed, "ねじれ補間速度")
 
 _PARAM_NAME (_kt, "伸びにくさ")
 
 _PARAM_NAME (_kb, "曲がりにくさ")
 
 _PARAM_NAME (_mass, "全体質量")
 
 _PARAM_NAME (_airDamping, "空気抵抗")
 
 _PARAM_NAME (_updateDelta, "更新間隔 [ 秒 ]")
 
 _PARAM_NAME (_isRandom, "乱数を使用するかどうか")
 
 _PARAM_NAME (_isUseAdditionalData, "追加データ有無")
 
 _PARAM_NAME (_adjustGravityDirection, "補整重力方向")
 
 _PARAM_NAME (_adjustGravityBlendRate, "補整重力のブレンド率")
 
 _PARAM_NAME (_id, "ID")
 
 _PARAM_NAME (_excludeTailJointSkin, "末端以外のジョイントをシミュレーション")
 
 _PARAM_NAME (_lineCount, "関節列数")
 
 _PARAM_ATTRIBUTE (_tailJointDataArray, GxProperty::ATTRIBUTE_EXPAND)
 
 _PARAM_NAME (_isClothSimulation, "初動")
 
 _PARAM_NAME (_isSkirt, "スカート")
 
 _PARAM_NAME (_kt, "伸びにくさ - 縦横")
 
 _PARAM_NAME (_ks, "伸びにくさ - 斜め")
 
 _PARAM_NAME (_cellDataArray, "個別質点情報")
 
 _PARAM_NAME (_radius, "半径")
 
 _PARAM_NAME_ATTRIBUTE (_normal, "法線", GxProperty::ATTRIBUTE_EXPAND)
 
 _PARAM_NAME (_twistLimit, "ねじれ限界角度")
 
 _PARAM_NAME (_angleLimit, "回転限界角度")
 
 _PARAM_NAME (_baseRatio, "基姿勢の割合")
 
 _PARAM_NAME_ATTRIBUTE (_windReceivedRatio, "風を受ける割合", GxProperty::ATTRIBUTE_EXPAND)
 
 _PARAM_NAME (_isEnableLink,"横の質点との繋がりを有効")
 

Detailed Description

モデル対応物理シミュレーション統合リソース

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