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 中有一组动态对象,它们受到不同随机力的影响,我想为每个对象设置最大速度(平移和旋转速度)?
我想过一个黑客,但我想知道引擎是否提供了实现这一目标的工具。
预先感谢。
box2D.Common.b2Settings.b2_maxTranslation = 9000 box2D.Common.b2Settings.b2_maxRotation = 9000