瀏覽代碼

Updated bounding box computation

Mark Mine 23 年之前
父節點
當前提交
57750c0f8a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      direct/src/directtools/DirectManipulation.py

+ 1 - 0
direct/src/directtools/DirectManipulation.py

@@ -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!