rigid-body-dynamics-algorithms--Roy bullet's implementation is nearly the same as this doc.
2021-12-10 20:13:31 2.72MB rigid-body-dynam
1
Rigid Body Dynamics Algorithms
2021-09-16 16:44:43 4.96MB 刚体动力学 算法
1
基于位置的动态 该库支持机械效果的基于物理的模拟。 在过去的几年中,基于位置的仿真方法已在图形界盛行。 与传统的仿真方法相比,这些方法基于准静态问题的解决方案直接计算每个仿真步骤中的位置变化。 因此,基于位置的方法是快速,稳定和可控制的,这使其非常适合在交互式环境中使用。 但是,这些方法通常不如基于力的方法准确,但仍具有视觉上的真实性。 因此,基于位置的模拟的主要应用领域是虚拟现实,计算机游戏以及电影和广告中的特殊效果。 PositionBasedDynamics库允许在基于物理的仿真中对多种类型的约束进行基于位置的处理。 该库使用 , , 和 (仅用于演示)。 包括所有外部依赖项。 此外,我们使用自己的库: 生成用于碰撞检测的三次有符号距离场 作者: ,许可证:麻省理工学院 消息 我们有关刚性杆基于位置的直接求解器的新使用了PositionBasedDynamics库。 您可
1
Rigid Body Dynamics Algorithms presents the subject of computational rigid-body dynamics through the medium of spatial 6D vector notation. It explains how to model a rigid-body system and how to analyze it, and it presents the most comprehensive collection of the best rigid-body dynamics algorithms to be found in a single source. The use of spatial vector notation greatly reduces the volume of algebra which allows systems to be described using fewer equations and fewer quantities. It also allows problems to be solved in fewer steps, and solutions to be expressed more succinctly. In addition algorithms are explained simply and clearly, and are expressed in a compact form. The use of spatial vector notation facilitates the implementation of dynamics algorithms on a computer: shorter, simpler code that is easier to write, understand and debug, with no loss of efficiency. Unique features include: • A comprehensive collection of the best rigid-body dynamics algorithms • Use of spatial (6D) vectors to greatly reduce the volume of algebra, to simplify the treatment of the subject, and to simplify the computer code that implements the algorithms • Algorithms expressed both mathematically and in pseudocode for easy translation into computer programs • Source code for many algorithms available on the internet Rigid Body Dynamics Algorithms is aimed at readers who already have some elementary knowledge of rigid-body dynamics, and are interested in calculating the dynamics of a rigid-body system. This book serves as an algorithms recipe book as well as a guide to the analysis and deeper understanding of rigid-body systems.
2019-12-21 19:28:47 2.69MB Dynamics
1
一本讲解刚体动力学算法的书籍。斯普林格出版社出版。
2019-12-21 19:25:03 1.34MB 刚体 动力学 算法
1