MikuMikuFlex icon indicating copy to clipboard operation
MikuMikuFlex copied to clipboard

C#用のMikuMikuDance描画ライブラリ。DirectX11対応。

Results 2 MikuMikuFlex issues
Sort by recently updated
recently updated
newest added

///JAPAN このコードにエラーがあります。 ``` #region " 親付与によるFKを適用する。" //---------------- this._親付与によるFK変形更新.変形を更新する(); this._モデルポーズを再計算する(); //---------------- #endregion ``` このコードにはコメントが必要です ``` #region " 親付与によるFKを適用する。" //---------------- //this._親付与によるFK変形更新.変形を更新する(); //this._モデルポーズを再計算する(); //---------------- #endregion ``` そして、いくつかの変更を行う必要があります 拡張: FKはIKの前とIKの間に呼び出す必要があります。 1)クラス「ボーンコントロール」では、「親ボーンの子を許可」のリストが必要であり、このリストは「子ボーンのリスト」と同じように入力されますが、「親ボーン」の代わりに「親ボーンを許可」を受け取ります(フォワードキネマティクスで使用されます) ) 2)クラス "ボーンコントロール"に...

I translated the whole project into English. All file names and all methods and members. The compilation is identical to the original project, but everything is in English. Are you...