Browse Source

*** empty log message ***

Joe Shochet 24 năm trước cách đây
mục cha
commit
85638d9636
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      direct/src/directtools/DirectGeometry.py

+ 2 - 1
direct/src/directtools/DirectGeometry.py

@@ -176,5 +176,6 @@ def relHpr(nodePath, base, h, p, r):
 # Set direct drawing style for an object
 # Never light object or draw in wireframe
 def useDirectRenderStyle(nodePath):
-    nodePath.arc().setTransition(LightTransition.allOff())
+    # TODO: Turn this back on when Dave fixes this interrogate problem
+    # nodePath.arc().setTransition(LightTransition.allOff())
     nodePath.setRenderModeFilled()