Updated bounding box computation

This commit is contained in:
Mark Mine 2002-05-15 04:40:01 +00:00
parent e637ad6586
commit 57750c0f8a

View File

@ -40,6 +40,7 @@ class DirectManipulationControl(PandaObject):
self.mode = 'select'
# Check for a widget hit point
node, hitPt, hitPtDist = direct.iRay.pickWidget()
print node, hitPt, hitPtDist
# Did we hit a widget?
if node:
# Yes!