Physics Simulation 資料メモ

Twitterではあとから探すのが大変なためこちらにまとめる.

Constraints Derivation for Rigid Body Simulation in 3D

  • Daniel Chappuis,

https://danielchappuis.ch/download/ConstraintsDerivationRigidBody3D.pdf
拘束力の定義から丁寧に式変形をしていてわかりやすい.
2剛体の状態ベクトル(  R^{14} )と変位ベクトル(  R^{14} )の回転成分はQuaternionで表現.
2剛体の速度ベクトル(  R^{12} )の回転成分は角速度ベクトルで表現.
変位ベクトルと速度ベクトルの回転成分の表現の差異やそれを考慮した変形についても説明がある.
Ball-And-Socket-JointやHinge-Joint等、各種のジョイント系の拘束条件やそのJacobianの導出の説明がある.
Baumgarte Stabilizationの項の追加有り.

3D Constraint Derivations for Impulse Solvers (July 1, 2015 v1.00)

  • Marijn Tamis,

http://www.mft-spirit.nl/files/MTamis_Constraints.pdf
Point DIstanse, Contact, Hinge, Quaternion Constraint等多数の拘束条件とそのJacobianが記載されている.

Constraint based physics solver (June 15, 2015 (v1.02))

  • Marijn Tamis, Giuseppe Maggiore,

http://mft-spirit.nl/files/MTamis_ConstraintBasedPhysicsSolver.pdf
Contact Constraint や Distance Constraint 等のシンプルな拘束についてはこちらがわかりやすいかもしれない.
Baumgarte Stabilizationの項の追加有り.
反復ソルバの Projected Gauss-Seidel の擬似コード有り.
ただしDistance ConstraintのLinearVelocityに対応する部分が正規化ベクトルになっていない点が少々怪しい気がする.

Position Based Dynamics

  • Matthias Müller, Bruno Heidelberger, Marcus Hennix, John Ratcliff,

https://matthias-research.github.io/pages/publications/posBasedDyn.pdf
Matthias Müller氏のPBDの大元.

XPBD: Position-Based Simulation of Compliant Constrained Dynamics

  • Miles Macklin, Matthias M ̈uller, Nuttapong Chentanez,

http://mmacklin.com/xpbd.pdf
拡張PBD.
反復数によって剛性が変わってしまう問題を解決する.

Detailed Rigid Body Simulation with Extended Position Based Dynamics

  • Matthias Müller, Miles Macklin, Nuttapong Chentanez, Stefan Jeschke, Tae-Yong Kim,

https://matthias-research.github.io/pages/publications/PBDBodies.pdf
PBDの大元の著者の最近のもの.
PBDの反復ソルバで制約条件の更新タイミングを変えることでより効率的且つ安定した結果になるというものらしい.
個人的にはPBDでのAngular Constraints等の説明がある部分が嬉しい.

Game Physics : Utrecht University - Game and Media Technology Master Program

  • Amir Vaxman

http://www.cs.uu.nl/docs/vakken/mgp/2018-2019/
ユトレヒト大学(Utrecht University)の2019年のGame Physics講座のSlide資料.
11のLectureでBasic PhysicsからConstraint Based, Position Based, 有限要素法, Fluidまで幅広くカバーしていてとても気になる.