Updated bounding box computation
This commit is contained in:
parent
e637ad6586
commit
57750c0f8a
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Reference in New Issue