你知道我是否可以与 as3isolib 集成一些物理引擎,如颈背或 box2d 吗?
我只是在寻找任何解释或教导如何将 as3isolib 与某些物理引擎(如颈背或 box2d)集成(如果可能)的资源。有可能吗?
i just searching for any resource that explain or teach how integrate if it possible as3isolib with some physics engine like, nape or box2d. It is possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然你可以做到。
例如Box2D Body有成员userData,其类型为*,因此您可以在那里分配任何数据。
由于 Box2D 和 nape 是 2D 物理引擎,您可以在 x 和 y 轴上进行 2d 物理修改。
这是一个例子:
Sure you can do that.
For example Box2D Body has member userData, which type is *, so you can assign any data there.
As far as Box2D and nape are 2D physics engines, you can make 2d phys modifications on x and y axis.
Here is an example: