上一页 1 2 3 4 5 6 7 ··· 10 下一页

2024年3月13日

9-math

摘要: To now,the engine still has limits: It can't describe the way objects rotate. Robust general-purpose collision detection system Center of Mass \[p_{co 阅读全文

posted @ 2024-03-13 14:57 Ultraman_X 阅读(24) 评论(0) 推荐(0)

7-hard_constraints

摘要: Initially we’ll look at the most common hard constraint—collisions and contact between objects.All the engines we’re building in this book treat hard 阅读全文

posted @ 2024-03-13 14:53 Ultraman_X 阅读(48) 评论(0) 推荐(0)

6-springs_and_springlike_things

摘要: One of the most useful forces we can create for our engine is a spring force. Although springs have an obvious use in driving games (for simulating th 阅读全文

posted @ 2024-03-13 14:52 Ultraman_X 阅读(40) 评论(0) 推荐(0)

5-adding_general_force

摘要: D’ALEMBERT’S PRINCIPLE For particles D’Alembert’s principle implies that, if we have a set of forces acting on an object, we can replace all those for 阅读全文

posted @ 2024-03-13 14:51 Ultraman_X 阅读(10) 评论(0) 推荐(0)

2024年3月12日

4-The_Partical_physics_engine

摘要: Ballistics One of the most common applications of physics simulation in games is to model ballistics. This has been the case for two decades, predatin 阅读全文

posted @ 2024-03-12 15:13 Ultraman_X 阅读(52) 评论(0) 推荐(0)

3-The_first_tow_laws

摘要: A PARTICLE The first law The problem arises because the processor that performs the physics calculations isn’t completely accurate. This inaccuracy ca 阅读全文

posted @ 2024-03-12 15:12 Ultraman_X 阅读(21) 评论(0) 推荐(0)

1-Introduction

摘要: Introduction This book is split into the following six parts. Particle Physics looks at building our initial physics engine, including the vector math 阅读全文

posted @ 2024-03-12 15:10 Ultraman_X 阅读(22) 评论(0) 推荐(0)

2024年3月6日

image

摘要: 阅读全文

posted @ 2024-03-06 14:23 Ultraman_X 阅读(13) 评论(0) 推荐(0)

2024年2月1日

Collision Resolution -Game Physics Engine Development总结

摘要: The velocity of a point The velocity of a point on an object depends on both its linear and angular velocity: \[\dot{q} = \dot{\theta} \times (q - p) 阅读全文

posted @ 2024-02-01 09:09 Ultraman_X 阅读(35) 评论(0) 推荐(0)

2023年12月5日

Eigenvector and Eigenvalue

摘要: https://www.geeksforgeeks.org/eigen-values/ https://math.mit.edu/~gs/linearalgebra/ila6/ila6_6_1.pdf 阅读全文

posted @ 2023-12-05 13:39 Ultraman_X 阅读(11) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 ··· 10 下一页

导航