碰撞响应中,利用动量计算时,碰撞者计算了 step 之后的 next_state,但被碰撞者还未计算,此时碰撞者和被碰撞者的速度应该分别使用 step 前还是 step 后的?碰撞者的位置恢复到 step 之前,那被碰撞者的位置怎么办?以及碰撞后短期内两个物体不会再碰撞,但是碰撞者已经 update 过了,而被碰撞者还要进行一次 update,这样造成的差异需要考虑吗?在对称碰撞中造成累积可能造成非对称的速度和位移。
Related Topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
物理模拟碰撞检测 | 1 | 41 | September 8, 2024 | |
实验 2.14 朴素的碰撞检测中的 naive_intersction 函数 | 2 | 88 | September 8, 2024 | |
实验 2.12 前向欧拉法模拟质点运动渲染问题 | 2 | 159 | October 27, 2023 | |
2.4 generate_ray 和 naive_intersect | 9 | 324 | September 8, 2024 | |
前置实验最后的例子疑似结果错误 | 0 | 42 | September 17, 2024 | |
实验 2.2 光线衰减 | 6 | 115 | September 8, 2024 | |
平板边界层流速分布实验 | 2 | 152 | June 26, 2023 | |
算法做题记录 | 46 | 368 | May 30, 2024 | |
实验 2.4 渲染结果无全反射 | 2 | 105 | September 8, 2024 | |
关于 2.2 软光栅渲染器渲染结果问题 | 4 | 177 | September 8, 2024 |