【发布时间】:2017-11-29 18:52:12
【问题描述】:
我是 Panda3d 的新手,我正在使用一些“漫游 ralph”代码来检查冲突:
在 panda3d 附带的“roaming ralph”代码示例中,它说
# Normally, we would have to call traverse() to check for collisions.
# However, the class ShowBase that we inherit from has a task to do
# this for us, if we assign a CollisionTraverser to self.cTrav.
我用的是普通版的Showbase,怎么调用
traverse()
就像它说的那样?
【问题讨论】:
标签: python python-3.x panda3d