2024年3月13日

14-Collision_resolution

摘要: We I have a set of contact data from the collision detector, and have the rigid-body equations of motion, including torques and forces. We are now rea 阅读全文

posted @ 2024-03-13 14:59 Ultraman_X 阅读(3) 评论(0) 推荐(0) 编辑

13-Generating_ Contacts

摘要: Many collision detection systems perform this check for each pair and return a single point of maximum interpenetration if the objects are in contact. 阅读全文

posted @ 2024-03-13 14:59 Ultraman_X 阅读(2) 评论(0) 推荐(0) 编辑

12-Collision_Detection

摘要: COLLISION DETECTION PIPELINE Collision detection can be a very time-consuming process. Fortunately there is plenty of room for improvement. The two ke 阅读全文

posted @ 2024-03-13 14:58 Ultraman_X 阅读(1) 评论(0) 推荐(0) 编辑

11-Rigid_body_engine

摘要: our physics engine is now capable of simulating full rigid bodies in full 3D.The spring forces and other force generators will work with this approach 阅读全文

posted @ 2024-03-13 14:58 Ultraman_X 阅读(4) 评论(0) 推荐(0) 编辑

10-rigid_Bodies

摘要: In Newton’s second law of motion, we saw that the change in velocity depends on a force acting on the object and the object’s mass: \[\ddot{p} = \frac 阅读全文

posted @ 2024-03-13 14:58 Ultraman_X 阅读(1) 评论(0) 推荐(0) 编辑

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 阅读(2) 评论(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 阅读(1) 评论(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 阅读(7) 评论(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 阅读(1) 评论(0) 推荐(0) 编辑

导航