Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我做了这个怪物很酷的游戏:
只是在开玩笑。
我的球员有兴趣看到一条预测球如何反弹墙壁或其他球的线。
在Box2dFlash中可能吗?
它可以使用 Box2d。
正如Todd2d建议但未演示的那样,创建一个平行的 box2d 世界,一切都相同,然后逐步通过几个时间间隔并记录发生的情况,即球的位置。然后,您可以遍历此点列表并绘制显示球将行进的线。
这将产生预测其路径的错觉。