Returns a list of physics nodes that intersect this node.
| <viz:phys>.intersectNode( | |
| node |
)
node
Node object to intersect with the physics scene
The node must have a physics node attached to it by calling one of the collide functions.
List of node objects that node is colliding with.
The object returned corresponds to the floor as that is intersecting with the ball.