![]() |
|
#7
|
|||
|
|||
|
To find the intersect point you can also use the pick command.
Code:
info = viz.pick(1) if info.intersected: print 'p1:',info.intersectPoint Code:
object.disable(viz.LIGHTING) |
|
|