UniVRM/Assets/VRM10_Samples/ClothSample/RotateParticle
2024-11-26 10:12:28 +09:00
..
Editor BindColumn 2024-11-21 20:38:45 +09:00
Runtime fix GetDelta 2024-11-26 10:12:28 +09:00
Scenes init cloth dev 2024-11-19 20:03:22 +09:00
Editor.meta add component Warp and Cloth 2024-11-19 20:03:23 +09:00
README.md TODO 2024-11-26 02:36:54 +09:00
README.md.meta add component Warp and Cloth 2024-11-19 20:03:23 +09:00
Runtime.meta init cloth dev 2024-11-19 20:03:22 +09:00
Scenes.meta add component Warp and Cloth 2024-11-19 20:03:23 +09:00

cloth 実装メモ

component

設定置き場。布を構成する縦糸(WarpRoot)と、縦糸を横に連結した四角格子(RectCloth)の2段階とする

TODO

  • 衝突グループ(現状総当たり)
  • 枝分かれ
  • WarpRoot らからデフォルト以外の Warp を選び出す
  • Center
  • Scale
  • VRMC_springBone_extended_collider
  • Debug用の詳細な Gizmo
  • Cloth の片面衝突
  • 衝突時の velocity 下げ