Skip to content

ReleaseNote v0.45(ja)

ousttrue edited this page Nov 6, 2018 · 18 revisions

準備中

  • Mtoon更新(1.6)
  • Glbのブレンドシェイプアニメーション
  • BlendShapeClipに2値フラグ(値を四捨五入することで中間状態にならない)を追加
  • BlendShapeClipのMaterial適用ロジックを修正
Before
一番最後の値で上書き
Base + (Target - Base) * Weight

After

Base + (TargetA - Base) * WeightA + (TargetB - Base) * WeightB ...
Clone this wiki locally