PyODE 支持复合对象吗?

发布于 2024-10-04 11:18:07 字数 1085 浏览 2 评论 0原文

我正在尝试使用 PyODE 创建一个复合对象,但我找不到任何与此相关的文档。

这是我找到的一些信息:

请注意,它指出:

几何变换类是 已弃用。请改用几何偏移。

对于 PyODE,我只能找到有关 geom 转换类的信息:

没有关于如何使用它们的信息,除了这个 ODE 示例:

并且绝对没有关于 PyODE 几何偏移的信息。 那么...

  1. 有谁知道 PyODE 中是否实现了 geom 偏移? (我怎样才能找到?)
  2. 如果几何偏移不存在,是否有关于如何在 PyODE 中使用旧几何变换类的示例?

非常感谢您的帮助!

I'm trying to create a composite object with PyODE, but I can't find any documentation regarding this.

Here is some info I found:

Note that it states:

The geom transform classes are
deprecated. Use geom offsets instead.

for PyODE I could only find information regarding geom transform classes:

with no info on how to use them, except for this example for ODE:

and absolutely no info regarding geom offsets for PyODE.
so...

  1. Does anyone know if geom offsets are implemented in PyODE? (how can I find out?)
  2. If geom offsets do not exist, is there an example somewhere on how to use the old geom transform classes in PyODE?

Thanks very much for your help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风和你 2024-10-11 11:18:07

答案有点晚了,但我想我会把它发布给其他人。

在附加到同一主体后,您需要在其他几何图形上调用 setOffsetPosition()

Bit of a late Answer, but I thought id post it for others.

You need to call setOffsetPosition() on the other geoms after the have been attached to the same body

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文