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.
在 2d 游戏开发引擎 Gideros 中,box2d 是一个物理库,可能是外部库而不是 Lua 内部,有称为 edgeshape.new 和 Polygonshape.new() 的函数,两者有什么区别?
EdgeShape 只能有 2 个点,有点像一条线。EdgeShape,例如,您可以将其用作地板。
另一方面,PolygonShape 可以有多个点,如三角形、长方体等。多边形形状