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.
我正在使用box2d的java端口。 我想知道,有没有办法检测 box2d 世界中的所有对象何时达到 0 速度?像回调什么的? 谢谢!
我认为没有回调。但是你仍然可以制定自己的方法并根据每个物体的速度进行扣除。如果您允许睡眠,只需使用该方法测试您的所有身体是否都处于睡眠模式isAwake()。
isAwake()