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.
我想放一个慢动作效果。我怎样才能做到这一点?我找到了这个http://www.andengine.org/forums/post22443.html#p22443代码,但这是错误的方式。编辑。我不使用物理,只使用实体修饰符
我通过修改 MaxStepPhysicsEngine 来做到这一点,在 AndEngine 论坛上寻找它。我所做的是减少步长并相应地增加位置和速度计算的数量。
我看不出您找到的代码有什么问题,它似乎是比我的更优雅的解决方案。