mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
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…
x
Reference in New Issue
Block a user