![]() |
|
#1
|
|||
|
|||
You can replace the collidewith function with viz.phys.intersectNode()
For your previous for loop collidewith code replace with: Code:
if x in viz.phys.intersectNode( obj ): print 'intersected' else: print 'not intersected'
__________________
Paul Elliott WorldViz LLC |
![]() |
|
|