I am new to Panda3d and I am using some of the 'roaming ralph' code to check for collisions:
In the 'roaming ralph' code example that comes with panda3d, it says
# 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.
I am using the normal version of Showbase, so how do I call
traverse()
Like it says?